The last update bringing Plasma 6 was mostly smooth, until I find out my volume shortcuts don’t work anymore. I searched similar posts in the forum but strangely have found none. However, I know I’m not an isolated case because I have found other reports online. I guess it must be some hardware specific issue…
Anyway, for those with this problem there’s a simple solution. Since redefining the shortcuts doesn’t work (it must be a QT or a Plasma bug), you can set personalized shortcuts directly to pactl
(pulseaudio’s command-line tool).
-
For those who use pipewire, like me, make sure you install pulseaudio support (you probably already have it):
sudo pacman -S --asdeps pipewire-pulse
-
Create a new personal shortcut in Plasma’s shortcuts’ window:
A dialog will appear, where you’ll enter the command to change the volume. For example, for the shortcut to increase the volume by 5%:
/usr/bin/pactl set-sink-volume @DEFAULT_SINK@ +5%
-
Then, you set the shortcut you want to execute the command:
-
Repeat the process for the shortcut to lower the volume. Apply and you’re done.
This will work until the bug is resolved, if ever, and the default shortcuts work again.
Cheers,