numix-icon-theme icon indicating copy to clipboard operation
numix-icon-theme copied to clipboard

XFCE panel nm-applet VPN connecting and connected icons are broken.

Open James5979 opened this issue 8 years ago • 6 comments

I think this may be a problem with overlays, similar to: https://github.com/numixproject/numix-icon-theme/issues/989 . Took some screenshots to help:

Normal USB tethered connection, same as normal Ethernet connection for icons: https://i.imgur.com/Q0vXJqU.png

VPN connecting: https://i.imgur.com/I8cREj9.png

VPN connected: https://i.imgur.com/EXc0z9F.png

The last two screenshots above show the broken looking nm-applet icons. Thanks for anything that you can do to remedy this.

James5979 avatar Mar 22 '16 13:03 James5979

Well that's new. For the second screenshot is there an animation showing?

andia89 avatar Mar 22 '16 17:03 andia89

I made a .gif file of the animation of the icon when connecting to the VPN.

https://i.imgur.com/4HoDSxw.gifv

James5979 avatar Mar 24 '16 00:03 James5979

I'm not sure we can do anything about this :( In order for this to work out, we would need to change the animations. Which would be very easy to do, however, the thing is Ubuntu for example is not using those overlays, so removing the wifi shape from the icons would show just emptiness.

I'm not a big fan of those overlay icons, they just make everthing more complicated...

andia89 avatar Mar 27 '16 09:03 andia89

Yes, that would not be acceptable for Ubuntu users, so this leaves us in a bit of a pickle. As a suggestion, a possible way to overcome this would be to make a clone of the numix icon theme specifically for Xfce, but that would be overly complicating for just a single bug. The only possible way (maybe), would be to make an Xfce specific fixer script that an Xfce user could run to replace the broken animation with the correct animation, but still not an elegant or concise solution. Still, thankyou for trying to resolve this issue and I hope one day Xfce would stop using overlays in their nm-applet. Keep up the good work, appreciate all that you guys do.

James5979 avatar Mar 27 '16 13:03 James5979

Unfortunately this issue isn't limited to just Xfce, nor is it only the VPN. When you throw additional Mobile Broadband into the mix it gets even messier as Numix doesn't yet have an LTE icon:

numixlte

numixltevpn

The solid triangle is coming from nm-wwan-tower.

After digging through the network-manger source a bit, it looks like the possible icons are:

Disconnected:
    nm-no-connection

Connecting (Wired, Wireless, Mobile)
    nm-stage%02d-connecting%02d

Wired:
    nm-device-wired

Wireless (client):
    nm-device-wireless || nm-signal-%d

Mobile:
    nm-wwan-tower
    nm-signal-%d
    if roaming:
        nm-mb-roam
    if tech:
        nm-tech-%s

VPN:
    nm-vpn-connecting%02d
    nm-vpn-active-lock

jrb avatar Sep 12 '16 20:09 jrb

Thanks. That's also related to #989.

This is still completely stupid. Take mobile for example. There is an overlay with nm-wwan-tower nm-signal- and nm-tech. This is only possible if nm-wwan-tower or nm-signal-%d is transparent...

andia89 avatar Sep 12 '16 20:09 andia89