assistant: Added new name used for udisks2 dbus service in gnome 3.18.

This commit is contained in:
Joey Hess 2016-01-22 16:09:50 -04:00
parent d1879df0ba
commit 93806b0c8c
Failed to extract signature
2 changed files with 3 additions and 1 deletions

View file

@ -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"

1
debian/changelog vendored
View file

@ -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