Rather than implementing the volume manager interface in thunar-vfs for various platforms using various ways to mount/umount/eject devices, we could simply write a single system service (povolmd or whatever, POrtable VOLume Manager), to which thunar connects via D-BUS. |povolmd| <-> |D-BUS system bus| <-> [Thunar| Atleast the following methods would be provided then: - ListVolumes - MountVolume - UmountVolume - EjectVolume
No.