summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-22 16:50:08 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-22 16:50:08 -0400
commitbb64ea64d5e832cc5d044ad283d65ae3ef956d47 (patch)
treed47dfdc64439ef985d88e688875339811fdea44b /doc/bugs
parent2a756eabe28658eb5f35fe7bbac078c27c79be8b (diff)
assistant: Use udisks2 dbus events to detect when disks are mounted, instead of relying on gnome/kde stuff that is not stable.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Volume_monitor_in_GNOME_3.18.mdwn2
-rw-r--r--doc/bugs/Volume_monitor_in_GNOME_3.18/comment_3_ba8748cb3113fb73dcb74bf92d7a3df5._comment10
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/Volume_monitor_in_GNOME_3.18.mdwn b/doc/bugs/Volume_monitor_in_GNOME_3.18.mdwn
index 685cb96b5..4013f1b40 100644
--- a/doc/bugs/Volume_monitor_in_GNOME_3.18.mdwn
+++ b/doc/bugs/Volume_monitor_in_GNOME_3.18.mdwn
@@ -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]]
diff --git a/doc/bugs/Volume_monitor_in_GNOME_3.18/comment_3_ba8748cb3113fb73dcb74bf92d7a3df5._comment b/doc/bugs/Volume_monitor_in_GNOME_3.18/comment_3_ba8748cb3113fb73dcb74bf92d7a3df5._comment
new file mode 100644
index 000000000..2ac4d3e60
--- /dev/null
+++ b/doc/bugs/Volume_monitor_in_GNOME_3.18/comment_3_ba8748cb3113fb73dcb74bf92d7a3df5._comment
@@ -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.
+"""]]