-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Global shortcut does not work on Linux using Wayland #1170
Comments
I'm proposing a workaround that seems to be popular with other apps, where calling the executable with an argument flag (ie. |
+1 to the proposal above. This solution would also enable ueli's usage outside of full desktop environments. For instance, setting |
I'm curious as to what you mean by this?
BTW this should be fixed in 9.3.5 (although Hyprland may not have working icon support) |
I mean the fact that if we can have a CLI switch like this, it could also render ueli fully usable in bare window managers like Hyprland, sway etc. without needing full-blown GNOME, KDE etc.
Thanks, I'll be sure to check it out! |
Describe the bug
Global hotkeys are not available on Linux under GNOME Wayland sessions.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ueli should reappear when using the global hotkey
Environment
Additional context
This appears to be an upstream bug (electron/electron#38288) in Electron, as Wayland does not provide a way for Electron to register global hotkeys.
The text was updated successfully, but these errors were encountered: