spaces in the custom.conf file
Bug #590433 reported by
smo
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GDM2Setup |
Incomplete
|
Undecided
|
Growlf |
Bug Description
hi
i m the gstyle's developper wich have a gdm part too like yours
i just tried again gdm2setup to see and it still add space between key/values in the custom.conf file wich is bad
[daemon]
timedloginenable = False
automaticlogin = smo
automaticlogine
timedlogindelay = 0.0
timedlogin = smo
so any of those options works, need to remove all space before and after the =
edit:
it do not respect key naming neither...
timedloginenable might be TimedLoginEnable
automaticlogin -> AutomaticLogin
....
++
The module responsible for the spaces is a core Python module, so I am not sure that this can (or should be changed). Can you explain why or how this is causing problems?