Merge lp:~morphis/aethercast/switch-to-repowerd into lp:aethercast

Proposed by Simon Fels
Status: Merged
Approved by: Jim Hodapp
Approved revision: 149
Merged at revision: 151
Proposed branch: lp:~morphis/aethercast/switch-to-repowerd
Merge into: lp:aethercast
Diff against target: 12 lines (+1/-1)
1 file modified
src/ac/ubuntu/unity.cpp (+1/-1)
To merge this branch: bzr merge lp:~morphis/aethercast/switch-to-repowerd
Reviewer Review Type Date Requested Status
Jim Hodapp (community) Approve
Konrad Zapałowicz (community) code Approve
Matteo Croce (community) Approve
Review via email: mp+299954@code.launchpad.net

Commit message

Switch to new object path for Screen service as its now provided by repowerd

repowerd implements now the screen management service and with that the object path it sits on has changed.

To post a comment you must log in.
Revision history for this message
Jim Hodapp (jhodapp) :
review: Needs Fixing (code)
Revision history for this message
Matteo Croce (teknoraver) :
review: Approve
Revision history for this message
Konrad Zapałowicz (kzapalowicz) wrote :

LGTM

review: Approve (code)
Revision history for this message
Simon Fels (morphis) :
Revision history for this message
Jim Hodapp (jhodapp) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/ac/ubuntu/unity.cpp'
2--- src/ac/ubuntu/unity.cpp 2016-05-19 05:24:46 +0000
3+++ src/ac/ubuntu/unity.cpp 2016-07-13 14:31:59 +0000
4@@ -20,7 +20,7 @@
5 namespace unity {
6 namespace screen {
7 const char *kBusName{"com.canonical.Unity.Screen"};
8-const char *kPath{"/"};
9+const char *kPath{"/com/canonical/Unity/Screen"};
10 const char *kInterfaceName{"com.canonical.Unity.Screen"};
11 } // namespace screen
12 } // namespace unity

Subscribers

People subscribed via source and target branches

to all changes: