PDA

View Full Version : Remove Kubuntu items from gnome


A-star
October 17th, 2005, 09:54 AM
I found this in another thread and it might be usefull to some people:

It removes every kubuntu program from the gnome menu:

cd /usr/share/applications/kde
sudo chmod a+rw /usr/share/applications/kde/*
for i in *; do echo "OnlyShowIn=KDE;" >> $i; done
sudo chmod 644 /usr/share/applications/kde/*

hanzj
October 18th, 2005, 09:05 AM
Why would you want to remove kubuntu apps?

zipmegabyte
October 20th, 2005, 09:18 AM
Because they clutter Gnome menus and most of them have their Gtk2 counterparts already. (I'd recommend leaving K3B and Amarok though ;) )

Thanks for the tip!

geearf
November 6th, 2005, 01:06 PM
Hello,
would you also know how to do the opposite ? removing gnome apps from kde menu (but I hope they will stay in the debian menu).

thanks

A-star
November 7th, 2005, 03:24 AM
Hello,
would you also know how to do the opposite ? removing gnome apps from kde menu (but I hope they will stay in the debian menu).

thanks
I have no clue, but I think someone else will be able to answer your question.

geearf
November 7th, 2005, 12:07 PM
thanks anyway :)

Paool
November 8th, 2005, 02:44 AM
thanks :D this is what I'm looking for yesterday :D:D

nmastae
February 21st, 2006, 03:15 AM
Hello,
would you also know how to do the opposite ? removing gnome apps from kde menu (but I hope they will stay in the debian menu).

thanks


Would this work?

cd /usr/share/applications/gnome
sudo chmod a+rw /usr/share/applications/gnome/*
for i in *; do echo "OnlyShowIn=gnome;" >> $i; done
sudo chmod 644 /usr/share/applications/gnome/*

nmastae
March 14th, 2006, 12:26 PM
I found this in another thread and it might be usefull to some people:

It removes every kubuntu program from the gnome menu:

cd /usr/share/applications/kde
sudo chmod a+rw /usr/share/applications/kde/*
for i in *; do echo "OnlyShowIn=KDE;" >> $i; done
sudo chmod 644 /usr/share/applications/kde/*

Excellent! This worked perfectly. Thanks, A-Star! :)

gazj
March 30th, 2006, 05:15 PM
http://www.kde-look.org/content/show.php?content=31031

try this, it doesn't remove the gnome items from your kde menu, but nicely puts them all in a gnome submenu :)

Nordoelum
April 2nd, 2006, 12:18 PM
I found this in another thread and it might be usefull to some people:

It removes every kubuntu program from the gnome menu:

cd /usr/share/applications/kde
sudo chmod a+rw /usr/share/applications/kde/*
for i in *; do echo "OnlyShowIn=KDE;" >> $i; done
sudo chmod 644 /usr/share/applications/kde/*

Thank you so much :D

Nordoelum
April 3rd, 2006, 05:15 AM
Can I use the command:

$ sudo apt-get remove kubuntu-desktop


Will this remove everything that came with the command:

$sudo apt-get install kubuntu-desktop

?

Ensnared
April 5th, 2006, 01:23 PM
Can I use the command:

$ sudo apt-get remove kubuntu-desktop


Will this remove everything that came with the command:

$sudo apt-get install kubuntu-desktop

?
No, but there's instructions on how to do that in this post (http://www.ubuntuforums.org/showthread.php?t=96048).

Basically, the kubuntu-desktop package is only a meta-package, meaning it contains no actual data, only dependencies on the actual packages that make up KDE for Ubuntu. So in order to remove them again, you need to remove each package explicitly. The post I linked above shows the command to do just that :)

Nordoelum
April 5th, 2006, 01:31 PM
No, but there's instructions on how to do that in this post (http://www.ubuntuforums.org/showthread.php?t=96048).

Basically, the kubuntu-desktop package is only a meta-package, meaning it contains no actual data, only dependencies on the actual packages that make up KDE for Ubuntu. So in order to remove them again, you need to remove each package explicitly. The post I linked above shows the command to do just that :)
Thank you so much :D

Kedster
January 7th, 2008, 07:34 PM
that deb file program for kde well i was wondering if theres is sumthin that does the same thing

Kedster
January 7th, 2008, 07:44 PM
lol
i found one
http://www.gnome-look.org/content/show.php/Gnome+Menu+Extended+%28Debian+Package%29?content=3 1035&PHPSESSID=ba4839721c243c2431018d1518febff6