source: projects/specs/branches/6/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
  • gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py

    diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.disable-debug gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py
    old new import ConfigParser 
    3939 
    4040class GDM2Theme(object):   
    4141       
    42     DBUG = True 
     42    DBUG = False 
    4343 
    4444    GDMCONF_FILE = u"/etc/X11/gdm/custom.conf" 
    4545    THEMES_DIRECTORY = u"/usr/share/themes/" 
  • gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py

    diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py.disable-debug gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py
    old new for module in (gettext, locale): 
    3535### ...for now, we must continue to use os.Popen calls to indirectly bypass issues with Orbit/Gconf 
    3636from gdm2.gdm2gconf import GDM2Theme 
    3737 
    38 DEBUG = True 
     38DEBUG = False 
    3939 
    4040class GDM2Setup(object):     
    4141    __VERSION__ = '0.5.3' 
Note: See TracBrowser for help on using the repository browser.