You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run nm-applet at startup, and its applet icon appears, as it should, in sfwbar's system tray.
If I right-click on the applet icon, go to the "Available networks" submenu of that applet, and then click on an item from that submenu to choose a wireless network, it's hit-or-miss whether a dialog will come up asking to connect to the network. I've seen this issue with sfwbar on Hyprland, Sway, and LabWC. As a point of comparison, I've tested this on waybar and not seen a similar problem with the system tray.
The text was updated successfully, but these errors were encountered:
I think I see the issue. nm-applet updates the menu while it's open, changing the item id's used for activation. Fixing this would require some refactoring of sni menu support, but shouldn't be too hard. Give me a few days please.
I just pushed the commit that hopefully fixes the issue. Please let me know if you see any issues with the tray item menus on the back of this change as I pretty much had to completely rewrite the tray item menu code :)
I run nm-applet at startup, and its applet icon appears, as it should, in sfwbar's system tray.
If I right-click on the applet icon, go to the "Available networks" submenu of that applet, and then click on an item from that submenu to choose a wireless network, it's hit-or-miss whether a dialog will come up asking to connect to the network. I've seen this issue with sfwbar on Hyprland, Sway, and LabWC. As a point of comparison, I've tested this on waybar and not seen a similar problem with the system tray.
The text was updated successfully, but these errors were encountered: