PDA

View Full Version : [XFCE] 3 problems: mount, login, language


ugaciaka
May 7th, 2009, 09:54
At the moment I have 3 problems.

1. mount and umount usb devices: I have modified PolicyKit.conf, installed thunar-volman-plugin but usb device not show anywhere (but not show error too)

2. I want use a login manager for xfce: or xdm o slim but I not understand that configure for start xfce. Now I started with edited .xinitrc and startx after text login

3. language (I'm italian) in xfce is right (I read http://www.freebsd.org/doc/it/books/handbook/using-localization.html#LOGIN-CLASS) after only text login but if use slim the language is english (locale is not settings)

SirDice
May 7th, 2009, 10:27
1. mount and umount usb devices: I have modified PolicyKit.conf, installed thunar-volman-plugin but usb device not show anywhere (but not show error too)
Make sure hald and dbus are started, add to /etc/rc.conf:


hald_enable="YES"
dbus_enable="YES"

ugaciaka
May 7th, 2009, 10:57
Make sure hald and dbus are started, add to /etc/rc.conf:


hald_enable="YES"
dbus_enable="YES"

yes, this is set...

SirDice
May 7th, 2009, 11:07
Ok.. In a terminal do a tail -f /var/log/messages and plug the usb stick in the machine. Does anything show up? Post it here if it does.