forked from felixonmars/panda-topbar
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
waylandWayland breaks working software by mandating new concepts, leaving it to others to fix the breakageWayland breaks working software by mandating new concepts, leaving it to others to fix the breakage
Description
The menu is placed at the center rather than at the top of the screen.
The panel in Raspberry Pi OS (which seems to work in X11 and Wayland session) apparently uses Layer Shell, a Wayland protocol for desktop shell components, such as panels, notifications and wallpapers.
Unfortunately the iplementation in Raspberry Pi OS is GTK specific. In X11, telling a window to be at the top of the screen was entirely toolkit agnostic.
There seems to be a Qt specific implementation:
https://github.com/KDE/layer-shell-qt
Metadata
Metadata
Assignees
Labels
waylandWayland breaks working software by mandating new concepts, leaving it to others to fix the breakageWayland breaks working software by mandating new concepts, leaving it to others to fix the breakage