I'm using Pop!_OS 24.04, and I'm having some trouble with application naming. For example, when I search for "calc", I want it to bring up the calculator app, but instead, it lists "LibreOffice Calc". I'm not sure where to go to modify this, as I don't see an "applications" folder like on other systems—only the /bin/ directory. Can anyone guide me on how to rename or adjust these application names for better search results?
4 Answers
You can find the application files in either `/usr/share/applications` or `~/.local/share/applications`. These locations contain `.desktop` files that control how applications are displayed in your menu. If you want to rename "LibreOffice Calc," for instance, you can edit its `.desktop` file and change the "Name=" field directly. Just remember that if the app is open, it'll still show its original name in some cases. Also, consider setting up keyboard shortcuts if you frequently use the calculator!
The Linux file system doesn’t have a standard "applications" folder like you might expect on other OSes. Editing `.desktop` files is a common approach, but also be aware that search functions parse these files, so if your application has issues with keywords, it might simply not show up. You could improve your searchability by adding or modifying keywords in these files.
To edit a `.desktop` file, you just need to find it in `/usr/share/applications` for system apps or create your own in `~/.local/share/applications`. Adding or changing keywords and names in these files can help with searches. Remember that if your system is localized, it might prioritize names in your language over English, so that could explain some search behavior with apps like GIMP.
Just a quick reminder: "calc" is just shorthand for calculator. If you're using the command line and want to make things easier, creating an alias could help too. You can find where an app is stored using the `which` command; for instance, `which libreoffice --calc` will show you the path.

Related Questions
How to Build a Custom GPT Journalist That Posts Directly to WordPress
Fix Not Being Able To Add New Categories With Intuitive Category Checklist For Wordpress
Get Real User IP Without Installing Cloudflare Apache Module
How to Get Total Line Count In Visual Studio 2013 Without Addons
Install and Configure PhpMyAdmin on Centos 7
How To Setup PostfixAdmin With Dovecot and Postfix Virtual Mailbox