i trying to config Thunar to automount usb devices under openbox-session, but i have a strange behavior:
1. Thunar and PCManFM don't see usb devices
2. if i try to $ udisks --mount /dev/sdb1, it work
3. after mount, Thunar and PCManFM don't see external devices but only mountpoint (/media/<devlabel>)
4. i have also LXDE session installed and if i try to start with this, Thunar automount work fine.
I enabled thunar mount options and i have follow thunar packages installed:
thunar-1.3.0-1.mga1
thunar-archive-plugin-0.3.0-1.mga1
lib64thunar2_0-1.3.0-1.mga1
thunar-thumbnailers-ffmpeg-0.4.1-5.mga1
thunar-vfs-1.2.0-1.mga1
thunar-thumbnailers-0.4.1-5.mga1
thunar-volman-0.6.0-2.mga1
this is my ~/.config/openbox/autostart.sh
- Code: Select all
# for gnome settings
/usr/lib64/gnome-settings-daemon &
nvidia-settings -l &
# thunar daemon
thunar --daemon &
# Programs that will run after Openbox has started
tint2 &
sleep 5 &
volumeicon &
could you help me ?
thanks
Armando