-
-
Notifications
You must be signed in to change notification settings - Fork 14
DisplayWidget: show separate icon for VPN #274
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
base: master
Are you sure you want to change the base?
Conversation
The code looks good but when I tested with my ProtonVPN app in a VPN, nothing seems to get revealed. I can confirm that on OS7 using the app does update the indicator icon. The only difference that I can think of between the two is that the VM is connected by "ethernet" so it has a different icon but I would expect this to not matter. It does show up in the indicator menu on the VM though so it definitely is seeing the connection to the VPN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing this again and it errors because you still have the hi-dpi for network-wired-secure-symbolic.svg
still in gresource.
I still don't see a vpn icon reveal when I connect to ProtonVPN on my OS8 install. I thought maybe this was because it wasn't added to the DisplayWidget but that doesn't seem to change anything.
Additionally the tooltip for middle-click to go to airplane mode did not seemed to not work.
Fixes #120