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
|
return True
|
||||||
where
|
where
|
||||||
startableservices = [gvfs, gvfsgdu]
|
startableservices = [gvfsnew, gvfs, gvfsgdu]
|
||||||
usableservices = startableservices ++ [kde]
|
usableservices = startableservices ++ [kde]
|
||||||
gvfs = "org.gtk.Private.UDisks2VolumeMonitor"
|
gvfs = "org.gtk.Private.UDisks2VolumeMonitor"
|
||||||
|
gvfsnew = "org.gtk.vfs.UDisks2VolumeMonitor"
|
||||||
gvfsgdu = "org.gtk.Private.GduVolumeMonitor"
|
gvfsgdu = "org.gtk.Private.GduVolumeMonitor"
|
||||||
kde = "org.kde.DeviceNotifications"
|
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.
|
* 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
|
* Bug fix: Git config settings passed to git-annex -c did not always take
|
||||||
effect.
|
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
|
-- Joey Hess <id@joeyh.name> Fri, 15 Jan 2016 14:05:01 -0400
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue