URN Logo
UNIX Resources » Linux » Linux Forum » Mandrake Linux Discussions » Page.81 » GDM and KDE 3.4
announcement The content of this page is collected from Linux Forum, All copyrights and other associated rights are reserved by the original authors of the articles.
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.com
  LinuxForum General Chat
  Linux Advocacy
  LinuxForum Polls
  Introductions
  Linux Kernel Support
  Patch Management
  Development Release
  Linux Programming
  Linux Security
  Linux Software
  Linux Hardware Problems
    Linux Video Problems
    Linux Sound Problems
  Linux Networking Support
  Linux Printing Support
  Linux Human Interface Devices Support
  Linux Data Storage Support
  Linux Applications Support
  Linux Installation Support
  Linux Laptops Support
  Linux Motherboard, Chipsets, CPU, Memory
  Miscellaneous
  Debian Linux Support
  Ubuntu Linux Support
  LiveCD Discussions
  Gentoo Linux Support
  Mandrake Linux Support
  Redhat / Fedora Linux Support
  Slackware Linux Support
  SuSE Linux Support
  CentOS Linux Support
  Linux Web Servers
  Linux DNS Servers
  Linux Database Servers
  Linux Email Servers
  Linux FTP Servers
  Linux Squid Proxy Server
  Linux Samba Help
  Linux cPanel Help
  Linux Ensim Help
  Linux Plesk Help
  Linux Webmin / Usermin Help
  Qmail Toaster Help
  Linux Games
  Windows Game Emulation
  Linux Discussions
  General Linux Discussions
  Red Hat Linux Discussions
  More Red Hat Linux Discussions
  Mandrake Linux Discussions
  Slackware Linux Discussions
  SuSE Linux Discussions
  Debian Discussions
  Samba Help
  Linux Security
  Linux Networking
  Gentoo Help
  Operating System Rant Forum
  Hardware Rants
   
GDM and KDE 3.4
Subject: GDM and KDE 3.4
Author: Franz Fripplfrappl    Posted: 2005-03-31 20:27:06    Length: 285 byte(s)
[Original] [Print] [Top]
I have just finished compiling KDE 3.4.  KDE does not show up as an option
in GDM when I try to login.  I have rebooted Mandrake 10.1 and still get
the same.

Obviously I have overlooked something.  Anyone care to help?

Thanks.

[Original] [Print] [Top]
Subject: GDM and KDE 3.4
Author: Gireesh K. Bhat    Posted: 2005-03-31 23:27:57    Length: 2,404 byte(s)
[Original] [Print] [Top]
On Thu, 31 Mar 2005 19:27:06 -0600, Franz Fripplfrappl wrote:

QUOTE
I have just finished compiling KDE 3.4.  KDE does not show up as an option
in GDM when I try to login.  I have rebooted Mandrake 10.1 and still get
the same.

Obviously I have overlooked something.  Anyone care to help?

Thanks.
You got to get it done as follows;

(I installed KDE3.4 in home/gireeshb i.e. a new user as .kde files from
KDE3.2/KDE3.3 might create problems). Change the directory entries in the
code shown below as per your setup.

1. Check in /etc/X11/wmsession.d. See what all is there and make sure you
create new entry for your new KDE. I named mine 04KDE34. The file contents
look as follows;
------------------------------------------------
NAME=KDE34
ICON=
DESC=KDE34 Environment
EXEC=/usr/bin/startkde2
SCRIPT:
exec /usr/bin/startkde2
------------------------------------------------
2. Create a new script in/usr/bin. I named mine startkde2. The file looks
as follows;
------------------------------------------------
#!/bin/sh
export QTDIR=/home/gireeshb/kde3.4
export KDEDIR=/home/gireeshb/kde3.4
export KDEDIRS=/home/gireeshb/kde3.4
export LD_LIBRARY_PATH=/home/gireeshb/kde3.4/lib export
PATH=/home/gireeshb/kde3.4/bin:$PATH
exec /home/gireeshb/kde3.4/bin/startkde
------------------------------------------------
3. Check the entries in /etc/X11/dm/Session. Make a new entry for your KDE
(HINT: they are .desktop files. Create them like the other GNOME and KDE
entries.) I named mine 04KDE34.
------------------------------------------
[Desktop Entry] Encoding=UTF-8
Name=KDE34
Comment=KDE34
TryExec=/usr/bin/startkde2
Exec=/etc/X11/xdm/Xsession KDE34
Icon=
Type=Application
------------------------------------------
4. Now at a terminal, as su, gdm-restart
5. Enjoy the new KDE.
6. Try garnome for GNOME2.10. Works but not as flawless as KDE3.4

Let us know if the above works for you.

Best Regards
Gireesh

[Original] [Print] [Top]
« Previous thread
Rc 1 64 bit
Mandrake Linux Discussions
Page. 81
Next thread »
What mailcap so application/octet-stream is handled?
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
Powered by FreeBSD    webmaster: webmaster@unixresources.net
This page created on 2007-08-01 12:24:58, cost 0.041394948959351 ms.