assistant: Added new name used for udisks2 dbus service in gnome 3.18.
This commit is contained in:
parent
d1879df0ba
commit
93806b0c8c
2 changed files with 3 additions and 1 deletions
|
@ -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
1
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue