-
Notifications
You must be signed in to change notification settings - Fork 45
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
GUI version of the app #5
Comments
A standard networking GUI already exists, and has support for standard Wireguard, OpenVPN etc. Can we just add integration with NetworkManager? |
I've been trying to find a good solution for a Linux GUI for NordVPN that uses golang natively so we don't need another language, or rely on enough compatible binders created by (nonetheless brave) people elsewhere. So far the best solution seems to be Fyne. If I want to address this issue myself, I'll have to learn golang, and Fyne, which will take some time. |
Why not Qt? |
@Emestella Fyne / golang looks like a good choice . They have the tray method which I believe is needed for Nordvpn. |
It means you have to rely not only on the main GUI but also on the bindings, which adds one more layer of maintenance. For example, if something is wrong with the UI because of the bindings, you have either to patch your app or open a ticket to the binding project. However, while no branch is opened, I'm opened to options. I won't push my point of view while I haven't produced any line of code for this project. |
Maybe this: I haven't tried it. |
Unless it's something blessed by NordVPN I am not touching it. Command line for now. Thanks! |
Or this: https://github.com/sprokkel78/gnordvpn Give it a try. I use it every day. |
Hi
Thanks for become open source. But, I know not everyone likes command line and it will be really helpful to release GUI version similar to Windows counterpart. what do you think?
The text was updated successfully, but these errors were encountered: