Bug 390190 - link to folder don't work
Summary: link to folder don't work
Status: VERIFIED REMIND
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.08.3
Platform: Debian stable Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-10 02:45 UTC by camel
Modified: 2018-02-13 23:36 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
dolphin-error-message (14.24 KB, image/png)
2018-02-10 02:45 UTC, camel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description camel 2018-02-10 02:45:27 UTC
Created attachment 110498 [details]
dolphin-error-message

right-mouse-button -> create-new -> basic-link-to-file-or-directory

file-name: test.lk
enter-path-of-file-or-directory: /media/$USER/FADBlack500gExt4/temp/

when do double-click on just created link the error-message in the attached-file to this email appears.

Note: If I create the same link in the xfce4-terminal like
        ln -s /media/$USER/FADBlack500gExt4/temp/ test.lk
      it works!
Comment 1 Nate Graham 2018-02-10 20:33:39 UTC

*** This bug has been marked as a duplicate of bug 357171 ***
Comment 2 camel 2018-02-13 23:36:28 UTC
(In reply to Nate Graham from comment #1)
> 
> *** This bug has been marked as a duplicate of bug 357171 ***



To me it doesn't seem to be the same bug because in my case it doesn't show anything in the browser dialog besides the error message while in bug 357171 Paul Worrall says it shows directories.

I should note that when I make:
 right-mouse-button -> create-new -> basic-link-to-file-or-directory
   and then I press the Open-file-dialog-button and choose the directory   
   manually from there 
   it works!

I should also note that when I make:
 right-mouse-button -> create-new -> basic-link-to-file-or-directory
   and then I insert in the 
   File name: test.lk
   Enter path of file or directory: /media/user/FADBlack500gExt4/temp/
   it works!

But when I make:
 right-mouse-button -> create-new -> basic-link-to-file-or-directory
   and then I insert in the 
   File name: test.lk
   Enter path of file or directory: /media/$USER/FADBlack500gExt4/temp/
   it doesn't work!
   It shows instead the following error message when I double-click test.lk:
     Unable to run the command specified. The file or folder /home/user/test.lk 
       does not exist.



Thanks!