Bug 416818 - Dolphin address paths cannot be manipulated on directories with long names on externally connected drives.
Summary: Dolphin address paths cannot be manipulated on directories with long names on...
Status: REOPENED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 19.04.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-27 11:37 UTC by ferweer
Modified: 2020-01-27 16:50 UTC (History)
2 users (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 ferweer 2020-01-27 11:37:24 UTC
SUMMARY
How about adjusting the display of the address bar?
Currently, if you have a long name, you will not be able to operate the address bar first.

STEPS TO REPRODUCE
1. dolohin>startup>checkon for show full path inside location bar
2. you move long name directory
3. you cant click top directory.

OBSERVED RESULT
exsample > ./home/user/directory
This is the normal display.
If the name of the directory is short, the operability that the top directory etc. can be clicked immediately is good.

But what if this is a long name?
exsample > ./home/user/directory/longnamedirectoy
dolphin view only mounted external hdd drive >/longnamedirectoy
All names of the top directory are omitted, making it impossible to click and move. Because only /longnamedirectoy is displayed.

And this is weird. This only happens for mounted external hdds.
In other words, this problem does not occur in the system directory.
Why do dolphins behave differently in external hdd and system hdd? (same sata cable connection, not usb connection)
dolphin view only system drive > ./ho/us/dir/longnamedire..

EXPECTED RESULT
Make the same display and behavior as the system hdd display even if it is an external hdd.

Operating System: Kubuntu 19.04
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.12.2
Comment 1 Kai Uwe Broulik 2020-01-27 14:30:46 UTC
It shortens the address bar to start from the closest places in your Places panel. This is by design.

You can change this in Configure Dolphin → Startup → Show full path inside location bar.
Comment 2 ferweer 2020-01-27 16:50:31 UTC
(In reply to Kai Uwe Broulik from comment #1)
> It shortens the address bar to start from the closest places in your Places
> panel. This is by design.
> 
> You can change this in Configure Dolphin → Startup → Show full path inside
> location bar.

Apparently he does not read what he wrote.

From the closest location in the location panel? and what are you saying?
mnt / mountdrive / dirA / longname
In this case, longnamedir hides the top directory mnt / mountdrive / dirA /.
This is the system directory. If it was ./home/directory/dirA/longname, it would be strange because ./home/directory/dirA/ would not be completely hidden.
Do not resolve without reading and understanding. The description is completely off the mark.