Although I've rather got to like KDE4 there has been one thing that has been a constant (although minor) irritation to me - and that is that KMix doesn't minimise at start-up.
Well, it can be done. In ~/.kde4/Autostart create a file called kmix which contains the following script:
#!/bin/bash
kmix; qdbus org.kde.kmix /kmix/KMixWindow close
Make sure that the script is executable
chmod u+x kmix
Now when KDE starts kmix will launch and minimise straight to the dock.
Showing posts with label kmix. Show all posts
Showing posts with label kmix. Show all posts
Monday, 30 March 2009
Subscribe to:
Posts (Atom)