You are not logged in.

1

Sunday, August 14th 2005, 4:13am

Adding Apps to kmenu?

I was wonder how i could add application icons to kmenu?
So say i want to build Openoffice from source and i am going to build a binary package how can i add the openoffice icons to the kmenu when the binary is installed is there a flder i can drop the icons into or an xml file i could edit?

2

Tuesday, August 16th 2005, 7:38am

first depending of your distro you while find the menu automaticaly added to your kde (if you do not see it immediatly try to log off then log in again)

second there is a ksomething to find application (kappfinder) that will let you scan your hard drive for softwares not in your kde menu

third possibility, manually edit the files in your ~/.kde directory. all teh menu items finish by desktop (like openoffice.desktop) so you could make a 'locate .desktop' if your updatedb is current


last (in my mind) is some tools like denu (works on gentoo but certainly for some other distro) that will help you create a personalised menu, but i tryed it and messup my menu so not my best option

distro like mandrake have a tool for menu

right click on the K from the menu and it will let you chose 'menu editor' a great tool for manually editing your kde menu

you can see a lot of options, my favorites are first kappfinder THEN menu editor to personalise

good luck

reup

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

3

Monday, August 22nd 2005, 10:10pm

For KDE versions from 3.2 and above you should copy the application's .desktop file to the directory returned by this command:
#> kde-config --expandvars --install xdgdata-apps

Cheers,
_
Qt/KDE Developer
Debian User

4

Tuesday, August 23rd 2005, 12:17pm

Thanks to all who replyed kde-config --expandvars --install xdgdata-apps
is what i was looking for :)