How Can I Rename Apps on Linux for Better Search Results?

0
5
Asked By TechWander34 On

I'm using Pop!_OS 24.04, and I've been having some trouble when I search for applications. For instance, when I type "calc," I want it to pull up the calculator rather than "LibreOffice Calc." I'm not sure where applications are stored, as I don't see an "applications" folder like in some other systems—only the /bin/ directory. Can anyone help me figure this out?

1 Answer

Answered By BinaryBrigade On

You can check out the `/usr/share/applications` and `~/.local/share/applications` directories. They contain the `.desktop` files that define how applications appear in your menu. If you're often using the calculator, you might even set up a hotkey for it!

CuriousCoder92 -

Thanks for the tip! I found the LibreOffice Calc desktop file, changed the "Name=" from "LibreOffice Calc" to "LibreOffice Sheets," and now it shows up correctly in my searches. But if Calc is already open, it still displays as "Calc" in the menu.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.