From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1EmM2I-0004Wp-0m for garchives@archives.gentoo.org; Wed, 14 Dec 2005 02:06:30 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jBE25XUr031785; Wed, 14 Dec 2005 02:05:33 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jBE20WIO029503 for ; Wed, 14 Dec 2005 02:00:32 GMT Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by smtp.gentoo.org with esmtp (Exim 4.54) id 1EmLwW-0007Mb-5d for gentoo-user@lists.gentoo.org; Wed, 14 Dec 2005 02:00:32 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EmLvL-0007Mk-Dt for gentoo-user@gentoo.org; Wed, 14 Dec 2005 02:59:19 +0100 Received: from adsl-68-74-75-186.dsl.emhril.ameritech.net ([68.74.75.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Dec 2005 02:59:19 +0100 Received: from reader by adsl-68-74-75-186.dsl.emhril.ameritech.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Dec 2005 02:59:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: reader@newsguy.com Subject: [gentoo-user] Re: update world but just kde-2.5 not other versions Date: Tue, 13 Dec 2005 20:58:20 -0600 Organization: Still searching... Message-ID: <87vexsqt9v.fsf@newsguy.com> References: <878xuosuhk.fsf@newsguy.com> <200512132350.04831.ce@christeck.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-68-74-75-186.dsl.emhril.ameritech.net User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:RYIp3CRhjD8ZR6hTn1NLkG2N2EU= Sender: news X-Archives-Salt: 529e99b7-40a9-46c9-a3b5-870a15f95dda X-Archives-Hash: 2796a469f7331a0a1d0f8d85d4e6b798 Christoph Eckert writes: > As we are at it: I'm used to switch to another virtual console and doing > a startx -- :1 as a different user to start a second KDE session for > testing purposes. Unfortunately this still starts KDE 3.3 instead of > 3.4. > > I opened startx in vi but to be honest I'm not a master in reading > complex shell scripts. Wrong script to edit.. Make sure the test user has a file named .xinitrc in home directory that has something like this in it: cat /home/otherU/.xinitrc ## start .xinitrc exec /usr/kde/3.4/bin/startkde ## end .xinitrc Or whatever version you need to run. You may need to find the exact location of the `startkde' script in each version directory structure. I doubt it is any different for each version but may as well make sure: find /usr/kde -naem 'startkde' will get you that information. Then insert the absolute path to startkde in whatever version you want to test. -- gentoo-user@gentoo.org mailing list