Question - UWSM + Hyprland + Hyprpanel - missing system tray icons #104 #847
-
TLDR; Starting Hyprland with UWSM (from SDDM) and loading Hyprpanel through systemd as a service works fine but the applications loaded from xdg autostart folder (.desktop items) are failing to place their icons in system tray. Other applets spawn fine, like nm-applet, which are loaded from Hi! Contents of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hyprpanel relies on Astal Tray service: https://github.com/Aylur/astal/tree/main/lib/tray
on startup and see if that fixes your issue? |
Beta Was this translation helpful? Give feedback.
-
Yeap, actually starting the astral tray as daemon first and then the rest of the exec-once did show the unsupported tray icons. |
Beta Was this translation helpful? Give feedback.
Hyprpanel relies on Astal Tray service: https://github.com/Aylur/astal/tree/main/lib/tray
That is the source of the tray items. Since Astal can start without hyprpanel, I wonder if you can
daemonize
the astal tray viaon startup and see if that fixes your issue?