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

Last commit made on 2016-10-10
Get this branch:
git clone -b gnome-3-2 https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

64f2267... by Cédric VALMARY (Tot en òc)

Update Occitan translation

bd5375d... by Cédric VALMARY (Tot en òc)

Updated Occitan translation

78562bf... by Marek Kašík

print-notifications: Perform async connection tests to CUPS during start

Perform asynchronous connection tests before getting destinations
from CUPS server and before creating a subscription for CUPS
messages (#677081).

514fc67... by Matthias Clasen <email address hidden>

printers: Move expensive initialization to an idle

The start() function is running before gsd finishes its
session registration, so everything we do here is in the
critical path for session startup. Both cupsGetDests and
the subscription registration are potentially expensive,
and can very well be done later.

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

b45577c... by Matthias Clasen <email address hidden>

print-notifications: Don't create an unused proxy object

The proxy object was not used for anything, and it was creating
synchronously.

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

2be332b... by Bastien Nocera

3.2.3

3b8eefc... by Richard Hughes

color: Set model and vendor to 'unknown' if not specified or unavailable

If the user has connected a device without the ability to get the EDID (e.g.
composite TV connection) then don't show a critical warning and fail to add
the device.

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

ee0d260... by Antoine Jacoutot <email address hidden>

color plugin: prevent sysfs warning on !linux

The /sys filesystem is only available on Linux, so there is no need to
throw lots of warnings about /sys/class/dmi/... not being available on
other OSes.
https://bugzilla.gnome.org/show_bug.cgi?id=666350

7fb5df1... by Richard Hughes

color: Create a color device even if the device has an invalid EDID

A lot of laptops have invalid EDIDs, but it doesn't matter as we prefer the
DMI data anyway.

ad47e7d... by Richard Hughes

color: Apply the color profile even if the device has an invalid EDID

It appears quite a lot of real-world hardware returns bad EDID data.