-
Notifications
You must be signed in to change notification settings - Fork 120
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
[4.3.1 GTK] Global hotkeys plugin crash on enable when using Wayland #1388
Comments
The Global Hotkeys plugin relies on X11. It does not and will not work with Wayland. The plugin should not crash though. We should implement a check to avoid this. |
Thanks for your reply. Unfortunately, they work only when audacious has focus. I worked around some by assigning commands from audacious --help to gnome settings shortcuts, but it's missing seeking back/forward and volume. |
|
Perfect, many thanks. I wrote a few-line script to workaround the lack of relative volume setting:
If anyone is interested, I noticed that gnome shortcuts doesn't recognize "~" variable for home folder. It needs to be plain path:
|
Implemented with audacious-media-player/audacious-plugins@08c2f6a. Thanks for reporting. |
Describe the bug
Global hotkeys plugin crash on enable.
Steps to reproduce
Open preferences, plugins, check global hotkeys
Additional information
Note : Qt mode is broken (at least in that context). Switching to it is not a solution.
(Can't open playlist window menus, can't check the box to enable plugin in preferences)
The text was updated successfully, but these errors were encountered: