Wednesday, 4 December 2019

How to create shortcuts to application on the desktop on Linux Mint 18 or up?


I want to create a shortcut to my program on the desktop on Linux Mint 18, but I simply can't find any ways to do this.



Answer



There are multiple ways to do this:


Method 1 (directories)


Go to the folder you want, right Click and select Make Link, then drag and drop it on the Desktop


Make Link


Method 2


Find your application through the Linux Mint menu, right Click and press Add to Desktop


Add to Desktop


Method 3


Right click on the Desktop and press Create Launcher


The pop up window will ask you to either enter a terminal command that will launch it, or browse through the directories.


Create Launcher


Method 4


Create a symlink


Symlink shortcut



Note: To successfully create a symlink you have to provide the full path, otherwise you could get a broken link. Generally a symlink syntax is ln -s SOURCE DESTINATION.


You do not need to specify a filename in the DESTINATION, just where you need to place it



No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...