r32656 - in /packages/unstable/gnome-tweak-tool/debian: changelog patches/03_fix-user-theme-extension-UUID.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Feb 23 00:07:39 UTC 2012
Author: biebl
Date: Thu Feb 23 00:07:39 2012
New Revision: 32656
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32656
Log:
* debian/patches/03_fix-user-theme-extension-UUID.patch:
- Fix UUID for user-theme extension. Closes: #660428
Patch cherry-picked from upstream Git.
Added:
packages/unstable/gnome-tweak-tool/debian/patches/03_fix-user-theme-extension-UUID.patch
Modified:
packages/unstable/gnome-tweak-tool/debian/changelog
packages/unstable/gnome-tweak-tool/debian/patches/series
Modified: packages/unstable/gnome-tweak-tool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-tweak-tool/debian/changelog?rev=32656&op=diff
==============================================================================
--- packages/unstable/gnome-tweak-tool/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-tweak-tool/debian/changelog [utf-8] Thu Feb 23 00:07:39 2012
@@ -3,8 +3,11 @@
* debian/patches/02_dont-crash-on-missing-schemas.patch:
- Don't crash on missing gsettings schemas. Closes: #655535
Patch cherry-picked and rebased from upstream Git.
+ * debian/patches/03_fix-user-theme-extension-UUID.patch:
+ - Fix UUID for user-theme extension. Closes: #660428
+ Patch cherry-picked from upstream Git.
- -- Michael Biebl <biebl at debian.org> Thu, 23 Feb 2012 01:04:39 +0100
+ -- Michael Biebl <biebl at debian.org> Thu, 23 Feb 2012 01:06:33 +0100
gnome-tweak-tool (3.2.2-2) unstable; urgency=low
Added: packages/unstable/gnome-tweak-tool/debian/patches/03_fix-user-theme-extension-UUID.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-tweak-tool/debian/patches/03_fix-user-theme-extension-UUID.patch?rev=32656&op=file
==============================================================================
--- packages/unstable/gnome-tweak-tool/debian/patches/03_fix-user-theme-extension-UUID.patch (added)
+++ packages/unstable/gnome-tweak-tool/debian/patches/03_fix-user-theme-extension-UUID.patch [utf-8] Thu Feb 23 00:07:39 2012
@@ -1,0 +1,32 @@
+From 7873a0540ff13371e3f858131fbc4800cef1515f Mon Sep 17 00:00:00 2001
+From: Nuno Araujo <nuno.araujo at russo79.com>
+Date: Wed, 23 Nov 2011 18:30:28 +0100
+Subject: [PATCH] Fix user-theme extension UUID
+
+Since version 3.2.1, gnome-shell extensions changed their UUID to another value.
+According to the changelog, this was made because gnome.org is temporarily
+forbidden in UUIDS.
+
+As a consequence, gnome-tweak-tool didn't detect the user-theme extension.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=664655
+---
+ gtweak/tweaks/tweak_shell.py | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/gtweak/tweaks/tweak_shell.py b/gtweak/tweaks/tweak_shell.py
+index 4de335a..75dc5d8 100644
+--- a/gtweak/tweaks/tweak_shell.py
++++ b/gtweak/tweaks/tweak_shell.py
+@@ -43,7 +43,7 @@ class ShowWindowButtons(GConfComboTweak):
+
+ class ShellThemeTweak(Tweak):
+
+- THEME_EXT_NAME = "user-theme at gnome-shell-extensions.gnome.org"
++ THEME_EXT_NAME = "user-theme at gnome-shell-extensions.gcampax.github.com"
+ THEME_GSETTINGS_SCHEMA = "org.gnome.shell.extensions.user-theme"
+ THEME_GSETTINGS_NAME = "name"
+ THEME_DIR = os.path.join(GLib.get_home_dir(), ".themes")
+--
+1.7.9.1
+
Modified: packages/unstable/gnome-tweak-tool/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-tweak-tool/debian/patches/series?rev=32656&op=diff
==============================================================================
--- packages/unstable/gnome-tweak-tool/debian/patches/series [utf-8] (original)
+++ packages/unstable/gnome-tweak-tool/debian/patches/series [utf-8] Thu Feb 23 00:07:39 2012
@@ -1,2 +1,3 @@
01_menu_category.patch
02_dont-crash-on-missing-schemas.patch
+03_fix-user-theme-extension-UUID.patch
More information about the pkg-gnome-commits
mailing list