You are not logged in.
Pages: 1
I created KDE Connect directory and i want to move kde connect menu entries in that directory, but i don't see a way to do that. Dragging the entries doesn't work. How to move the entries?
Offline
I believe you are supposed to click on the menu entry and use the arrow keys in the bottom left corner to move the entry up to the new directory.
Note: menulibre is not an Xfce component - it is a third-party tool.
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
Moving the entries with the arrow keys somehow worked, but after saving menu settings KDE Connect directory won't show in the whisker menu. This functionality is definitely not working well.
menuilbre is integrated with whisker menu so i thought it's xfce component.
Offline
You can edit or create a new .desktop file and change the "category" line to reflect where in the menu it appears. Use another .desktop file that appears in the same category as an example for reference. The should be located in /usr/share/applications.
Siduction
Debian Sid
Xfce 4.18
Offline
Moving the entries with the arrow keys somehow worked, but after saving menu settings KDE Connect directory won't show in the whisker menu. This functionality is definitely not working well.
menuilbre is integrated with whisker menu so i thought it's xfce component.
Try restarting the panel:
xfce4-panel -r
Also might be helpful if we knew the version of Xfce and the distro you are using.
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
How can i add subcategory in .desktop file? I want to create subcategories similar to the Wine category, but in wine .desktop files there is nothing about category:
I am using MX Linux XFCE, and XFCE version is 4.18.
Offline
It doesn't look like menulibre can create and manage custom submenus.
To do it the manual way, follow these steps:
Create the necessary custom menus at ~/.local/share/desktop-directories (create the folder if it doesn't exist). For example:
Level1.directory
[Desktop Entry]
Name=Level1
Comment=Level 1 Directory
Icon=folder
Type=Directory
Level2.directory
[Desktop Entry]
Name=Level2
Comment=Level 2 Directory
Icon=folder
Type=Directory
Edit the ~/.config/menus/xfce-applications.menu file. If it doesn't exist, copy over the one from /etc/xdg/menus (or if you're using Xubuntu, from /etc/xdg-xubuntu/menus). In an section immediately following a "</Menu>" statement, add the following:
<Menu>
<Name>Level 1</Name>
<Directory>level1.directory</Directory>
<Include>
<Category>Level1</Category>
</Include>
<Menu>
<Name>Level 2</Name>
<Directory>level2.directory</Directory>
<Include>
<Category>Level2</Category>
</Include>
</Menu>
</Menu>
Edit an existing file .desktop file (in ~/.local/share/applications or move the system one for /usr/share/applications into this location and edit it), and change the "Categories=" line to read either:
Categories=Level1;
...or:
Categories=Level2;
...depending on where you want it to appear.
This is an example template, so if you change the "Level1" or "Level2" text, make sure you change it correctly in all 3 locations.
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
I can create directories with menulibre or alacarte, but the issue is to move menu entries inside them. Anyway, this is too complicated for simple thing like this. It needs more easy solution, something like drag and drop entries in directories.
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 547.3 KiB (Peak: 548.15 KiB) ]