KDE Autostarting Kmix (Arch)

Soldato
Joined
7 Apr 2004
Posts
4,212
Hi,

I needed the volume control bar in the KDE system tray (kmix), so i added this to ~/.kde/Autostart as a simple shell script:

Code:
#!bin/bash
kmix

Now this all works, but it opens the kmix mixer config window as well as placing it in the system tray.

Any ideas how i can make it just open to the system tray, i cant see any options in kmix iteslef? KUbuntu does this by default.

Thanks,
Jack
 
Thanks, turned out the first time i ran it it placed an auto start script somewhere else, so my script was forcing it to open the config window :)

Thanks,
Jack
 
Back
Top Bottom