diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.disable-debug gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py --- gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.disable-debug 2011-06-28 20:54:05.630692463 +0900 +++ gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py 2011-06-28 20:54:54.472692463 +0900 @@ -39,7 +39,7 @@ import ConfigParser class GDM2Theme(object): - DBUG = True + DBUG = False GDMCONF_FILE = u"/etc/X11/gdm/custom.conf" THEMES_DIRECTORY = u"/usr/share/themes/" diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py.disable-debug gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py --- gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py.disable-debug 2011-06-28 20:55:33.512692463 +0900 +++ gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py 2011-06-28 20:56:00.805692463 +0900 @@ -35,7 +35,7 @@ for module in (gettext, locale): ### ...for now, we must continue to use os.Popen calls to indirectly bypass issues with Orbit/Gconf from gdm2.gdm2gconf import GDM2Theme -DEBUG = True +DEBUG = False class GDM2Setup(object): __VERSION__ = '0.5.3'