8

A very simple trouble. I'm using Ubuntu 17.04 and when I do right click to a folder I don't have the option to create a shortcut. Any idea?

I checked the post How to create folder shortcut in Ubuntu 14.04? but it doesn't work any of the solutions.

  • 3
    What happens when you do Ctrl + Shift +Drag? – Andrew Tapia Jun 01 '17 at 14:23
  • @fakedad Yes it works. I opened /home , then you can Ctrl + Shift the user folder, thanks. At leadt is works for files or folders shortcuts. – COil Aug 01 '17 at 10:20
  • @fakedad: That's what actually worked for me, thanks! The link creation failed with the error that "this location does not support symbolic links". I guess you could also add this as an answer. – Cleb Oct 03 '18 at 10:09

3 Answers3

13

Perhaps your nautilus preferences isn't setup, do so with these steps:

  1. Open nautilus and place your cursor at the top to see files menu.

  2. Click on files and select preferences option

  3. Go to Behavior --> Link Creation. There make sure the Show action to create symbolic links is checked

  4. Close that dialog box and try to create that link again.

enter image description here

George Udosen
  • 36,677
0

You can also use:

gnome-desktop-item-edit ~/Desktop/ --create-new

gnome-desktop-item-edit is a command included in the gnome-panel package which you can install either via the software center or the command sudo apt install gnome-panel if you don't have it installed. As indicated by the name this package is closely tied to the gnome desktop if you are using a different desktop, attempt this at your own risk.

Elder Geek
  • 36,023
  • 25
  • 98
  • 183
COil
  • 900
0

Right click on desktop, select "Create Launcher"

enter image description here

on Type selection, please chose "Location" then browse your location folder.

Thomas
  • 6,223