The two offending lines are:
http://bazaar.launchpad.net/~mir-team/qtmir/trunk/view/head:/src/modules/Unity/Application/dbusfocusinfo.cpp#L33
http://bazaar.launchpad.net/~unity-team/unity8/trunk/view/head:/plugins/IntegratedLightDM/plugin.cpp#L37
They both register objects on the root dbus path ("/"), so they
conflict.
** Also affects: qtmir (Ubuntu)
Importance: Undecided
Status: New
** Changed in: unity8 (Ubuntu)
Status: New => Incomplete
** Changed in: canonical-devices-system-image
Status: Triaged => In Progress
** Changed in: qtmir (Ubuntu)
Status: New => Triaged
** Changed in: qtmir (Ubuntu)
Importance: Undecided => Critical
** Changed in: unity8 (Ubuntu)
Status: Incomplete => Triaged
** Changed in: unity8 (Ubuntu)
Importance: Undecided => Critical
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1599145
Title:
com.canonical.UnityGreeter dbus methods removed
Status in Canonical System Image:
In Progress
Status in qtmir package in Ubuntu:
Triaged
Status in unity8 package in Ubuntu:
Triaged
Bug description:
channel: ubuntu-touch/rc-proposed/meizu.en
image: 369
device: arale
The HideGreeter and ShowGreeter methods and IsActive property have
been removed from com.canonical.UnityGreeter dbus interface.
These are being used by autopkgtest to wait for device and unlock
greeter. So its no longer working and this will block test automation.
Example command to test:
gdbus call --session --dest com.canonical.UnityGreeter --object-path /
--method com.canonical.UnityGreeter.HideGreeter
Error returned is:
Error: GDBus.Error:org.freedesktop.DBus.Error.UnknownInterface: No such
interface 'com.canonical.UnityGreeter' at object path '/'
Or to check if greeter is active:
gdbus call --timeout 5 --session --dest com.canonical.UnityGreeter
--object-path / --method org.freedesktop.DBus.Properties.Get
com.canonical.UnityGreeter IsActive
returns:
Error: GDBus.Error:org.freedesktop.DBus.Error.UnknownInterface: Interface
com.canonical.UnityGreeter was not found in object /
(According to introspection data, you need to pass 'ss')
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1599145/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp