| Revision 4235,
1.0 KB
checked in by daisuke, 15 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
|
-
diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.disable-debug gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py
|
old
|
new
|
import ConfigParser |
| 39 | 39 | |
| 40 | 40 | class GDM2Theme(object): |
| 41 | 41 | |
| 42 | | DBUG = True |
| | 42 | DBUG = False |
| 43 | 43 | |
| 44 | 44 | GDMCONF_FILE = u"/etc/X11/gdm/custom.conf" |
| 45 | 45 | 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
|
old
|
new
|
for module in (gettext, locale): |
| 35 | 35 | ### ...for now, we must continue to use os.Popen calls to indirectly bypass issues with Orbit/Gconf |
| 36 | 36 | from gdm2.gdm2gconf import GDM2Theme |
| 37 | 37 | |
| 38 | | DEBUG = True |
| | 38 | DEBUG = False |
| 39 | 39 | |
| 40 | 40 | class GDM2Setup(object): |
| 41 | 41 | __VERSION__ = '0.5.3' |
Note: See
TracBrowser
for help on using the repository browser.