public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-tweak-tool/files: gnome-tweak-tool-3.8.1-wm-preferences.patch
@ 2013-11-17 10:39 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-11-17 10:39 UTC (permalink / raw
  To: gentoo-commits

pacho       13/11/17 10:39:02

  Added:                gnome-tweak-tool-3.8.1-wm-preferences.patch
  Log:
  Prevent problems setting WM preferences, upstream bug #706834
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.1                  gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.8.1-wm-preferences.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.8.1-wm-preferences.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.8.1-wm-preferences.patch?rev=1.1&content-type=text/plain

Index: gnome-tweak-tool-3.8.1-wm-preferences.patch
===================================================================
--- gtweak/gsettings.py.old	2013-11-16 09:00:44.863767301 +0100
+++ gtweak/gsettings.py	2013-11-16 09:01:18.873393932 +0100
@@ -34,6 +34,8 @@
     def __init__(self, schema_name, schema_dir=None, schema_filename=None, **options):
         if not schema_dir:
             schema_dir = gtweak.GSETTINGS_SCHEMA_DIR
+        if schema_name == "org.gnome.desktop.wm.preferences":
+            schema_filename = schema_name + ".gschema.xml"
         if not schema_filename:
             schema_filename = schema_name + ".gschema.xml"
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-17 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-17 10:39 [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-tweak-tool/files: gnome-tweak-tool-3.8.1-wm-preferences.patch Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox