Giter VIP home page Giter VIP logo

Comments (4)

Dragon2fly avatar Dragon2fly commented on June 5, 2024

Thanks for using my program.

This is a bug since lacking dependencies for the Indicator should not block the main program from running.

To solve the problem, you need to install gir1.2-notify-0.7, too. This makes the main program run but not the indicator. For the indicator, you need to modify the run file. On line 20, change target='buntu' to target='debian'.

Thanks for this issue, I did a little test on Bunsen and discovered another bug of detecting package manager. Now it is fixed too. :)

from vpngate-with-proxy.

beng7 avatar beng7 commented on June 5, 2024

from vpngate-with-proxy.

beng7 avatar beng7 commented on June 5, 2024

Hi again
did modifications as instructed, better already - I have the notifier
yet

user@acer:~$ cd vpngate-with-proxy
user@acer:~/vpngate-with-proxy$ ./run tui

**Lack of dependencies**

Have you 'sudo apt-get update' recently?([yes] | no): yes

___Now installing python-pip

Traceback (most recent call last):
  File "vpnproxy_tui.py", line 1035, in <module>
    call([pkg_mgr, '-y', 'install', package], env=env)
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

installed python-pip properly and it looks like I'm finally running

Thank YOU!
looking forward to softether implementation ;)

No objections to editing the list of dns servers in the config.ini/F3?
(i normally use unbound)
cheers

from vpngate-with-proxy.

Dragon2fly avatar Dragon2fly commented on June 5, 2024

OSError: [Errno 2] No such file or directory

As said above, this problem due to the mis-detection of package manager on Bunsen. The program thought Busen is Redhat based os, so it tried to use yum/dnf instead of apt-get. Of course their is no yum on the system as the error said.

I've already pushed the fix for this. If you clone again, you won't see this problem.

No objections to editing the list of dns servers in the config.ini/F3?

Not, at all. If you edit the file, just make sure the program is not running.

from vpngate-with-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.