Results 1 to 3 of 3

Thread: Folder Shortcut on Desktop

  1. #1
    Join Date
    Jun 2009
    Location
    Nova Scotia
    Beans
    38
    Distro
    Ubuntu 13.04 Raring Ringtail

    Folder Shortcut on Desktop

    Hey all, I've been trying to figure out how to do this but have been unable so far. When I right click on folders there's no shortcut button and the Make Link button is greyed out. I'd just like to be able to make shortcuts to different folders on my desktop if possible.

    I'm running 12.10 with Unity.

    Thanks for your time,
    H2

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Folder Shortcut on Desktop

    Try opening a terminal and typing

    Code:
    cd Desktop/
    then

    Code:
    ln -s path_to_folder
    substituting path_to_folder with the path to your folder.

  3. #3
    Join Date
    Jun 2009
    Location
    Nova Scotia
    Beans
    38
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Folder Shortcut on Desktop

    Ah, there we go. Thank you very kindly.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •