Hello, I've a little problem with IRKick. I say little, because it's up and running perfect, but i'd like to use a better solution.
Well, the problem is that i want to execute "amixer set 'Master' 3%+" when i press the button of [vol+]. For doing that, i have added to that button the fuction of "KDE sofware launcher". The program to execute is /usr/bin/amixer, and, for the parameters i've tried: set 'Master' 3%+ 'set 'Master' 3%+' "set 'Master' 3%+" But nothing, it doesn't work. I've created a simple script called "up": #!/bin/bash amixer set 'Master' 3%+ and it works perfect, Selecting "/usr/bin/up" instead "usr/bin/amixer". Obviously, it has no parameters. So, the problem is HOW THE PARAMETERS OF A PROGRAM MUST BE INTRODUCED in IRKick. This is the real problem. Any help, thanks dienadel -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
