Bug 351911 - Symbolic link for file or folder always hard
Summary: Symbolic link for file or folder always hard
Status: RESOLVED DUPLICATE of bug 143527
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-28 20:32 UTC by varlesh
Modified: 2015-09-20 08:10 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description varlesh 2015-08-28 20:32:32 UTC
Dolphin create link, but this link HARD and NOT SYMBOLIC. This maked links break all links. If create link to Terminal:
ln -s file1 file2
And file2 will be hard link on Dolphin with FULL PATH, i can't  edit path on properties.  
Kubuntu 15.10
Dolphin 4:15.08.0
libkonq-common 4:15.04.2
libkonq5-templates 4:15.04.2


Reproducible: Always
Comment 1 varlesh 2015-08-28 20:57:24 UTC
Please see video for this bug:
http://youtu.be/JQNmP4C6ewY
Comment 2 Frank Reininghaus 2015-08-29 18:45:44 UTC
Thanks for the bug report. After watching the video, I got the impression that the problem is not that hard links are created, but that the full path is included in the symbolic link (hard links are something completely different).

This looks pretty much like bug 143527.

*** This bug has been marked as a duplicate of bug 143527 ***
Comment 3 varlesh 2015-08-30 10:49:11 UTC
On Dolphin KDE 4 links show correct path and i can edit path on properties.
This bug has appeared with KF5 version Dolphin.
Comment 4 Frank Reininghaus 2015-09-05 08:00:29 UTC
(In reply to varlesh from comment #3)
> On Dolphin KDE 4 links show correct path and i can edit path on properties.
> This bug has appeared with KF5 version Dolphin.

I cannot reproduce this here. The path is editable for me in the Properties dialog.
Comment 5 varlesh 2015-09-05 10:16:41 UTC
If you copy any symbolic link to another directory ,link will be contained full path to (old) file or  (old) folder and will be spoiled.
For example:
file - /home/user/123
link - 456 to 123  (ln -s 456 123)
Link "456" created as symbolic link and not contained full path.
Link "456" should point to a file "123", but on Dolphin (KF5) this link contained full path "/home/user/123"
If copy link "456" to /home/, this link will be contained path "/home/user/123". This not right!!!
Link should be path "123".
You're right , this link edited. But why on properties show full path again?
Comment 6 varlesh 2015-09-05 11:15:46 UTC
And more...
I make icon theme, and if clone from git my theme and copy folder icons to /usr/share/icons from Dolphin > all links will be spoiled. All links will be have full path. 
This bug very bad. I can't working normaly :(
Comment 7 Frank Reininghaus 2015-09-10 21:21:40 UTC
Thanks, but if there is anything that is not covered by bug 143527, then please open a new bug report about it. If it's related to the Properties dialog, then the correct product is "frameworks-kio".
Comment 8 Frank Reininghaus 2015-09-20 07:58:49 UTC
Something similar was reported again (bug 352927). This is really a behavior change from earlier versions. Sorry if I misunderstood you.
Comment 9 varlesh 2015-09-20 08:10:55 UTC
It's Ok. Sorry my English )
Please fix this bug.