source: projects/specs/trunk/g/gdm2setup/gdm2setup-0.5.3-fix-typo.patch @ 4235

Revision 4235, 655 bytes 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.fix-typo gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py
    old new class GDM2Theme(object):  
    124124            TimedLoginDelay = float(config.get('daemon', 'TimedLoginDelay')) 
    125125            if self.DEBUG:  
    126126                print "GetTimedLoginDelay: ", TimedLoginDelay 
    127             return fTimedLoginDelay 
     127            return TimedLoginDelay 
    128128        except Exception, err: 
    129129            if self.DEBUG:  
    130130                print "Error: ",err 
Note: See TracBrowser for help on using the repository browser.