You are not logged in.
Pages: 1
Hi.
I have created a menu in /usr/share/menus/xfce4.menu with the following content:
<Menu>
<Name>Parent</Name>
<DefaultAppDirs />
<Menu>
<Name>Work</Name>
<Include>
<Filename>libreoffice.desktop</Filename>
<Filename>vscode.desktop</Filename>
<Filename>opengraph.desktop</Filename>
</Include>
</Menu>
<Menu>
<Name>Machine control</Name>
<Include>
<Filename>virt-manager.desktop</Filename>
<Filename>systemd-gui.desktop</Filename>
<Filename>controlpanel.desktop</Filename>
</Include>
</Menu>
<Layout>
<Menuname>Work</Menuname>
<Menuname>Machine control</Menuname>
</Layout>
</Menu>
It does the job and doesn't give any problems, but I don't know how to make the "Work" and "Machine control" sections show an icon chosen by me.
Please help.
Thanks in advance.
Last edited by xfce4user (2023-04-16 14:37:36)
Offline
Hello and welcome.
After your Work <Name> line, you need to add:
<Directory>Work.directory</Directory>
and after Machine Control:
<Directory>MachineControl.directory</Directory>
Then you need to create the Work.directory and MachineControl.directory files in ~/.local/share/desktop-directories (create the folder if it doesn't exist) using the following pattern:
[Desktop Entry]
Version=1.0
Name=NAME
Comment=COMMENT
Type=Directory
Icon=applications-accessories
...and change the NAME, COMMENT lines as well as specify an icon to use on the Icon line.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 522.17 KiB (Peak: 524.1 KiB) ]