Re: [gdm-list] double login




duportail wrote:
On Friday 23 October 2009 18:40:06 you wrote:
I note that it only falls into this problematic code segment if the
Xserver binary is not specified by full path (note the test
"if (bin[0] != '/'" above).  So, if my analysis is right, then you
could avoid this problem by providing the full path to the Xserver
in your configuration.

Where to specify the full path to the Xserver?

It is specified in the [daemon] section by the "StandardXServer" key and
also in the various [server-foo] sections by the "command" key.  It is
probably the later which is being used in your case.  I'd check both.
More information is here:

http://library.gnome.org/admin/gdm/2.20/configuration.html.en

You might also check for any leading white space in the keys.  That
might also cause a problem.

If the full path is being specified and there is no leading whitespace,
then the problem is likely something else.  Further review of the code,
or building it with debug enabled and attaching a debugger may be needed
to figure out exactly where the failure is happening.  My analysis is
just a guess based on looking at the code.

In ubuntu 9.10 when installing gdm-2.20 and removing the new gdm, the xserver path's in gdm.conf are incorrect.(but that was not the problem I hope)
Is this gdm 2.20 reading from the /etc/gdm/gdm.conf?

Different distros use different filenames for the configuration file.
The default setting is usually in /usr/share/gdm/defaults.conf, and the
values can be customized in the /etc/gdm/custom.conf or
/etc/gdm/gdm.conf file.

Is the error something to do with upstart?
because my setup is working with gdm 2.18, but this gdm is not started with upstart automaticly.(strange:the pc start is ending in console(no x), and when I do a gdm stop, it is starting gdm 2.18.

I have no idea what upstart means.  Different distros use different
mechanisms to start GDM, so you'll probably need to talk to your distro
to find out exactly how GDM is being started, and how the service is
being managed.

Brian



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]