Re: [Lubuntu-qa] Mute shortcut problem...

2014-04-25 Thread Joern
You could try sh -c 'amixer -c 1 -q sset Master toggle && amixer -c 1 -q sset Speaker unmute && amixer -c 1 -q sset Headphone unmute' Regards, Jörn Am 25.04.2014 um 04:34 schrieb Andre Rodovalho : > Actually, I found that the best command is: > > $ amixer -c 1 -q sset Master toggle && amixer

Re: [Lubuntu-qa] Mute shortcut problem...

2014-04-24 Thread Andre Rodovalho
Actually, I found that the best command is: $ amixer -c 1 -q sset Master toggle && amixer -c 1 -q sset Speaker unmute && amixer -c 1 -q sset Headphone unmute I guess it will need a shell script, because I'm having problems to get all these commands to work on lubuntu-rc.xml file. && I supose are

[Lubuntu-qa] Mute shortcut problem...

2014-04-24 Thread Andre Rodovalho
The problem consists on the mute shortcut, that might behave like a toggle button, but actually, only mutes, and you need to use the volume control on "tray" to unmute! I have seen this problem occuring since I met Lubuntu. I don't know if this affects everyone, but lately I spent some time to fig