Closed henning-schild closed 2 years ago
$ iwgtk -i
Icon theme 'breeze' is missing icon 'network-wireless-signal-excellent-symbolic': Overriding theme to Adwaita
but in the tray i just see an empty gap with f48e7c2c3b55a32e50be061a96bc809be8b4e284
maybe the whole tray thing is happening before that override kicks in, and it needs to be updated after the override has been applied
if i trigger a round of "disconnect" "connect" i get an icon ... but it will stay on one that looks very disconnected even though it is connected
What version of iwd are you using?
1.27
Ah, that's the problem. The indicator icon in station mode depends on recent changes made to iwd's SignalLevelAgent API, and therefore only works properly with iwd >=1.28.
let me try 1.28, so 0.6 needs >=1.28? or will 0.6+ introduce that?
yes! 1.28 fixes the problem. I now wonder if i should also make 0.6 depend on >=1.28 in gentoo
iwgtk 0.5 was actually the first release to depend on iwd >=1.28. I'd recommend making >=1.28 a dependency, since otherwise the indicator icon doesn't work as expected.
ok cool, will do that!
Great, thanks. I'll plan to make a 0.7 release shortly, since #27 probably affects a significant number of users on other distros as well.
27 did fix the in-app icons but the system tray icon still looks wrong