Bug 378061 - Display full path of image on main window
Summary: Display full path of image on main window
Status: CONFIRMED
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: 5.0.0
Platform: Other All
: HI wishlist
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2017-03-25 12:01 UTC by juan carlos
Modified: 2022-11-11 19:07 UTC (History)
6 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 juan carlos 2017-03-25 12:01:26 UTC
Display the full path of images on the main window GUI on an easy to spot way,
a simple read-only QLabel or QLineEdit will do just fine, 
but currently theres no way to quickly see the full path of a local image on the UI.
Currently is only possible to display the Filename only on-mouse-over.
This is an Usability Bug. This is easy to implement.
Comment 1 Nate Graham 2017-09-08 18:14:01 UTC
Yeah, this would be nice. Maybe a Settings item that put the full path in the titlebar. Since you seem to have some programming knowledge, would you like to come up with a patch?
Comment 2 juan carlos 2017-09-08 20:16:42 UTC
Id really love to, but I only know Python (that comment is based on PyQt5), ill cause more Bugs than Fixes ;P
Comment 3 Nate Graham 2017-09-08 20:18:44 UTC
You might be surprised! I'm rubbish at C++, but practice makes perfect, and you can often get pretty far by finding the code that already doing what you want elsewhere and shimming it in.
Comment 4 null 2018-07-23 08:18:19 UTC
I'm not sure whether I understand you correctly, but as far as I can see we already show all information in the UI:
- In Browse mode, the folder is visible in the URL bar (note that you can also set it into "editing" mode).
- In Browse mode, the full filename can be accessed from the Information sidebar, which was built exactly for this purpose and without resorting to mouse-over.
- In View mode, we don't want to show the full path in the window title, because then in the taskbar most Gwenview windows would show the same title with the more important filename part cut off (and we don't want to make that an option either, because Gwenview should stay simple enough with only the most relevant options).
- In View mode, there is also the sidebar, and quickly accessing the URL bar can be done by pressing Enter (press Enter again to go back).
- In both Browse and View mode, Edit → Copy will quickly copy the full path to the clipboard.

@juan: Please let us know about your exact use cases, so we can better understand what you actually want to achieve (i.e. describe the root problem, opposed to proposing a solution).
Comment 5 Christoph Feck 2018-08-17 21:18:56 UTC
If you can provide the information requested in comment #4, please add it.
Comment 6 Christoph Feck 2018-09-04 23:59:31 UTC
To further investigate this issue, KDE developers need the information requested in comment #4. If you can provide it, or need help with finding that information, please add a comment.
Comment 7 juan carlos 2018-09-05 11:23:02 UTC
(In reply to Henrik Fehlauer from comment #4)

> - In Browse mode, the folder is visible in the URL bar

NO full path of the image on the main window GUI on an easy to spot way.
Because "the folder" is not full path of the image.

> - In Browse mode, the full filename 

NO full path of the image on the main window GUI on an easy to spot way.
Because "filename " is not full path of the image.

> - In View mode, we don't want to show the full path 

NO full path of the image on the main window GUI on an easy to spot way.

> - In View mode, there is also the sidebar

NO full path of the image on the main window GUI on an easy to spot way.
Because is not "the main window GUI" I know its somewhere on the sidebar, but that requires lots of clicks.

> - In both Browse and View mode, Edit → Copy will quickly copy the full path
> to the clipboard.

NO full path of the image on the main window GUI on an easy to spot way. 
Because I have to paste it to see it full.


Think of repetitive use, when you have to check several photos, on a quick and easy way, 
just a QLineEdit read-only that can be show/hide from config is more than Ok.
I know the file name and folder are somewhere on the GUI, but fragmented and hidden, instead of full path easy to quickly see and copy on 1 click.
I dont know if "its on the title bar" counts because if its too long the path will cut off.
The filename is on the sidebar, but kinda needs more clicks to reach,
you can fix this by having the full file path right upfront on the sidebar too.
Filename only wont work, because usually you have several photos with similar name.
Folder name only wont work, because usually you have several photos with similar name but different file extension, on the same folder.
I have a 50" LCD so I dont care the space on screen taken by 1 QLineEdit.
Most of people have > 1024x768px nowadays too.
Comment 8 Christoph Feck 2018-09-05 23:56:49 UTC
Thanks for the update; changing status.
Comment 9 ard 2022-04-15 11:40:31 UTC
(In reply to juan carlos from comment #7)
> Think of repetitive use, when you have to check several photos, on a quick
> and easy way, 
> just a QLineEdit read-only that can be show/hide from config is more than Ok.
> I know the file name and folder are somewhere on the GUI, but fragmented and
> hidden, instead of full path easy to quickly see and copy on 1 click.
> I dont know if "its on the title bar" counts because if its too long the
> path will cut off.
> The filename is on the sidebar, but kinda needs more clicks to reach,
> you can fix this by having the full file path right upfront on the sidebar
> too.
> Filename only wont work, because usually you have several photos with
> similar name.
> Folder name only wont work, because usually you have several photos with
> similar name but different file extension, on the same folder.
> I have a 50" LCD so I dont care the space on screen taken by 1 QLineEdit.
> Most of people have > 1024x768px nowadays too.

Would it be helpful to you if there was a setting to display the full path in the title bar in combination with a button in the side bar that would allow you to copy the path?
Comment 10 Himanshu 2022-11-11 18:24:06 UTC
Hey, i would like to work on this issue
Comment 11 Himanshu 2022-11-11 18:24:54 UTC
hey, i would like to work on this issue.
Comment 12 Nate Graham 2022-11-11 19:07:10 UTC
Sounds great, go ahead! You don't need to ask permission, FWIW.