LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   starting kde through kdm (https://www.linuxquestions.org/questions/linux-newbie-8/starting-kde-through-kdm-229070/)

ulmo 09-10-2004 04:17 PM

starting kde through kdm
 
hi,

i want to launch kde after logging in through kdm on my machine with debian sid.
kdm is the standard display-manager and it starts just fine during boot. but after log in, it seems that i have a session without a window-manager (there's just one xterm, without window-decoration). explicitly choosing kde or twm in kdm's session menu has no effect.
for now i choose 'console login' on every startup and start XWindow/ kde with 'startx', but that's a bit laborious :)

every hint on which configuration-files i have to use would be nice, thank you.

Boffy 09-12-2004 04:12 AM

Not sure if this will help but /usr/share/apps/kdm/sessions/ is where some config files are kept. There should be a file with the name "01KDE.desktop". My version holds the following code and it works fine:
Code:

[Desktop Entry]
Encoding=UTF-8
Name=KDE
Comment=KDE
TryExec=/usr/bin/startkde
Exec=KDE
Icon=
Type=Application

Let me know if this helped.

Boffy

ulmo 09-12-2004 07:45 AM

thanks for the reply!

My /usr/share/apps/kdm/sessions/kde.desktop is nearly the same. I changed Type=XSession to Type=Application but it still didn't work.
However, I took another (not very elegant) way to solve my problem (not to understand it):
Code:

/opt/kde/bin/genkdmconf --no-old
It makes a new configuration with default-values, what meens that I had to change the configuration to my needs again; but it works!

thank you again.

ulmo


All times are GMT -5. The time now is 07:17 PM.