How to Add Submenu to Start Menu?

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
sonny
Posts: 626
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 454 times
Been thanked: 144 times

How to Add Submenu to Start Menu?

Post by sonny »

Hello,
How do I create a submenu in Puppy's start menu?
i.e. on "Fun" menu, I'd like to categorize "Role Playing", "Shooting", "Strategy", then place the items accordingly.
Cheers

User avatar
taersh
Posts: 951
Joined: Tue Jul 07, 2020 11:13 pm
Location: Germany
Has thanked: 53 times
Been thanked: 119 times

Re: How to Add Submenu to Start Menu

Post by taersh »

There is already sub-menus.
In /etc/xdg/menus there is some *.menu files.

This is the related snippet from /etc/xdg/menus/puppy-fun.menu.

Code: Select all

  <Layout>
    <Menuname inline="true" inline_limit="99">Fun-Sub</Menuname>
    <Separator/>
    <Menuname inline="true" inline_limit="99">Fun-adventure</Menuname>
    <Separator/>
    <Menuname inline="true" inline_limit="99">Fun-boardgame</Menuname>
    <Separator/>
    <Menuname inline="true" inline_limit="99">Fun-cardgame</Menuname>
    <Separator/>
    <Menuname inline="true" inline_limit="99">Fun-puzzle</Menuname>
    <Separator/>
    <Menuname inline="true" inline_limit="99">Fun-shooter</Menuname>
    <Separator/>
    <Menuname inline="true" inline_limit="99">Fun-arcade</Menuname>
  </Layout>

Change inline="true" to inline="false" or change inline_limit="99" to a lower number like inline_limit="5". The sub-category will close as soon as there's more than 5 entries.

In /usr/share/desktop-directories there is some *.directory files. Edit these files to change the title of the Menu category.
These are the related files for the Fun menu:

Puppy-Fun-adventure.directory
Puppy-Fun-arcade.directory
Puppy-Fun-boardgame.directory
Puppy-Fun-cardgame.directory
Puppy-Fun.directory
Puppy-Fun-puzzle.directory
Puppy-Fun-shooter.directory
Puppy-Fun-Sub.directory

My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!

Post Reply

Return to “Users”