Bug 162544 - linkes folders are not shown als link
Summary: linkes folders are not shown als link
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-24 00:35 UTC by Thomas Meiner
Modified: 2009-02-18 16:49 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
dolphin does not sing links of folders (292.92 KB, image/png)
2008-05-26 18:13 UTC, Thomas Meiner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Meiner 2008-05-24 00:35:13 UTC
Version:           4.0.4 (using KDE 4.0.4)
Installed from:    Fedora RPMs
OS:                Linux

Hallo 

Konquerror lists:
foldername 12.0kB Folder 07.05.2008 10:31 user group lxwr-xr-x ../../folder/subfolder

Dolphin lists:
foldername 241 items Folder 07.05.2008 10:31 user group dxwr-xr-x 

There is no sine of the symbolic link an I can't see the target at all.
Comment 1 FiNeX 2008-05-26 13:07:43 UTC
both tooltip and statusbar message (on mouse over) show that it is a link to a folder.
Maybe it could be added on information panel too.
Comment 2 Thomas Meiner 2008-05-26 18:13:19 UTC
Created attachment 24951 [details]
dolphin does not sing links of folders

Dolphin does not sing links of folders. "new zealand" is a link.
Comment 3 Thomas Meiner 2008-05-26 18:13:46 UTC
Hallo

simply untrue! 

There is no comment about the link in the status bar at all. (See attachment) And tooltip, I've never ever seen a tooltip in dolphin.

OK, I can find the link-target in the Properties. 

But a column with the target would be brilliant. 

The wrong listing of the attributes ("l" in place of "d") just a silly mistake. No other app does this mistake.

Comment 4 FiNeX 2008-05-27 10:27:21 UTC
How I've already wrote, the message in status bar appear ONLY on mouse over. You can enable tooltips from the dolphin settings.

I confirm that the permission column show the permission of the target file and not of the link... but how you should know, links inherits permissions from the target file, so this is not an error. Moreover (with current trunk) the file icon is different from others and clearly display that the file is a link (small "link" icon over the file icon and the text on that line is in italic).
Comment 5 Dario Andres 2008-08-01 15:05:02 UTC
Using KDE 4.1.00 (KDE 4.1.0) (KDEmod) in ArchLinux i686

Should this bug report be marked as fixed ?

I can see the black "link" icon above the link to folder and its italic text. And when you hover that that folder, the statusbar will say that folder is a link to another folder.
Comment 6 FiNeX 2008-10-01 13:20:17 UTC
The point is how linked directory permission are printed:
  d*********
instead of
  l*********

While regular file permissions of links display:
  l*********

I don't know if it is by choice or if it is a bug.
Comment 7 David Faure 2009-02-18 16:49:24 UTC
SVN commit 927932 by dfaure:

Show 'l' for symlinks to directories, not 'd' (the order of the tests was wrong).
BUG: 162544


 M  +3 -3      kfileitem.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=927932