How to Easily Create Desktop Shortcuts on Raspberry Pi OS?

1. Right-click on the Raspberry Pi OS desktop and select “Create New” > “Shortcut”.

2. Enter the command or path to the program you want to create a shortcut for.

3. Click “OK” to create the shortcut.

4. Right-click on the shortcut and select “Properties”.

5. Enter a name for the shortcut and click “OK”.

6. The shortcut will now appear on the Raspberry Pi OS desktop.

If you are used to other systems where creating desktop shortcuts is a breeze, this process might be a mystery to you after switching to Raspberry Pi OS. Don’t worry it isn’t very complicated, just follow the steps I will share with you in this tutorial.

If an app shortcut is available in the main menu, it’s possible to create a shortcut on the desktop with a drag & drop. If it’s a custom application not in the main menu, the only way will be to create the shortcut file (.desktop) with a text editor.

The first solution is pretty intuitive, whereas the second is almost impossible to remember. I’ll show you both in this article, with a tip to make the second easier.

Create desktop shortcuts for apps in the main menu

Creating a desktop shortcut for programs available in the main menu is straightforward: a drag & drop of the icon to the desktop will create the shortcut for you.

I don’t think this is available in older versions, so you might need to either upgrade (procedure here) or read the next section if it doesn’t work. But on Raspberry Pi OS Bullseye at least, you can follow this easy process:

  • If you haven’t already, start by installing the application you want to add on the desktop.
  • Open the main menu, and check if you can find the application somewhere.
  • If you find the application, just drag and drop the icon on the desktop.
    Left-click on the link in the main menu and move your mouse to your wallpaper.
  • You should see an icon like this added on the desktop:
  • You can rename the shortcut if you want.
    Hit “F2” and type the new name in the window that shows up.

That’s it! Not so complicated, isn’t it?
You can now launch the app by double-clicking on it.

Create desktop shortcuts for custom programs

This was the easy way. But, if you are here, it’s probably because you didn’t find a way for this process to work.
For example, if you installed a program that isn’t automatically added to the main menu, or even have to run a script or command in a terminal.
I will explain all of this now.

Add it in the main menu

I will take the example of PyCharm, a famous programming tool that ranked well in my best text editors here.
When you download it on the website, you get an archive file (.tar.gz).
There is a script to run to open the program after extracting the files, but it doesn’t automatically create a main menu entry (yes, there is a way, but that’s not the point today).

So, if you are in this situation (you have an app working but no desktop or main menu shortcut), here is what to do:

  • Open the main menu, and go to Preferences > Main Menu Editor.
  • This tool allows you to choose which shortcut you want in the main menu.
    Just use the checkbox to enable or disable anything.
  • But you can also add new items:
    • Pick a category (“Programming” in my example).
    • Click on “Next Item” on the right.
    • A window like this shows up:

      Fill the form with at least the name and the executable path (in the command field).
      You can click on the image icon on the left to use a custom icon.
    • In my example with PyCharm, it will be something like that:
    • Once done, click on “OK” twice to save the changes.
  • The shortcut should now be available in the main menu.

Create the desktop shortcut

From there, you can just follow the drag & drop method I previously shared. This will create the new desktop shortcut.
In fact, this is just an easy way to generate the file we’ll create manually in the last solution (without having to remember the file content).

If you are looking for exclusive tutorials, I post a new course each month, available for premium members only. Join the community to get access to all of them right now!

Create shortcut for a script or command line

The PyCharm example

In the previous method, we have learned how to create a “.desktop” file on our Desktop to get a shortcut to open an application. Another option is to directly create this file.
Here is what it looks like:

[Desktop Entry]
Comment=Run PyCharm
Terminal=false
Name=Pycharm
Exec=/home/pi/Downloads/pycharm-community-2020.3.5/bin/pycharm.sh
Type=Application
Icon=/home/pi/Downloads/pycharm-community-2020.3.5/bin/pycharm.png

So, basically, you can take this example, change the parameters to fit the application you want to run, and it should work.

Create your script and shortcut

I’ll show you a complete example to illustrate this manual method.
Let’s say I want to have a shortcut on my desktop to run htop.
Here is how to do this:

  • Create a new file on your desktop, with a .desktop extension.
    You can do this with the GUI (Right-click > New file) or with nano:
    nano /home/desktop/myshortcut.desktop
  • Paste these lines in it:
    [Desktop Entry]
    Comment=Monitor Pi Usage
    Terminal=true
    Name=Htop
    Exec=htop
    Type=Application
    Icon=/usr/share/pixmaps/htop.png

That’s it, it should now work directly.
If you want to run a custom script or command, you might need to run it in a terminal, by editing the “Exec” value like this:
lxterminal -e <your_command>
For example:
Exec=lxterminal -e /home/pi/myscript.sh

Desktop entry main options

Right before we finish, here’s a table with the most common keys you can use to create the perfect desktop shortcut:

Key Description Values
Name The name of the shortcut. Ex: “My Shortcut”
Comment The tooltip (doesn’t work on Desktop I think). Ex: “My App Description”
Exec Program to execute. Ex: “/usr/bin/app” or command
Icon The path to the icon to use for the shortcut. /path/to/icon.ext
Type The type of desktop entry (as listed previously). Application, Link or Directory
Terminal Only for type “Application”. true or false
URL Only for type “Link”. https//domain.com
Path Only for type “Application”. If you need to run it in a specific folder. Ex: “/home/pi/myapp”
Desktop entries keys

Here is a link to the complete documentation if you need more details (it’s for GNOME, but it’s similar on any desktop environment).

How to Easily Create Desktop Shortcuts on Raspberry Pi OS?

Creating desktop shortcuts on Raspberry Pi OS is a great way to quickly access your favorite applications and websites. With just a few simple steps, you can create a shortcut that will make it easier to launch your favorite programs and websites.

Step 1: Open the Terminal

The first step is to open the terminal. To do this, click on the Raspberry Pi logo in the top left corner of the screen and select “Terminal” from the drop-down menu.

Step 2: Create a Shortcut

Once the terminal is open, type the following command to create a shortcut:

ln -s /path/to/program /home/pi/Desktop/shortcutname

Replace “/path/to/program” with the full path to the program or website you want to create a shortcut for. Replace “shortcutname” with the name you want to give the shortcut.

Step 3: Test the Shortcut

Once you have created the shortcut, you can test it by double-clicking on it. If everything is working correctly, the program or website should open.

Step 4: Customize the Shortcut

You can customize the shortcut by right-clicking on it and selecting “Properties”. From here, you can change the icon, name, and other settings.

Conclusion

Creating desktop shortcuts on Raspberry Pi OS is a great way to quickly access your favorite applications and websites. With just a few simple steps, you can create a shortcut that will make it easier to launch your favorite programs and websites.

Jaspreet Singh Ghuman

Jaspreet Singh Ghuman

Jassweb.com/

Passionate Professional Blogger, Freelancer, WordPress Enthusiast, Digital Marketer, Web Developer, Server Operator, Networking Expert. Empowering online presence with diverse skills.

jassweb logo

Jassweb always keeps its services up-to-date with the latest trends in the market, providing its customers all over the world with high-end and easily extensible internet, intranet, and extranet products.

Contact
San Vito Al Tagliamento 33078
Pordenone Italy
Item added to cart.
0 items - 0.00
Open chat
Scan the code
Hello 👋
Can we help you?