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:
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
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