Open bluesabre opened 4 years ago
LP#1: DarkTrick (darktrick1337) wrote on 2019-10-11:
Additional information: The "delete" button is inactive / greyed out.
1+ year later, yes, same issue there i guess: XFCE, Python 3.10.1
workaround:
locate .desktop|grep -i loss
# loss is part of the name of the menu entry/app name
in my case i have deleted these:
rm -f /home/me/.local/share/applications/appimagekit_1fb47f3db620c938fd75a7a08625ae10-LosslessCut.desktop
rm -f /home/me/.local/share/applications/appimagekit_ecc0724ef621f76a50133e53ad7dff13-LosslessCut.desktop
I reproduce the problem with Ubuntu 22.10 and Menulibre 2.2.2
I can't remove entries created by root, but that is expected. (Ideally we could use a privilege elevation prompt to do that) But if I use Menulibre builtin search, I cannot delete any of the entries from the search results. (not even those I created in my $HOME folder.)
Workaround : do not use "search" in Menulibre if you want to remove entries.
One of these issues happens when you search for a launcher:
Testcase 1, directly selecting the (self created) launcher you want to delete, works :heavy_check_mark:
Testcase 2, search for the (same) (self created) launcher you want to delete, Delete
is greyed out :warning:
One of these issues happens when you search for a launcher:
Testcase 1, directly selecting the (self created) launcher you want to delete, works ✔️
Testcase 2, search for the (same) (self created) launcher you want to delete,
Delete
is greyed out ⚠️
Can confirm, I have this exact problem as well in Fedora 39.
Reported first on Launchpad at https://bugs.launchpad.net/menulibre/+bug/1847728
LP#0: DarkTrick (darktrick1337) wrote on 2019-10-11: