1. ivman and PCManFM's mounting mechanism conflict; also, ivman is unmaintained (and kind of buggy in my experience). IMHO it might be better to switch to Thunar - thunar-volman handles automounting very well, and Thunar in general is more intuitive than ROX. ivman at least should probably be replaced.
2. For the session exit dialog, it would be cool to have additional options to suspend and hibernate (locking the screen beforehand). FWIW HAL suspend can be invoked with
Code: Select all
dbus-send --system --print-reply --dest=org.freedesktop.Hal \
/org/freedesktop/Hal/devices/computer \
org.freedesktop.Hal.Device.SystemPowerManagement.Suspend \
int32:0
Code: Select all
dbus-send --system --print-reply --dest=org.freedesktop.Hal \
/org/freedesktop/Hal/devices/computer \
org.freedesktop.Hal.Device.SystemPowerManagement.Hibernate