View Single Post
Posts: 968 | Thanked: 974 times | Joined on Nov 2008 @ Ohio
#109
Also for some automagic catagorization:

You can add the following lines to your menu files:
Code:
      <Include>
        <Category>Game</Category>
        <Category>Games</Category>
        <Filename>100boxes.desktop</Filename>
Which would automatically include any apps that have Game, Games listed in their desktop file. *Most apps don't include categories, but some do. Categories here

If you do that you may also want to exclude specific apps from specific menus:

Code:
        <Filename>mussorgsky.desktop</Filename>
     </Include>
     <Exclude>
        <Filename>gnome-alsamixer.desktop</Filename>
     </Exclude>
This might *hopefully* save you some time and editing by including categories for each menu.
__________________
*Consumer*, not a developer! I apologize for any inconvenience.
My script to backup /home and /opt
Samsung Galaxy S Vibrant, Huawei S7, N900(retired), N800(retired)
 

The Following 3 Users Say Thank You to lemmyslender For This Useful Post: