You are not logged in.

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.

1

Saturday, November 26th 2005, 5:19pm

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).

AdaHacker

Beginner

Posts: 14

Location: Corning, NY

Occupation: Systems Analyst

  • Send private message

2

Thursday, December 1st 2005, 10:28pm

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.

3

Friday, December 2nd 2005, 1:26am

RE: disable cd "autorun"

thanks.
with kde 3.5 I dont't need ivman any more. how can I deactivate it?

4

Friday, December 2nd 2005, 1:41am

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