com.canonical.UnityGreeter dbus methods removed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Critical
|
Michał Sawicz | ||
maliit-framework (Ubuntu) |
Fix Released
|
Critical
|
Michael Sheldon | ||
qtmir (Ubuntu) |
Fix Released
|
Critical
|
Michał Sawicz | ||
unity8 (Ubuntu) |
Invalid
|
Critical
|
Unassigned |
Bug Description
channel: ubuntu-
image: 369
device: arale
The HideGreeter and ShowGreeter methods and IsActive property have been removed from com.canonical.
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.
Error returned is:
Error: GDBus.Error:
Or to check if greeter is active:
gdbus call --timeout 5 --session --dest com.canonical.
returns:
Error: GDBus.Error:
(According to introspection data, you need to pass 'ss')
Related branches
- Unity8 CI Bot (community): Approve (continuous-integration)
- Michael Terry (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifiedsrc/modules/Unity/Application/dbusfocusinfo.cpp (+1/-1)
Changed in canonical-devices-system-image: | |
importance: | Undecided → Critical |
milestone: | none → 12 |
assignee: | nobody → Michał Sawicz (saviq) |
status: | New → Confirmed |
tags: | added: regression-proposed |
Changed in canonical-devices-system-image: | |
status: | Confirmed → Triaged |
Changed in unity8 (Ubuntu): | |
status: | New → Incomplete |
Changed in canonical-devices-system-image: | |
status: | Triaged → In Progress |
Changed in qtmir (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Critical |
Changed in unity8 (Ubuntu): | |
status: | Incomplete → Triaged |
importance: | Undecided → Critical |
Changed in qtmir (Ubuntu): | |
status: | Triaged → In Progress |
Changed in unity8 (Ubuntu): | |
status: | Triaged → Invalid |
Changed in qtmir (Ubuntu): | |
assignee: | nobody → Michał Sawicz (saviq) |
Changed in maliit-framework (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → Critical |
assignee: | nobody → Michael Sheldon (michael-sheldon) |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
The two offending lines are:
http:// bazaar. launchpad. net/~mir- team/qtmir/ trunk/view/ head:/src/ modules/ Unity/Applicati on/dbusfocusinf o.cpp#L33 bazaar. launchpad. net/~unity- team/unity8/ trunk/view/ head:/plugins/ IntegratedLight DM/plugin. cpp#L37
http://
They both register objects on the root dbus path ("/"), so they conflict.