Michael Adam <[EMAIL PROTECTED]> writes: > So please give a link to some documentation about what was changed in question > of the destroyed KDE menues (and panel-icons etc. too) and the way > '/etc/X11/desktop-menus/applications.menu' works . > I accept your try to unify the behavior of the desktops but this has to be > well documented or it is a failure.
Here is the short version: All applications install desktop files to /usr/share/applications/ /etc/X11/desktop-menus/applications.menu describes how those are assembled into a menu layout. Folders in applications.menu are constructed based on the categories desktop files are in. The desktop files have Categories=Foo;Bar;Baz; lines, and then applications.menu includes things by category. applications.menu can also include or exclude specific desktop files, using <Include> or <Exclude> tags, there are some examples in the default file. Havoc