~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:rhel-6.9

Last commit made on 2017-02-08
Get this branch:
git clone -b rhel-6.9 https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

3aa520c... by Ray Strode <email address hidden>

smartcard: manually emit insertion event at startup

At the moment we rely on getting an insertion event for any already
inserted smartcards at startup time, from NSS. That apparently doesn't
happen for all drivers, though.

This commit changes things up a bit so that we do the insertion event
ourselves, and additionally add some guard code to prevent spurious
insertion events from being emitted.

51242e6... by Ray Strode <email address hidden>

fixup! smartcard: allow smartcard slot id to be 0

2c47138... by Bastien Nocera

media-keys: Handle XF86AudioMicMute

https://bugzilla.redhat.com/show_bug.cgi?id=1167519

fb34042... by Bastien Nocera

xrandr: Avoid crash when Fn+F7 is pressed on some systems

When a display driver doesn't support XRandR properly,
manager->priv->rw_screen will be NULL. However, because of the way that
we need to initialise D-Bus, some of the API is still accessible.

As such, the "Fn+F7" (update screen) shortcut would access API that
should only be accessible when XRandR is available. Add guards to those
functions.

https://bugzilla.redhat.com/show_bug.cgi?id=1196044

a775760... by Cosimo Cecchi

housekeeping: plug a mem leak

Free the mount list, since it's transfer full.

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

ded1571... by Ray Strode <email address hidden>

0001-xrandr-explicitly-set-clone-state-variable-when-gene.patch

9af673a... by Bastien Nocera

common: Fix function keys not being grabbed

Because they were unmodified, and we tried to avoid screwing
up the user's keymaps for those.

Bug was introduced in 469145ff59fe2a65d603cfeb5011427dc0f7c36b

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

4b749c8... by Bastien Nocera

common: Use defines instead of variables for ranges

Seeing as those won't ever change.

1eed944... by Ray Strode <email address hidden>

ignore-gdm.patch

f368631... by Ray Strode <email address hidden>

gsd-use-virtual-modifier.patch