Spotify Media Keys Fix on Ubuntu 20.04 Gnome | TUTORIAL |

Опубликовано: 05 Апрель 2026
на канале: Unix2Dos
1,898
42

Packages
sudo apt install xbindkeys
sudo apt install dconf-editor
sudo apt install xbindkeys-config

play/pause command:
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause

next command:
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next

previous command:
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous

Thanks for Watching.