Create a Desktop shortcut in Lubuntu for Nautilus

I’m using Lubuntu as my operating system. It uses pcmanfm as the default file system. For most tasks this is ok, but when I want to connect to shares on both windows and other linux pc’s, I have to use Nautilus.

Here’s how I setup a desktop shortcut in Lubuntu:

Open Terminal (on Lubuntu, it’s called LXTerminal, but any terminal will do).

Verify that you have lxshortcut installed by entering this into Terminal (enter your root password when prompted):

sudo apt-get install lxshortcut

Now to create the desktop shortcut, enter this in Terminal:

lxshortcut -o ~/Desktop/nautilus.desktop

A GUI window will pop up and you can enter the details as you like. I wanted a desktop shortcut to launch Nautilus file browser only, so I entered where it says Command:

nautilus --browser --no-desktop

NOTE: Those are double dashes in front

Finish customizing the name and icon for your new shortcut and Save. Now you will have a desktop shortcut to use Nautilus within Lubuntu.

3 Responses to “Create a Desktop shortcut in Lubuntu for Nautilus”

  1. 1
    Seb

    what if you want to delete the nautilus shortcut? how do you do that?

  2. 2
    Nancy

    From Terminal, I would think

    sudo rm -rf ~/Desktop/nautilus.desktop

    would work.

    note: there is a space after the -rf and mind any capital letters as they matter to linux.

    **caution: this will really really really delete it so be careful**

  3. 3
    filippo

    sorry but your tip doesn’t work on my lubuntu.
    why? have you any suggestion? nothing appears on my desktop

    thanks


Want to Leave a Reply?