Mailinglist Archive: opensuse-kde (305 mails)
| < Previous | Next > |
Re: [suse-kde] activating xdmcp in suse-8.1
- From: Richard Bos <radoeka@xxxxxxxxx>
- Date: Sat, 8 Mar 2003 22:06:10 +0100
- Message-id: <200303082206.10319.radoeka@xxxxxxxxx>
Op zaterdag 1 maart 2003 22:30, schreef Richard Bos:
> Question about the activation of xdmcp in kde and its login manager.
>
> After enabling xdmcp in suse-8.1 in kdmrc in the file:
> /opt/kde3/share/config/kdm/kdmrc, nothing shows up in kde login manager.
> Does anyone have succesfully activated this functionality in suse-8.1?
I did a discovery today concerning this problem;
Have a look at VT10 (<ctl><alt><f10>) just after starting the X server. I
have there log message saying that some kdmrc keys are not recognized. These
keys are:
[X-:0-Greeter]
EnableChooser=true
LogSource=/dev/xconsole
ShowLog=true
loginMode=2
I wunder why they are not recognized.
A not much saying snippet of the code (file
kdebase/kdm/kfrontend/kdm_config.c):
for (i = 0; i < cursec->sect->numents; i++)
if ((int)strlen (cursec->sect->ents[i].name) == nlen &&
!memcmp (cursec->sect->ents[i].name, nstr, nlen))
goto keyok;
LogError ("Unrecognized key '%.*s' at %s:%d\n",
nlen, nstr, kdmrc, line);
goto keyfnd;
http://lxr.kde.org/source/kdebase/kdm/kfrontend/kdm_config.c#L760
It would be nice to know what causes this....
--
Richard Bos
Without a home the journey is endless
> Question about the activation of xdmcp in kde and its login manager.
>
> After enabling xdmcp in suse-8.1 in kdmrc in the file:
> /opt/kde3/share/config/kdm/kdmrc, nothing shows up in kde login manager.
> Does anyone have succesfully activated this functionality in suse-8.1?
I did a discovery today concerning this problem;
Have a look at VT10 (<ctl><alt><f10>) just after starting the X server. I
have there log message saying that some kdmrc keys are not recognized. These
keys are:
[X-:0-Greeter]
EnableChooser=true
LogSource=/dev/xconsole
ShowLog=true
loginMode=2
I wunder why they are not recognized.
A not much saying snippet of the code (file
kdebase/kdm/kfrontend/kdm_config.c):
for (i = 0; i < cursec->sect->numents; i++)
if ((int)strlen (cursec->sect->ents[i].name) == nlen &&
!memcmp (cursec->sect->ents[i].name, nstr, nlen))
goto keyok;
LogError ("Unrecognized key '%.*s' at %s:%d\n",
nlen, nstr, kdmrc, line);
goto keyfnd;
http://lxr.kde.org/source/kdebase/kdm/kfrontend/kdm_config.c#L760
It would be nice to know what causes this....
--
Richard Bos
Without a home the journey is endless
| < Previous | Next > |