~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:wip/smartcard-fixes

Last commit made on 2014-02-10
Get this branch:
git clone -b wip/smartcard-fixes https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

35c4351... by Ray Strode <email address hidden>

sdfasdf
asdf# plugins/cursor/fix-cursor.patch

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

smartcard: detect explicit cancelation explicitly

If the the smartcard function has been cancelled (because,
say, g-s-d is shutting down), handle that case explicitly,
so the right error message is propagated.

52c1ad8... by Przemysław Firszt

wacom: Add OLED handling over Bluetooth

For the Intuos4 Wireless tablets.

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

5ea2ccb... by kalev

build: Bump the required geoclue version

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

71da02a... by Rui Matos

3.11.5

a9edc03... by shankar

updated kn.po

41d81bf... by kalev

datetime: Specify the accuracy level for geoclue

This sets the accuracy level to the same value as the current geoclue
default. As per the discussion in the ticket, we shouldn't rely on the
default staying the same in the future and have to explicitly set it.

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

df178d4... by Rui Matos

build: Require geoclue-2.0 >= 2.1.0 for geoclue_client_set_desktop_id

501bad0... by kalev

datetime: Provide desktop id to geoclue

Geoclue 3.11.x needs to know the desktop file name of the application
to make authorization work.

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

e73148e... by Giovanni Campagna <email address hidden>

main: don't die when gnome-session says Stop

gnome-session asks all registered clients to stop after the user
confirms the poweroff/logout dialog, but we should ignore that
request, because non registered applications are still mapped
and they would lose their theme and icons if we die (and same
for the shell).
We will go away as soon as the X11 connection is closed or the
session bus dies anyway.

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