summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-22 16:09:50 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-22 16:09:50 -0400
commit2a756eabe28658eb5f35fe7bbac078c27c79be8b (patch)
treea42540f5cb44cef24f8f10baf4ac05dc97085f43
parent584a7e9a5962d7f2bfc499391dfdbde0ce4f2fb2 (diff)
assistant: Added new name used for udisks2 dbus service in gnome 3.18.
-rw-r--r--Assistant/Threads/MountWatcher.hs3
-rw-r--r--debian/changelog1
2 files changed, 3 insertions, 1 deletions
diff --git a/Assistant/Threads/MountWatcher.hs b/Assistant/Threads/MountWatcher.hs
index 3ccdd1adc..0367c7b1a 100644
--- a/Assistant/Threads/MountWatcher.hs
+++ b/Assistant/Threads/MountWatcher.hs
@@ -95,9 +95,10 @@ checkMountMonitor client = do
]
return True
where
- startableservices = [gvfs, gvfsgdu]
+ startableservices = [gvfsnew, gvfs, gvfsgdu]
usableservices = startableservices ++ [kde]
gvfs = "org.gtk.Private.UDisks2VolumeMonitor"
+ gvfsnew = "org.gtk.vfs.UDisks2VolumeMonitor"
gvfsgdu = "org.gtk.Private.GduVolumeMonitor"
kde = "org.kde.DeviceNotifications"
diff --git a/debian/changelog b/debian/changelog
index 25ee2b835..29472515e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ git-annex (6.20160115) UNRELEASED; urgency=medium
* registerurl: Check if a remote claims the url, same as addurl does.
* Bug fix: Git config settings passed to git-annex -c did not always take
effect.
+ * assistant: Added new name used for udisks2 dbus service in gnome 3.18.
-- Joey Hess <id@joeyh.name> Fri, 15 Jan 2016 14:05:01 -0400