source: projects/specs/trunk/g/gdm2setup/gdm2setup-0.5.3-disable-debug.patch @ 4235

Revision 4235, 1.0 KB checked in by daisuke, 13 years ago (diff)

gdm2setup:

  • add patch4: ConfigParser? should be case-sensitive.
  • add patch5 to fix typo
  • add patch6 to enable show userlist even if autologin is enabled.
  • add patch7 to disable debug message
RevLine 
[4235]1diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.disable-debug gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py
2--- gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.disable-debug       2011-06-28 20:54:05.630692463 +0900
3+++ gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py     2011-06-28 20:54:54.472692463 +0900
4@@ -39,7 +39,7 @@ import ConfigParser
5 
6 class GDM2Theme(object): 
7       
8-    DBUG = True
9+    DBUG = False
10 
11     GDMCONF_FILE = u"/etc/X11/gdm/custom.conf"
12     THEMES_DIRECTORY = u"/usr/share/themes/"
13diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py.disable-debug gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py
14--- gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py.disable-debug       2011-06-28 20:55:33.512692463 +0900
15+++ gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py     2011-06-28 20:56:00.805692463 +0900
16@@ -35,7 +35,7 @@ for module in (gettext, locale):
17 ### ...for now, we must continue to use os.Popen calls to indirectly bypass issues with Orbit/Gconf
18 from gdm2.gdm2gconf import GDM2Theme
19 
20-DEBUG = True
21+DEBUG = False
22 
23 class GDM2Setup(object):   
24     __VERSION__ = '0.5.3'
Note: See TracBrowser for help on using the repository browser.