3 problems: mount, login, language

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)
 
ugaciaka said:
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:

Code:
hald_enable="YES"
dbus_enable="YES"
 
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.
 
Back
Top