Oliver Grawert schrieb: > hi, > Am Freitag, den 07.09.2007, 18:12 +0800 schrieb jbarry: > >> I wonder if this will also solve problem # 2 >> > yes, it will. > since that message only refers to locally mounted devices on the server > thin client local devices are handled independently from this and dont > need an unmount (thus no message about unsafe removal ;) ) > > ciao > oli > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.485 / Virus Database: 269.13.3/986 - Release Date: 03.09.2007 > 09:31 > Hi
You must run the command gconftool-2 before *any* graphical screen is started !! 1.) activate rc.local [ -e /etc/rc2.d/K99rc.local ] && mv /etc/rc2.d/K99rc.local /etc/rc2.d/S99rc.local 2.) add this line to /etc/rc.local for example to switch off autoplay of movie-dvd ... add this line to /etc/rc.local (before the exit command) gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /desktop/gnome/volume_manager/autoplay_dvd false 3.) reboot the system to apply this setting! 4.) if every was working, remove the line in /etc/rc.local and run this command to deactivate rc.local [ -e /etc/rc2.d/S99rc.local ] && mv /etc/rc2.d/S99rc.local /etc/rc2.d/K99rc.local More infos about this you find in the "Gnome 2.14 Desktop System Administration Guide" ... Philipp -- SchoolNet NA - Youth Empowerment through Information and Communication Technology SchoolNet Namibia provides sustainable, low cost technology solutions and internet access, as well as technical support, training services and rich educational content to schools, community-based educational organisations, and educational practitioners throughout Namibia. -- SchoolNet NA - Youth Empowerment through Information and Communication Technology SchoolNet Namibia provides sustainable, low cost technology solutions and internet access, as well as technical support, training services and rich educational content to schools, community-based educational organisations, and educational practitioners throughout Namibia. www.schoolnet.na toll free number: 0800 005793 Philipp Hanselmann [EMAIL PROTECTED] tel +264 (0)66 267134 fax +264 (0)66 267135 cell +264 (0)85 5611314 -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
