Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 14-08-2006, 09:43 AM   #1 (permalink)
In The Zone
 
bharat_r's Avatar
 
Join Date: Mar 2004
Location: Chennai
Posts: 470
Default half KDE half Gnome..help!!!

I was exploring SuSe 10.1 which had KDE
I ran the Search for files(Nautilus Search too)l which was located under
K-Menu->System->File manager

and from then on my desktop became half Gnome & half KDE & it looks bad...
See Pic:


How do I revert back to full KDE desktop..

Please Help!!
bharat_r is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 14-08-2006, 09:53 AM   #2 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: half KDE half Gnome..help!!!

I dont understand, what so GNOME in this? :\
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 14-08-2006, 10:02 AM   #3 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: half KDE half Gnome..help!!!

U can select keramik menu or any other from kde control centre that'll solve yor probs.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 14-08-2006, 10:04 AM   #4 (permalink)
In The Zone
 
bharat_r's Avatar
 
Join Date: Mar 2004
Location: Chennai
Posts: 470
Default Re: half KDE half Gnome..help!!!

See the way the icons are...
& Konqueror is not being used to display folder contents when I click bharat's home on the desktop but uses it when I clik on the home icon next to K Menu


Last edited by bharat_r; 14-08-2006 at 10:09 AM.
bharat_r is offline  
Old 14-08-2006, 10:07 AM   #5 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: half KDE half Gnome..help!!!

lol harsh, give another look at the screen, he's task bar is KDE but his his desktop is GNOME desktop. Icon for home folder is a dead give away of gnome.
I have faced this with xfce too. Just open the terminal and type
Code:
 ps auxw | grep metacity
You will get two entries something like this
Code:
mehul    28954  0.0  1.2  15620  9472 pts/1    S    01:37   0:12 metacity
mehul    14266  0.0  0.1   2860   780 pts/0    S+   10:04   0:00 grep metacity
Now issue this command
Code:
kill -9 28954
Replace 28954 with whatever number you get which I have marked in bold in the output.

And, you Konqueror only under KDE, in fact I find it as the best file manager, it can do a lot more than what nautilius can do.
__________________
http://www.bash.org/?258908

Last edited by mehulved; 14-08-2006 at 10:09 AM. Reason: Automerged Doublepost
mehulved is offline  
Old 14-08-2006, 10:16 AM   #6 (permalink)
In The Zone
 
bharat_r's Avatar
 
Join Date: Mar 2004
Location: Chennai
Posts: 470
Default Re: half KDE half Gnome..help!!!

I'm getting no such process:

Quote:
bharat@linux-ycee:~> ps auxw | grep metacity
bharat 4560 0.0 0.1 2752 696 pts/1 S+ 10:16 0:00 grep metacity
bharat@linux-ycee:~> kill -9 4560
bash: kill: (4560) - No such process
bharat@linux-ycee:~>
& I got only 1 entry not 2....

Last edited by bharat_r; 14-08-2006 at 10:17 AM. Reason: Automerged Doublepost
bharat_r is offline  
Old 14-08-2006, 10:33 AM   #7 (permalink)
Broken In
 
Join Date: Dec 2003
Location: kolkata
Posts: 123
Default Re: half KDE half Gnome..help!!!

have you tried killing and then restarting X?..or else rebooting?

that should solve your problem..
technomodel is offline  
Old 14-08-2006, 10:35 AM   #8 (permalink)
In The Zone
 
bharat_r's Avatar
 
Join Date: Mar 2004
Location: Chennai
Posts: 470
Default Re: half KDE half Gnome..help!!!

I'm not able to kill atatll..I says no such process.
Also tried restarting but it starts in KDE & immediately switches to Gnome
bharat_r is offline  
Old 14-08-2006, 10:50 AM   #9 (permalink)
Broken In
 
Join Date: Dec 2003
Location: kolkata
Posts: 123
Default Re: half KDE half Gnome..help!!!

i dont understand...
u mean it is showing the KDE splashscreen and then going back to gnome desktop? or is it showing this mixed desktop again?

try
CTRL+ALT+BACKSPACE..

Last edited by technomodel; 14-08-2006 at 10:51 AM. Reason: Automerged Doublepost
technomodel is offline  
Old 14-08-2006, 11:04 AM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: half KDE half Gnome..help!!!

OK post the output of
Code:
ps auxw
.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 14-08-2006, 11:33 AM   #11 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: half KDE half Gnome..help!!!

@Tech_your_future, Looks like this guy (@Bharat) is running KDM & GDM simultaneously!!
I have never seen a Linux desktop like this!!

Last edited by JGuru; 15-08-2006 at 12:15 AM.
JGuru is offline  
Old 14-08-2006, 10:31 PM   #12 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: half KDE half Gnome..help!!!

Your KDE session manager has saved Nautilus process and is autostarting it when you login to KDE. Instead of looking for metacity, look for nautilus using the command "ps auxw | grep nautilus" (without quotes) and then kill it.

Alternatively, you can pass the command "killall nautilus" (without quotes) to stop the nautilus process.
eddie is offline  
Old 15-08-2006, 08:57 AM   #13 (permalink)
In The Zone
 
bharat_r's Avatar
 
Join Date: Mar 2004
Location: Chennai
Posts: 470
Default Re: half KDE half Gnome..help!!!

Thanks eddie!!!
It worked & I've got rid of the ugly gnome!!
bharat_r is offline  
Old 16-08-2006, 01:27 AM   #14 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: half KDE half Gnome..help!!!

Quote:
Originally Posted by bharat_r
It worked & I've got rid of the ugly gnome!!
lol!!! Beware dude...you might get assaulted by the GNOME lovers
eddie is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



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


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2