~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:wip/gnome-session-isactive

Last commit made on 2012-11-07
Get this branch:
git clone -b wip/gnome-session-isactive https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Name:
wip/gnome-session-isactive
Repository:
lp:~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Recent commits

32b0b2d... by Colin Walters

[wip] Port to gnome-session's SessionIsActive property

Rather than maintaining the systemd code here, monitor gnome-session's
SessionIsActive property. This allows us to drop the compile-time
dependency on systemd.

The power plugin is declared dependent on systemd at runtime, but the
rest of the code should operate in more "basic functionality" mode.

882d41a... by Bastien Nocera

sound: Remove use of never-defined HAVE_PULSE

HAVE_PULSE was never defined so the sound plugin was
completely unused. This would cause theme changes to not be
noticed.

Spotted by Lionel Landwerlin <email address hidden>

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

adc1548... by Richard Hughes

updates: If the offline-update was successful don't require the user to click OK to clear the message

Long term we want to show the updates that were installed with a 'Review'
button, but we need gnome-software (and a new set of mockups) for that.

025c03e... by Richard Hughes

power: Don't create a GDBusProxy just to read a single property

0a85766... by Richard Hughes

power: Do not attempt to suspend, dim or blank if running as a virtual machine

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

1bb7771... by Colin Walters

Remove calls to g_type_init(), bump GLib required version

See http://git.gnome.org/browse/glib/commit/?id=7c42ab23b55c43ab96d0ac2124b550bf1f49c1ec

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

5588d10... by Colin Walters

configure: Unify glib-2.0 and gio-2.0 requirements

It doesn't make sense to have distinct glib-2.0 and gio-2.0 required
versions, since they come from the same module.

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

58cb4ee... by Matthias Clasen <email address hidden>

Remove unused settings

The lid-close-ac-action and lid-close-battery-action keys are
no longer used.

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

6b779eb... by Andika Triwidada

Updated Indonesian translation

3fb60d3... by Michael Biebl

build: Don't build orientation plugin if GUdev is not available

We should check for have_gudev, not enable_gudev in this case.