I’m having a minor issue after installing pamac-all 9.5.12.
The volume that controls the sound in system tray is turned-off by default.
I can easily turn it on, but when you restart the computer it’s off again no matter what you do. I didn’t have this issue with the pamac-git version. Any idea as how to keep it on after a restart?
System:
Kernel: 5.4.72-1-lts x86_64 bits: 64 compiler: gcc v: 10.2.0
Desktop: KDE Plasma 5.20.1 Distro: Arch Linux
To OP - looks like you can edit a .desktop file add in the command parameters you want (in the (Exec= line), or write a simple bash script to set it up and run it as you want. The location will be as stated in the link. Have fun!
@xircon
I ran the script, but I made it executable by right clicking on the script , and then > permissions > Is exectutable.
I didn’t know how to make it executable by “chmod +x name-of-script”.
Then I added to the start-up and reboot, but it didn’t work. It was still muted after a startup.
@Shjim
I don’t have the auto mute Mode on my amixer.
I also tried this command with no success.
amixer -c 0 sset “Auto-Mute Mode” Disabled
amixer: Unable to find simple control ‘Auto-Mute Mode’,0
Also is this a Plasma 5.20 bug?