I have an application in my search menu that doesn’t appear in the KDE menu editor and isn’t in .local/share/applications. Terminal output says the link is pointing at where the application was installed,
/Games/ubisoft-connect/drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe
but that directory is gone, uninstalled. How do I remove this remnant? I’ve tried restarting the machine and restarting the plasma environment, neither helped/fixed.
Might be a bit of a brute force solution, but you can use find / -type f -name "*.desktop" 2>/dev/null
to find all the shortcut files on the system and then look through the list