Desktop Files

In Linux, every application that you can launch from the desktop comes with an extra file that defines how that should happen. It’s a simple text file with a range of parameters, like the application’s name, file location, icon, and the name presented on the desktop. Those files are crucial to creating desktop shortcuts for our applications, for they are the desktop shortcuts to our apps. On Ubuntu you can find those files in the “/usr/share/applications” directory – other distributions may use a different path. To create a desktop shortcut:

  1. Open the File Manager.
  2. Click on “+ Other Locations -> Computer” and navigate to “/usr/share/applications.” You will find many files with the “.desktop” extension.
  3. Scroll down the list to find the application you want to place on Desktop. Right click and select “Copy.”
  4. Paste to the Desktop.

Allow Launching

The files you’ve copied to your desktop in the previous step already contain everything you need to launch their respective applications by double-clicking on them. And yet, if you try it, nothing will happen, and to add insult to injury, they all look identical. Thankfully, both those problems are fixable with a single move. Right-click on your first file and, from the pop-up menu that appears, choose “Allow Launching.” That was all you had to do to turn the desktop file into an actual desktop launcher/shortcut. Repeat the process for the rest of your files.

No Desktop File, No Problem!

If the desktop application you want a shortcut for doesn’t come with a .desktop file, you can create one from scratch. Note that you can also edit any existing .desktop file in a typical text editor to customize its parameters to your liking. We suggest you don’t modify the original files, though. To create a new launcher for any application, open the text editor and add the following information: Change the “VERSION_NUMBER” and the path to the executable file. Also change the file path for the icon of the app. Once done, save it as “APP_NAME.desktop” on the Desktop folder. You can change the “APP_NAME”, but keep the “.desktop” extension intact. For more details, you can refer to this tutorial to create a .desktop file in Linux. Now that you know how to create desktop shortcuts in Ubuntu, you can also do the opposite: eliminate all icons from your desktop and maybe even the top bar and the dock. Do you believe desktop shortcuts are useful? Are you in the haters camp and think that icons make any desktop look like a mess? Tell us in the comments section below.