How to Add Desktop Icons in Ubuntu Linux
Desktop icons in Ubuntu Linux let you launch programs and open files with a single click right from your main screen. Ubuntu 22.04 and newer versions hide desktop shortcuts by default, but you can turn them back on in just a few steps.
You do not need to use the command line or any complex tools to get your favorite apps back on your desktop. This quick guide shows you how to make desktop shortcuts visible again on your Ubuntu PC.
To add desktop icons in Ubuntu, find the application’s .desktop file in /usr/share/applications or /var/lib/snapd/desktop/applications. Copy this file to your Desktop folder and then right-click the new icon and select “Allow Launching.
Introduction
Adding desktop icons in Ubuntu Linux lets you quickly open your favorite applications. While pinning apps to the dock provides common quick access, desktop icons remain useful for specific programs. For example, a typical Ubuntu 22.04 desktop starts with only the Home folder visible.
By default, a typical Ubuntu desktop presents a clean look, often showing only the Personal folder. Note that pinning apps to the dock is the preferred, more stable method for quick access in modern Ubuntu, but you can still add desktop icons if you prefer.
Copying .desktop files
Creating a desktop shortcut requires copying a program’s .desktop file (a plain text configuration file that tells the operating system how to launch the software). These configuration files usually live in specific system directories. Standard apps store them in /usr/share/applications, while Snap packages keep theirs in /var/lib/snapd/desktop/applications. You can often drag an icon directly to the desktop from the ‘Show Applications’ menu.
- /usr/share/applications (for standard apps)
- /var/lib/snapd/desktop/applications (for Snap apps)
To add an icon, you can use the ‘Show Applications’ menu. You can often drag an icon directly to the desktop. If dragging doesn’t work, try the ‘Add to Desktop’ feature from the DING extension, if it’s available. Otherwise, open your Files or File Manager to manually copy the file from the folders listed above into your “Desktop” folder.

To copy a file in Ubuntu Linux, click it once to select it. Then, right-click and choose 'Copy' from the menu, or press CTRL + C. This copies the file's data to your computer's clipboard.

Go to your Home directory and open the Desktop folder.

Right-click in the folder and select Paste, or press CTRL + V.

Allow Launching

The icon is now ready to use.

Conclusion
Desktop icons in Ubuntu Linux are achievable, even with the dock being the primary app access method in 2026. You can place your most-used applications directly on the desktop by using the DING extension and enabling the "Allow Launching" security setting.
How to add desktop icon in Linux?
To add a desktop icon in Linux, find the program you want in your applications menu and drag its icon directly to your desktop.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
[…] will come with a single (Personal) folder icon on the desktop after installation. However, you can add additional icons on the desktop, although it’s not the easiest thing to […]