TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Linux & Opensource > Mandriva Linux

Notices

startx -> gnome, want kde again

Mandriva Linux


Reply
 
Thread Tools Display Modes
Old 09-01-2008, 06:07 AM   #1
Adam
Guest
 
Posts: n/a
startx -> gnome, want kde again

While working on the "read core temp" problem, I used mcc to install a
batch of packages. Now when I boot up, log in, and then run 'startx',
it starts up gnome instead of kde. How can I get it back to kde? I
looked through mcc, startx docs, etc. and didn't see any obvious switch.

Also, while it's running gnome, none of the web browsers I've tried can
access any web page ("[whatever.com] could not be found"). However, if
(under gnome) I use VMware to run W2K (as I'm doing now), there seems to
be no problems accessing web pages or newsgroups.

There's probably something simple to do that would solve both of these,
but I can't seem to find it. Can anyone point me in the right direction
for solving these? Thanks!

Adam
  Reply With Quote
Old 09-01-2008, 06:08 AM   #2
Bit Twister
Guest
 
Posts: n/a
Re: startx -> gnome, want kde again

On Tue, 08 Jan 2008 14:07:15 GMT, Adam wrote:
> I used mcc to install a batch of packages.
> startx starts up gnome instead of kde.


Hmm, I have a fully updated system and it has never changed to Gnome
from my KDE setting.

> There's probably something simple to do that would solve both of these,
> but I can't seem to find it.


And I cannot remember anything in MCC to set it.

> Can anyone point me in the right direction
> for solving these? Thanks!


Hmm, first thing to do is
cat $HOME/.desktop

Next I would see if it a system wide problem by creating a new
account user account (say normal), log into normal, startx
and see what happens.

$ type startx
startx is /usr/bin/startx

$ edt /usr/bin/startx
where we see
sysclientrc=/usr/lib/X11/xinit/xinitrc

$ edt /usr/lib/X11/xinit/xinitrc
where we see
exec /etc/X11/Xsession $*

$edt /etc/X11/Xsession

Where I find
if [ -f $HOME/.desktop ]; then
. $HOME/.desktop >/dev/null 2>&1
elif [ -f /etc/sysconfig/desktop ]; then

So, I would try doing a

echo DESKTOP=KDE > $HOME/.desktop

And try the startx again.

That is if you do not want to do something like
startx kde (I guess)
  Reply With Quote
Old 09-01-2008, 06:11 AM   #3
David W. Hodgins
Guest
 
Posts: n/a
Re: startx -> gnome, want kde again

On Tue, 08 Jan 2008 09:07:15 -0500, Adam <.message> wrote:

> While working on the "read core temp" problem, I used mcc to install a
> batch of packages. Now when I boot up, log in, and then run 'startx',
> it starts up gnome instead of kde. How can I get it back to kde? I


Try "startx KDE". To get back to gnome, "startx GNOME". Note the KDE or
GNOME must be in uppercase.

> Also, while it's running gnome, none of the web browsers I've tried can
> access any web page ("[whatever.com] could not be found"). However, if


This is strange. Which window manager you're running should not have any
impact on the dns/network access. Check ~/.xsession-errors, to see if
there are any messages regarding authority problems, etc.

You may also want to install Xtart, and use it to select which window manager
to run.

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
  Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 07:38 AM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional