You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gnome-settings-daemon intercepts X11 media keys and translates them to a MPRIS D-Bus call. We should be able to register and respond to these via the QtDBUS module, and bind as outlined in the MPRIS specification linked above.
In the meantime, effected GNOME users can disable the gnome-settings-daemon bindings to X11 media keys as outlined below:
Install dconf-editor
Open dconf-editor and navigate to org.gnome.settings-daemon.plugins.media-keys.
Remove the previous-static binding by changing the value to nothing (['']).
Repeat the above for pause-static, play-static, stop-static and next-static.
If problems persist, look through the settings in step two and validate nothing is bound to suspicious XF86Audio*keys.
The text was updated successfully, but these errors were encountered:
The gnome-settings-daemon intercepts X11 media keys and translates them to a MPRIS D-Bus call. We should be able to register and respond to these via the QtDBUS module, and bind as outlined in the MPRIS specification linked above.
In the meantime, effected GNOME users can disable the
gnome-settings-daemon
bindings to X11 media keys as outlined below:dconf-editor
dconf-editor
and navigate toorg.gnome.settings-daemon.plugins.media-keys
.previous-static
binding by changing the value to nothing (['']
).pause-static
,play-static
,stop-static
andnext-static
.XF86Audio*
keys.The text was updated successfully, but these errors were encountered: