You are not logged in.

#1 2006-10-19 02:45:42

delphinen
Member
Registered: 2006-10-02
Posts: 67

KDE apps/menus in GNOME

Is there a way to hide KDE apps in Gnome Applications menu?
also, do "edit menus" works for you in Arch?

thanks in advance

Offline

#2 2006-10-19 02:47:44

twiistedkaos
Member
Registered: 2006-05-20
Posts: 666

Re: KDE apps/menus in GNOME

I beleive the only way is to remove them using a menu editor.

Offline

#3 2006-10-19 02:59:28

Gustavo
Member
From: Brazil
Registered: 2006-07-04
Posts: 92

Re: KDE apps/menus in GNOME

delphinen wrote:

Is there a way to hide KDE apps in Gnome Applications menu?
also, do "edit menus" works for you in Arch?

thanks in advance

Go to /opt/kde/share/applications/kde and insert OnlyShowIn=KDE into the desired files.

Offline

#4 2006-10-21 18:23:35

delphinen
Member
Registered: 2006-10-02
Posts: 67

Re: KDE apps/menus in GNOME

thanks. This is the script I made to remove KDE apps from Gnome:
#!/bin/bash

for file in /opt/kde/share/applications/kde/*
do
        echo 'OnlyShowIn=KDE;' >> $file
done

Offline

Board footer

Powered by FluxBB