Closed adolson closed 8 months ago
Hi, Thanks for the report. There are a few things there:
/usr/local/share/icons
. I should somehow silence this quasi-expected error.README.md
. In the long run I should prepare some packaging.Configuration name (CONNECTED)
Could you please send me an image of "blank" icon? Because it might be yet another thing to repair.
@grzegorz-gutowski You can have a peek at the tray icon work happening in OpenVPN-GUI ... this was discussed long ago there: https://github.com/OpenVPN/openvpn-gui/issues/595
I see this project is MIT licensed. But if you would consider moving to GPL-2.0, you can definitely just reuse OpenVPN-GUI icons if you would like. Those icons are approved by OpenVPN Inc (since the OpenVPN logo is trademarked); re-use of them by other projects with similar use case and same license should therefore be fine.
There's the indicator, right between the network icon and the Remmina icon. Appears to be blank to me.
The only reason I am looking for a tray icon is to indicate the status of my connection at a glance, without having to click into menus or run a command in a terminal. This is why I would suggest a 4th option: when importing a config, add another checkbox that allows the user to make it the "default" or "primary" (or some other term) config - meaning that it is the one to use for the tray icon status indication. This option could be switchable to another profile via an additional menu entry under each profile, as well, for people who have more than one config and want to switch between them.
Commit 638510f brings an interface rework that shows a separate icon for each session. As @dsommers suggested, I switched to icons from openvpn-gui project. Currently I use idle icon (light blue) when there are no sessions, and active icon (orange+blue) for each running session. I will use other icons, when I understand possible session states better. I hope that this update brings the expected behavior for @adolson.
I am on Debian and I get an error during the install:
This error goes away if I change PREFIX to /usr. I'm not sure why it doesn't like /usr/local.
After install, I needed to install gir1.2-ayatanaappindicator3-0.1 and python3-secretstorage before the script would run. I thought maybe these could be mentioned in the prerequisites section for others?
And finally, the tray icon is blank, for me. Is this by design or something wrong with XFce or me changing the PREFIX? I was expecting maybe something simple like green/red or locked/unlocked icons for connected/disconnected, or something like that.