summaryrefslogtreecommitdiff
path: root/Assistant/Threads/MountWatcher.hs
Commit message (Collapse)AuthorAge
...
* detect KDE automountingGravatar Joey Hess2012-07-20
| | | | | | | | Best dbus events I could find were setupDone from org.kde.Solid.Device. There may be some spurious events, but that's ok, the code will only check to see if new mounts are available. It does not try to auto-start this service if it's not running.
* catch all errorsGravatar Joey Hess2012-07-20
|
* use dbus to activate GduVolumeMonitor if it's not already runningGravatar Joey Hess2012-07-20
|
* only use dbus when there's a client connected we know will send mount eventsGravatar Joey Hess2012-07-19
|
* store whole MntentsGravatar Joey Hess2012-07-19
| | | | | This way, if a mount point was already mounted, but something else gets mounted there, it'll be seen as a new mount.
* try to make Utility.Mounts portableGravatar Joey Hess2012-07-19
| | | | | This is an unholy mashup, but it just might work. It works on Linux, that's all I've tested. :)
* MountWatcher threadGravatar Joey Hess2012-07-19
Currently only prints mount points when mounts happen.