Merge lp:~chihchun/location-service/lp1582148 into lp:location-service/trunk

Proposed by Rex Tsai
Status: Merged
Approved by: Thomas Voß
Approved revision: 261
Merged at revision: 261
Proposed branch: lp:~chihchun/location-service/lp1582148
Merge into: lp:location-service/trunk
Diff against target: 17 lines (+4/-2)
1 file modified
data/ubuntu-location-service-trust-stored.conf.in (+4/-2)
To merge this branch: bzr merge lp:~chihchun/location-service/lp1582148
Reviewer Review Type Date Requested Status
Thomas Voß (community) Approve
PS Jenkins bot continuous-integration Pending
Rex Tsai Pending
Review via email: mp+299553@code.launchpad.net

Commit message

Reload trust-stored, when use switched locale in welcome wizard.

Description of the change

When the user change locale in Welcome Wizard, unity8 sends indicator-services-end and indicator-services-start to ask other service eg indicator-services reloaded for the new locale.

https://bugs.launchpad.net/bugs/1582148

To post a comment you must log in.
Revision history for this message
Thomas Voß (thomas-voss) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/ubuntu-location-service-trust-stored.conf.in'
2--- data/ubuntu-location-service-trust-stored.conf.in 2015-11-11 08:20:55 +0000
3+++ data/ubuntu-location-service-trust-stored.conf.in 2016-07-08 13:59:21 +0000
4@@ -4,10 +4,12 @@
5 # starting; if dbus is available and location-service isn't or vice-versa,
6 # startup will fail but the next event firing will trigger another start
7 start on (started dbus and xsession SESSION=ubuntu-touch) or \
8- dbus BUS=system SIGNAL=NameOwnerChanged INTERFACE=org.freedesktop.DBus OBJPATH=/org/freedesktop/DBus ARG0=com.ubuntu.location.Service ARG2!=""
9+ indicator-services-start or \
10+ (dbus BUS=system SIGNAL=NameOwnerChanged INTERFACE=org.freedesktop.DBus OBJPATH=/org/freedesktop/DBus ARG0=com.ubuntu.location.Service ARG2!="")
11
12 stop on desktop-end or \
13- dbus BUS=system SIGNAL=NameOwnerChanged INTERFACE=org.freedesktop.DBus OBJPATH=/org/freedesktop/DBus ARG0=com.ubuntu.location.Service ARG2=""
14+ indicator-services-end or \
15+ (dbus BUS=system SIGNAL=NameOwnerChanged INTERFACE=org.freedesktop.DBus OBJPATH=/org/freedesktop/DBus ARG0=com.ubuntu.location.Service ARG2="")
16
17 respawn
18

Subscribers

People subscribed via source and target branches

to all changes: