Quote:
|
Originally Posted by dcmaurer
The solution is to remove the autorun package. Autorun creates a .desktop file in the ~/.kde/Autorun folder.
After removing this package, kscd won't startup on CD insert.
|
I know you replied to my thread about the same issue, too. Actually, you don't really need to remove the autorun package altogether. If you open ~/.kde/Autostart/Aurorun.desktop with a text editor, you will see a line like this towards the end of the file:
Code:
Exec=/usr/bin/autorun -l --interval=1000 --cdplayer="/usr/bin/kscd"
All you have to do is change the last parameter to look like
cdplayer="" and save the file. This way you will be able to use autorun for its other features if necessary.
(BTW, they don't use this method with FC5 anymore. They still ship autorun, though.)