[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Multiple KDE setups
From:       Amaury JACQUOT <sxpert () multimania ! com>
Date:       1999-04-30 6:23:26
[Download RAW message or body]

Le ven, 30 avr 1999, Kurt Granroth a écrit :
> Cristian Tibirna wrote:
> > On Wed, 28 Apr 1999, Kurt Granroth wrote:
> > >    #!/bin/sh
> > >    KDELOCALDIR=$HOME/.kde-hi startkde
> > > 
> > 
> > #! /bin/sh
> > ln -sf $HOME/.kde-hi $HOME/.kde
> > startkde
> > 

I've found another way to do this (this is in /etc/X11/xinit/Xclients :
------------
#!/bin/bash

########################################################################
# -*- sh -*-                                                           #
#                                                                      #
# ~/.Xclients: used by startx (xinit) to start up a window manager and #
# any other clients you always want to start an X session with.        #
#                                                                      #
# feel free to edit this file to suit your needs.                      #
########################################################################

# these files are left sitting around by TheNextLevel.
rm -f $HOME/Xrootenv.0
rm -f /tmp/fvwmrc* 2>/dev/null

#exec gnome-session 

# Mandrake
# this is an easy way to launch a Desktop manager :-)
rm -f ~/.kde


ln -s ~/.kde-1.1 ~/.kde
export KDEDIR=/opt/kde
export PATH=/opt/kde/bin:$PATH        
export LD_LIBRARY_PATH=/opt/kde/lib:/opt/kde/qt:$LD_LIBRARY_PATH
startkde

#ln -s ~/.kde-2 ~/.kde
#export KDEDIR=/opt/kde-2
#export PATH=/opt/kde-2/bin:$PATH
#export LD_LIBRARY_PATH=/opt/kde-2/lib:/opt/kde-2/qt/lib:$LD_LIBRARY_PATH
#startkde
-------------

that's it, comment/uncomment the required portions..

--
Ingénieur réseau Esitcom	Membre d'APRIL
Avoid software piracy, use FREE software.
http://www.multimania.com/sxpert
http://www.april.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic