Merge lp:~ogra/utah/fix-dbus-location into lp:utah

Proposed by Oliver Grawert
Status: Merged
Merged at revision: 969
Proposed branch: lp:~ogra/utah/fix-dbus-location
Merge into: lp:utah
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
examples/run_utah_phablet.py (+1/-1)
To merge this branch: bzr merge lp:~ogra/utah/fix-dbus-location
Reviewer Review Type Date Requested Status
UTAH Dev Pending
Review via email: mp+175254@code.launchpad.net

Commit message

fix dbus session bus address location

Description of the change

fixes the location to read dbus session bus address from

To post a comment you must log in.
Revision history for this message
Javier Collado (javier.collado) wrote :

I have been able to verify in a device that the new location is correct, but I'd like Andy to review the changes as well since he's more familiar with they might have an effect in some other part.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-07-12 20:43:09 +0000
3+++ debian/changelog 2013-07-17 11:40:35 +0000
4@@ -1,3 +1,10 @@
5+utah (0.14.1ubuntu2) UNRELEASED; urgency=low
6+
7+ * make sure phablet tests use the right location to read the dbus session
8+ address
9+
10+ -- Oliver Grawert <ogra@ubuntu.com> Wed, 17 Jul 2013 13:30:48 +0200
11+
12 utah (0.14.1ubuntu1) raring; urgency=low
13
14 * fixed some edge cases for tests that reboot
15
16=== modified file 'examples/run_utah_phablet.py'
17--- examples/run_utah_phablet.py 2013-07-12 20:43:09 +0000
18+++ examples/run_utah_phablet.py 2013-07-17 11:40:35 +0000
19@@ -131,7 +131,7 @@
20 buf = [
21 '#!/bin/sh',
22 'chmod 666 /dev/uinput',
23- 'export $(grep SESSION /home/phablet/.dbus-session)',
24+ 'export $(grep SESSION /home/phablet/.cache/upstart/dbus-session)',
25 'sudo -i -u phablet {} \\'.format(env),
26 ' DBUS_SESSION_BUS_ADDRESS=$DBUS_SESSION_BUS_ADDRESS autopilot $*',
27 ]

Subscribers

People subscribed via source and target branches