Package: gnome-shell / 3.14.4-1~deb8u1

Metadata

Package Version Patches format
gnome-shell 3.14.4-1~deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_background_race.patch | (download)

js/ui/background.js | 12 7 + 5 - 0 !
1 file changed, 7 insertions(+), 5 deletions(-)

 [patch] background: fix a race condition when loading several
 animations

When loading several animations at the same time, the last call
overrides the result for all of them.

This commit caches all animations separately based on the source's
schemas.

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

27 nm libexec path.patch | (download)

js/ui/components/networkAgent.js | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use debian specific nm vpn helpers paths
41 handle logind fail.patch | (download)

js/misc/loginManager.js | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
51 Delay caribou daemon invocation.patch | (download)

js/ui/keyboard.js | 34 20 + 14 - 0 !
1 file changed, 20 insertions(+), 14 deletions(-)

 [patch] keyboard: delay caribou daemon invocation until really needed

Calling g_dbus_proxy_new without any flag means that the caribou
daemon will be launched through D-Bus activation, when creating
a proxy.  It smoked out some corner cases in caribou and at-spi2-core,
but generally it would be good to avoid creating unused process.

This patch delays the invocation until the "Run" method is called.

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