Menu
Menu copied to clipboard
[Wayland] Command-Space to invoke the Menu search is broken
Raspberry Pi OS, when running in Wayland (as it is the default), breaks the global shortcut for entering the Menu search box.
Pressing Command-Space should
- Activate Menu so that keyboard input goes there
- Show the Search box
This works on Xorg but not on Wayland.
Someone knowledgable in Wayland would need to look into it.
Some possibly relevant details:
$ env | grep way
WLR_XWAYLAND=/usr/bin/xwayland-xauth
DESKTOP_SESSION=LXDE-pi-wayfire
XDG_SESSION_DESKTOP=LXDE-pi-wayfire
XDG_SESSION_TYPE=wayland
WAYLAND_DISPLAY=wayland-1
GDMSESSION=LXDE-pi-wayfire
WAYFIRE_CONFIG_FILE=/home/user/.config/wayfire.ini
This probably comes from Wayland only sharing input with focused windows. A simple solution might be having the user set up a keybind in Wayfire that would trigger a command telling the bar to open the menu through some sort of IPC