Xfce Forum

Sub domains
 

You are not logged in.

#1 2011-05-13 18:50:38

azertyh
Member
From: dago
Registered: 2010-07-13
Posts: 16

separate menus

hello,

i want to use one icon for the utility menu, another one for the game menu, another for the settings menu, etc.

one of these icons regroups the network and office menus. its .menu is like that :

<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
  "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">

<Menu>
    <Name>Settings</Name>

    <DefaultAppDirs/>
    <DefaultDirectoryDirs/>

    <Include>
        <Or>
            <Category>Network</Category>
            <Category>Office</Category>
    </Include>

</Menu>

this .menu sorts the menu alphabetically.

i want to display on the top the network menu, then a separator and finally the office menu. how to do that?

i search about the keyword Layout but i find nothing.

Offline

Board footer

Powered by FluxBB