gdm2setup-0.5.3-disable-debug.patch 1.0 KB

123456789101112131415161718192021222324
  1. diff -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. class GDM2Theme(object):
  6. - DBUG = True
  7. + DBUG = False
  8. GDMCONF_FILE = u"/etc/X11/gdm/custom.conf"
  9. THEMES_DIRECTORY = u"/usr/share/themes/"
  10. diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py.disable-debug gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py
  11. --- gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py.disable-debug 2011-06-28 20:55:33.512692463 +0900
  12. +++ gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py 2011-06-28 20:56:00.805692463 +0900
  13. @@ -35,7 +35,7 @@ for module in (gettext, locale):
  14. ### ...for now, we must continue to use os.Popen calls to indirectly bypass issues with Orbit/Gconf
  15. from gdm2.gdm2gconf import GDM2Theme
  16. -DEBUG = True
  17. +DEBUG = False
  18. class GDM2Setup(object):
  19. __VERSION__ = '0.5.3'