~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:gnome-2-28

Last commit made on 2011-09-27
Get this branch:
git clone -b gnome-2-28 https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

1ed3a60... by Xandru

Updated asturian translation

79cf5b6... by Manoj Kumar Giri <email address hidden>

Updated Oriya Translation

51774ef... by Sandeep Shedmake <email address hidden>

Updated Marathi Translations

683e288... by Iñaki Larrañaga Murgoitio

Updated Basque language

57fe09a... by Rodrigo Moya

Release 2.28.2

d44917a... by Rodrigo Moya

Fixed warning

262afc0... by Matthias Clasen <email address hidden>

Don't die on X servers without XKB

If you use an X server without XKB, gnome-settings-daemon does not
survive session startup. The reason is that the modmap implementation
of libxklavier returns 0 for max_groups. This makes some of the
max_groups - 1 acrobatics in the keyboard plugin go bad, leading to a
segfault.

Closes bug #604651.

09432c3... by Matthias Clasen <email address hidden>

[background] Respond to monitor configuration changes when in charge

If you change the screen size or monitor configuration the settings daemon
doesn't notice. This only applies when show_desktop=false in nautilus.

Closes bug #601203.

bf89dab... by Bastien Nocera

Avoid volumes going over 100%

Because we don't handle that.

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

fc972b9... by Bastien Nocera

Apply all keyboard settings to new keyboards

When libxklavier sends in a new device event, apply all the
settings to the new keyboard.

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