From kfm-devel Sun Aug 08 19:20:22 1999 From: Simon Hausmann Date: Sun, 08 Aug 1999 19:20:22 +0000 To: kfm-devel Subject: Re: dnd - popupmenu X-MARC-Message: https://marc.info/?l=kfm-devel&m=93414164731640 Here's what we now have: The way to define menu entries: [Menu] Menus=Foo,Bar Foo=Name,Pixmap,Exec Bar=Do Something,blah.xpm,some_app %f These definitions are read when clicking on a normal .desktop file anywhere. In addition KonqPopupMenu looks in konqueror/servicemenus/ for files. These have the same format, with one additional key. Example: [Menu] ServiceTypes=inode/directory,image/png Menus=foo ... etc So via the ServiceTypes list entry you can bind menu entries to servicetypes. Everybody happy now? :-) Greetings, Simon