Results 1 to 4 of 4

Thread: Can't open Symlinks?

  1. #1
    Join Date
    May 2007
    Beans
    18
    Distro
    Lubuntu

    Can't open Symlinks?

    I've just been installing Universal Media Server with some help from this guide. One of the steps mentioned is to create a symlink from /opt/ums to /opt/UMS-5.3.0-Java7 but when I do this, the icon of the symlink is just an exclamation mark and when I try to open it I get a prompt to "Slect an application to open symbolic link files" and when I cancel that (being unable to find an entry for PCManFM) I get an error message saying "No default application is set for MIME type inode/symlink"

    How do I get the window manager to follow symlink shortcuts?

  2. #2
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Can't open Symlinks?

    Hi

    Are you sure your symlink is correct. An exclamation mark next to it suggests that it's a dangling symlink and not pointing anywhere.

    The tutorial you linked to suggests the symlink is created like this

    Code:
    cd /opt && ln -s /opt/ums-5.2.3 ums
    and that is different than the symlink you referenced in your post.

    You can see where the symlink is pointing by using readlink from the terminal.

    if the command below returns 'readlink: ums: No such file or directory' then your symlink is malformed.

    Code:
    readlink -e -v /opt/ums
    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  3. #3
    Join Date
    May 2007
    Beans
    18
    Distro
    Lubuntu

    Re: Can't open Symlinks?

    I'm an idiot - got it this time. I had assumed the folder was just the tar with the extension removed. That'll teach me to pay more attention next time, thank you!!

  4. #4
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Can't open Symlinks?

    Hi

    I'm glad it's fixed. I'll mark this thread as [solved] for you.

    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

Tags for this Thread

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
  •