-
-
Notifications
You must be signed in to change notification settings - Fork 112
Error with --'no-gui' on Linux without X-server #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sorry, I overlooked the branch requirements-no-gui. |
Thanks for this report. The proxy was originally designed as a GUI-first application given the need for interaction to actually authenticate an account. Let me know how you get on with the requirements-no-gui branch, which should simplify things in situations like yours – I'm happy to merge this branch if it is useful. |
I have the main branch in use again, since I was affected by #50. Maybe you can merge the main branch into requirements-no-gui, then I like to test again. |
Done |
Looks good after initial tests. Tomorrow I will test more extensively and then report again. Thanks |
Work like a charm 👍 Tested under linux (Debian) and windows. |
Today I tried to run the script with the argument
--no-gui
on a Linux installation without X-server and got the following error onimport pystray
:I was able to fix the problem by only importing
pystray
when the--no-gui
argument was not specified.Maybe this will help someone who also tries this.
Thanks for your great project 👍
The text was updated successfully, but these errors were encountered: