palinek / nm-tray

NetworkManager tray icon -> simple front end (nm-applet)
GNU General Public License v2.0
57 stars 18 forks source link

No visual feedback to "connecting" state #4

Closed c-cesar closed 7 years ago

c-cesar commented 7 years ago

Hi. First, thanks for your work. Wireless connections can be in "connecting" state for quite a long time, and wile getting the authentication nm-tray shows me the same icon of connected networks.

palinek commented 7 years ago

Don't you see the "connecting" icon while establishing the wi-fi connection? (the symbolic name of icon when connection acquiring is network-wireless-acquiring-symbolic or network-wireless-acquiring)

Does the icon theme, you are currently using, provide such icons?

Note: I've pushed the fix for showing/updating the information on app startup recently in 4e249b0

c-cesar commented 7 years ago

making some tests here. Works with Faenza e Adawita icon themes, but not with Breeze or Oxygen. Looking this icon packs contents, this is a bug in the icon themes that not provides this acquiring status. Thanks.

Andreas-Kainz commented 7 years ago

Breeze and Oxygen maintainer, can you post a screenshot. Thanks

c-cesar commented 7 years ago

screenshot_20170107_182441 screenshot_20170107_182505 screenshot_20170107_182334 In all screeenshots nm-applet (gtk) is in the top, in acquiring state. The last image is nm-tray with Faenza Green icon theme, showing nm-tray supports the acquiring state icons.

Also, quering my packages return:

$ yaourt -Ql faenza-icon-theme |grep acquiring
faenza-icon-theme /usr/share/icons/Faenza-Dark/status/scalable/network-cellular-signal-acquiring-symbolic.svg
faenza-icon-theme /usr/share/icons/Faenza-Dark/status/scalable/network-vpn-acquiring-symbolic.svg
faenza-icon-theme /usr/share/icons/Faenza-Dark/status/scalable/network-wired-acquiring-symbolic.svg
faenza-icon-theme /usr/share/icons/Faenza-Dark/status/scalable/network-wireless-acquiring-symbolic.svg
faenza-icon-theme /usr/share/icons/Faenza/status/scalable/network-cellular-signal-acquiring-symbolic.svg
faenza-icon-theme /usr/share/icons/Faenza/status/scalable/network-vpn-acquiring-symbolic.svg
faenza-icon-theme /usr/share/icons/Faenza/status/scalable/network-wired-acquiring-symbolic.svg
faenza-icon-theme /usr/share/icons/Faenza/status/scalable/network-wireless-acquiring-symbolic.svg
$ yaourt -Ql oxygen-icons |grep acquiring
$ yaourt -Ql breeze-icons |grep acquiring
$ 
palinek commented 7 years ago

Breeze and Oxygen maintainer, can you post a screenshot.

@DarkknightAK here are the icon names, that are used (now I know, that there is no need to test foo-symbolic and foo as the standard says that foo should be considered also if foo-symbolic is not present..)

Are there any others suitable icons, that can be used for the aquiring state in Breeze/Oxygen?