Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
disable cd "autorun"
Is it possible to disable the autorun for cd/dvd drives? It allways opens TWO konqueror tabs, and I don't whant this. It's good for USB Sticks, but CDs I whant to play with amarok (DVDs in vlc). And when the CD is empty, then the mounting fails of corse. Its very anoying.
I use KDE 3.4.3 (Kubuntu 5.10).
RE: disable cd "autorun"
Kubuntu Breezy uses
ivman for autorun functionality. You can change the mounting and autorun behavior in the /etc/ivman/IvmConfigActions.xml configuration file. The two Konqueror tabs might be due to running more than one instance of ivman.
RE: disable cd "autorun"
thanks.
with kde 3.5 I dont't need ivman any more. how can I deactivate it?
RE: disable cd "autorun"
I greped /etc recursively and found ivman in:
/etc/alternatives/x-session-manager
|
Source code
|
1
2
3
4
|
# Kubuntu uses ivman for volume manager
if [ -x /usr/bin/ivman ]; then
/usr/bin/ivman -s --nofork &
fi
|
I simply comented this 3 lines out.