assistant: Use udisks2 dbus events to detect when disks are mounted, instead of relying on gnome/kde stuff that is not stable.

This commit is contained in:
Joey Hess 2016-01-22 16:50:08 -04:00
parent 93806b0c8c
commit 8c3d302532
Failed to extract signature
4 changed files with 27 additions and 31 deletions

View file

@ -178,3 +178,5 @@ node /org/gtk/Private/RemoteVolumeMonitor {
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Works fine in general.
> [[fixed|done]] --[[Joey]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2016-01-22T20:10:01Z"
content="""
Thanks for the info.
I think I was having difficulty matching on the udisks2 signals before, due
to how they're structured, but I found a way now.
"""]]