Bug 421143 - Path in tabs are obfuscated at the end
Summary: Path in tabs are obfuscated at the end
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: bars: location (show other bugs)
Version: 20.04.0
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-07 10:22 UTC by knecker
Modified: 2020-05-07 16:14 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot and proposed correction (160.00 KB, image/png)
2020-05-07 10:22 UTC, knecker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description knecker 2020-05-07 10:22:05 UTC
Created attachment 128221 [details]
Screenshot and proposed correction

SUMMARY
When opening multiple tabs, or one tab with a large directory path, Dolphin obfuscates the directory name at the END. 
Example:
/home/user/Downloads/Software/Shared/Firefox/
will be obfuscated to:
/home/user/Downloads/Sof...
It should be obfuscated like this
.../Software/Shared/Firefox/
to let the user always know, in which current folder he is right now, and which open tabs are which folder.

STEPS TO REPRODUCE
1. Open Dolphin with tabs activated
2. Enter a large folder tree


OBSERVED RESULT
Dolphin obfuscates the directory name at the END. 

EXPECTED RESULT
Of course, the user should know which tab shows which directory. Therefore, Dolphin should obfuscate the path of folders at the beginning!


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro KDE
KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.69.0
Qt Version: 5.14.2
Comment 1 Nate Graham 2020-05-07 16:14:44 UTC
In Dolphin 20.08, this has been changed to only show the name of the folder in the tab title, not the whole path. That effectively implements this, because the folder is the right-most component of the path.