User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2 Build Identifier: When hovering a symlink to a file, the path to the original file is shown in the status bar. This is not the case when hovering a symlink to a folder. Similarly there's an inconsistency in what is shown in the tooltip. For a symlink to a folder only the name of the symlink is shown, for a symlink to a file the name of the symlink *and* the file info of the original file is shown (but not the link to the original file) Reproducible: Always Steps to Reproduce: 1. Hover a symlink to a folder and the hover a 'real' folder. Watch the differences in the statusbar and tooltip. 2. Do the same for a symlink to a file and a 'real' file. Actual Results: As explained in the details. Expected Results: When hovering a symlink to a file or a folder the statusbar should show: Symlink name (Filetype of original, Link to: /path/to/original) And the tooltip should show: Symlink name (Link to: /path/to/original) File info from original Kubuntu 11.10 KDE SC 4.8.1 from Kubuntu PPA.
Thanks, I can reproduce this in the 4.8 branch.
Also here in openSUSE 11.4 - Dolphin 2.0, KDE 4.8.2, release 494. I'm sure this used to work Ok in earlier versions of Dolphin
*** Bug 301667 has been marked as a duplicate of this bug. ***
Side note: > for a symlink to a file the name of the symlink *and* the file info of the original file is shown (but not the link to the original file) The link to the original file is shown, I presume you just cannot see it because your window is too small and the status bar not long enough for the information: Bug 260717 (request for status bar tooltip to show truncated information or another solution).
(In reply to comment #4) > The link to the original file is shown, I presume you just cannot see it > because your window is too small and the status bar not long enough for the > information: Bug 260717 (request for status bar tooltip to show truncated > information or another solution). The part you quoted was about tool tips, not the status bar.
Resetting assignee to default as per bug #305719
Seems to work in 4.12
(In reply to comment #7) > Seems to work in 4.12 Not for folder tooltips, which used to show path to original folder; now it doesn't. Not as important as showing it in the status bar, though, so I'm happy with the current state.
Just showing the folder path in tooltips isn't really good enough. I usually work in detailed view and the tooltips are huge, blocking out many of the other folder entries so I turn tooltips off in Dolphin as an unnecessary distraction. Another point is that neither the status bar changes (for folders) nor tooltips shown when navigating with the keyboard and so far I've not spotted a way of actioning them up using a keyboard shortcut. Although I can't speak for 4.12, the path only shows up in tooltips if the show Location option is selected in Preview. Frankly, I find showing the source of a symlink in the status bar more useful than the actual file/folder name as (unless the name is huge) I can see the actual name under the cursor.
(In reply to comment #7) > Seems to work in 4.12 Yes, this has been changed recently, see https://git.reviewboard.kde.org/r/111934/ https://git.reviewboard.kde.org/r/112106/ Thanks for the reminder! (In reply to comment #8) > Not for folder tooltips, which used to show path to original folder; now it > doesn't. That would be a Nepomuk issue (the widget that shows detailed information about files and folders in the Information Panel and in the tool tips is provided by the nepomuk-widgets library). (In reply to comment #9) > Another point is that neither the status bar changes (for folders) nor > tooltips shown when navigating with the keyboard Cannot confirm. The status bar is updated here when I navigate inside the view with the arrow keys. The tool tip stays the same though. I haven't implemented any of that code myself, but I'm not sure if tool tips are really intended to be used in connection with the keyboard. Note that a tool tip is shown if an item is hovered (not selected!) with the mouse, which is impossible to do with the keyboard.
Re: status bar updates & keyboard navigation. Here (ver: 4.11.5) the toolbar only updates for files not for folders.
(In reply to comment #11) > Re: status bar updates & keyboard navigation. > > Here (ver: 4.11.5) the toolbar only updates for files not for folders. Please upgrade to 4.12.x then. This is also fixed by https://git.reviewboard.kde.org/r/112106/
Upgraded to 4.12 - Sorted :-) Thanks. I must have missed the notification that 4.12 was available from openSUSE as I usually upgrade to the upstream release when it is issued.