lp:~mitya57/unity-settings-daemon/backport-bgo-745135

Created by Dmitry Shachnev and last modified
Get this branch:
bzr branch lp:~mitya57/unity-settings-daemon/backport-bgo-745135
Only Dmitry Shachnev can upload to this branch. If you are Dmitry Shachnev please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dmitry Shachnev
Project:
Unity Settings Daemon
Status:
Merged

Recent revisions

4084. By Dmitry Shachnev

xsettings: fix some settings not being updated after recent glib change

GSettings got changed to only emit the "changed" signal after get_value
has been called at least once since connecting to the "changed" signal
in order to prevent unnecessary work in some cases. The g-s-d xsettings
plugin however was getting all values before connecting to the "changed"
signal and thus the signal was not emitted for some of the settings,
like the wm button-layout. Other settings (like the interface settings)
were fine due to additional get_value calls after setting up the signal
callback. Fix this by moving the moving the loop that gets all initial
values after the connect calls.

See also:
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619

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

Cherry-picked from gnome-settings-daemon:
https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=ba2c121cbcca3e2d

4083. By CI Train Bot Account

Releasing 15.04.1+15.04.20150408-0ubuntu1

4082. By Sebastien Bacher

Don't scale under unity-greeter, it creates issues. That can be revisited
once bug #1286878 and #1434094 are resolved but that's not going
to be for this cycle Fixes: #1286878
Approved by: Lars Uebernickel

4081. By CI Train Bot Account

Releasing 15.04.1+15.04.20150401-0ubuntu1

4080. By Sebastien Bacher

let the label wrap as they should in the mount dialog
Approved by: PS Jenkins bot, Lars Uebernickel

4079. By Ryan Tandy

gsd_idle_monitor_get_idletime() has to return a value. Use the correct macro for that. Fixes r4073. Fixes: #1416081
Approved by: Sebastien Bacher

4078. By CI Train Bot Account

Releasing 15.04.1+15.04.20150324.1-0ubuntu1

4077. By Sebastien Bacher

use timestamp provided by compiz to run keybinding commands so focus works Fixes: #1433648
Approved by: Iain Lane, PS Jenkins bot

4076. By CI Train Bot Account

Releasing 15.04.1+15.04.20150318-0ubuntu1

4075. By Sebastien Bacher

Open the battery info dialog when using the corresponding hotkey.
The current code was trying to display a notification with the info
but we don't have design on how that should look like with notify-osd
so go back to what we were doing before Fixes: #1432976
Approved by: Iain Lane

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:unity-settings-daemon
This branch contains Public information 
Everyone can see this information.

Subscribers