bluesabre / menulibre

MenuLibre is an advanced menu editor that provides modern features in a clean, easy-to-use interface.
https://bluesabre.org/menulibre
GNU General Public License v3.0
199 stars 18 forks source link

Double Category Issue #189

Open pieshrimp95 opened 6 months ago

pieshrimp95 commented 6 months ago

System info: Debian 12 Bookworm MATE 1.26.0 When you try to make a new launcher, it just shows two category instead of one. When you edit exist launcher, you will get double category and double launcher. Is this have problem with difference of placing libremenu .desktop files in ~/.local/share/applications/ rather than /usr/share/applications and because of this the system thinks the .desktop files are duplicate instead of only-one launcher?

bluesabre commented 6 months ago

Are you using the version of MenuLibre that currently ships with Debian (2.2.2) or the latest release (2.3.2)? There are some MATE-specific fixes that have been made since 2.2.2 that might resolve this issue.

As far as installing .desktop files in ~/.local/share/applications/ vs /usr/share/applications, this is the correct way of replacing a system .desktop file and MATE's menu-handling library should already support this.

pieshrimp95 commented 6 months ago

Yes. I am using the menulibre 2.2.2 that ships with Debian. Maybe i need to get a new one via release and compile it for myself?