gnome-initial-setup:gnome-3-16

Last commit made on 2016-02-20
Get this branch:
git clone -b gnome-3-16 https://git.launchpad.net/gnome-initial-setup

Branch merges

Branch information

Name:
gnome-3-16
Repository:
lp:gnome-initial-setup

Recent commits

99ea00e... by Christian Kirbach

Update German translation

76c4bfa... by Pedro Albuquerque

Updated Portuguese translation

8862b61... by Matthias Clasen <email address hidden>

password: Avoid a critical

a464fca... by Matthias Clasen <email address hidden>

network: Avoid a crash on locale change

We were not careful enough in managing our timeout. Sometimes,
an old timeout could stick around, and then access disposed
objects later on, leading to crash.

https://bugzilla.gnome.org/show_bug.cgi?id=752134

08abb4a... by Jasper St. Pierre

setup-shell: Make sure that the shell launches first

On systems where the shell might be slow to start up, we need to make
sure gnome-initial-setup launches after the WM has time to initialize.

Copy these lines from gnome-shell's desktop file to get our setup shell
spawned at the right phase.

4204e6f... by Matthias Clasen <email address hidden>

Avoid a race in starting the welcome tour

There is a race between the welcome tour script removing the marker
file, and gnome-session notificing that it is gone and killing the
autostarted script. If the script wins the race and manages to start
yelp first, things work ok, but if gnome-session wins the race, yelp
never shows up.

Fix this by only removing the file after yelp is launched.

a68e599... by Matthias Clasen <email address hidden>

timezone: Fix ui file syntax

d4bdb81... by Cédric VALMARY (Tot en òc)

Updated Occitan translation

ca07ef6... by Matthias Clasen <email address hidden>

3.16.3

6b5685b... by Matthias Clasen <email address hidden>

privacy: Look for the right key in os-release

The correct key is PRIVACY_POLICY_URL. Unfortunately, Fedora
got this wrong when it was initially added, so look for
both this key and PRIVACY_POLICY.