Very well.
In 64bits Lxde and Openbox only (not yet announced, I am doing a mini before announcing both), when I mount a partition in pcmanfm, then unmount, the mount directory stays in /media. Is not removed. Then, when I mount again, then unmount, a new directory with the same name with a _ added is created, then once unmounted is not removed, and the empty directory remains. The following has for name name__ (2 underscore) and so on... I have 6 internal drives, so after 3 times I have 18 directories in /media, (root root and 700) so I can remove them by hand.
In 32bits Openbox, after I installed the version
spacefm no hal enabled I get the same behavior...
In both 64bits and 32bits, I also have to add the following authorizations to the file:
/etc/polkit-1/localauthority/50-local.d/55-myconf.pkla
org.freedesktop.udisks.filesystem-mount-system-internal
org.freedesktop.udisks.filesystem-unmount-others
which makes it look like that:
[Storage Permissions]
Identity=unix-group:polkituser
Action=org.freedesktop.udisks.filesystem-mount;org.freedesktop.udisks.drive-eject;org.freedesktop.udisks.drive-detach;org.freedesktop.udisks.luks-unlock;org.freedesktop.udisks.inhibit-polling;org.freedesktop.udisks.drive-set-spindown;org.freedesktop.udisks.filesystem-mount-system-internal;org.freedesktop.udisks.filesystem-unmount-others;
ResultAny=yes
ResultActive=yes
ResultInactive=no
to avoid being prompted for the root password when clicking to mount an internal drive.
A few nights ago I tried during several hours to find what was the problem in Openbox 64 and Lxde 64, without finding a clue. I have compared with the KDE 64 test4, and there, with Dolphin, no such problem: partitions mounted and unmounted without a glitch, without leaving any empty directory behing. Just perfect. I also tried to use different authentication agents (not sure it was even relevant) : either polkit-gnome or lxpolkit, (started from the autostart.sh file) but this didn't make a difference.
Any thoughts on this ?