Bug 169904 - konqueror details view is missing several info columns
Summary: konqueror details view is missing several info columns
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: unspecified Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-27 02:20 UTC by Felix
Modified: 2010-09-21 20:56 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix 2008-08-27 02:20:12 UTC
Version:            (using KDE 4.1.0)
Installed from:    Unlisted Binary Package

The following columns are missing in Konqueror 4 as compared to 3:

Mime type
URL (admittedly this one is kind of useless)
Link destination
Access time
Creation time

I really want "link destination" back.
Comment 1 Aaron Peterson 2008-10-22 10:01:31 UTC
I really expect:

owner, creation / access times, mimetype.

Making it easy to add custom columns is the right way to go. Shell extensions?
Comment 2 Aaron Peterson 2008-12-02 08:38:43 UTC
Wow, cool! Thank you! I see many  of the specific requested options in KDE 4.1.80 on windows (I'm still downloading the suse livecd)

I Don't know what he meant by link destination.



Title / artist / genera / other MP3 and media info.
md5sum
regular expression match   (at work we routinely have to deal with sequenced files, and the sequences are often in wierd spots, being able to sort alphabetically on the matched string is something that could be very helpfull.



Also, I know this is a seporate issue, but I can't move the columns by dragging to arrange them.
Comment 3 Angel Blue01 2009-03-11 15:54:44 UTC
I'd like image-related columns like width, height, EXIF/ITPC created date, EXIF/ITPC/XMP/Comment description, bit-depth. Again this could all be done through a plug-in, as it seems to have been done in KDE3.
Comment 4 Aaron Peterson 2009-05-25 10:05:19 UTC
probably need to add another bug for these 2 related items:

1.

The selection status should be it's own column, as should icon. (Icon, filename, and selection should not share a column!.. just getting the selection to it's own column would shut me up)

2.
We need to be able to rearrange / drag the columns into different orders.. it appears the the most important columns are available though now
Comment 5 Frank Reininghaus 2010-05-10 19:55:50 UTC
"Link Destination" will be back in 4.5, see bug 211690.
Comment 6 Aaron Peterson 2010-07-21 02:54:29 UTC
Should we change the summary to:

More Meta-Data Display capababilities?

Ideally, we should be able to have a column for anything ascertained from the file.

Soprano  NEPOMUK and Strigi could be of help..  

How would we store and deal with changes of the meta data derived from reading the file?
Comment 7 Felix 2010-07-30 08:45:30 UTC
I think we should be really careful about this, if such a feature is implemented. In particular, Konqueror should never invoke any of the code needed to draw extra metadata from files *unless* such metadata is needed in the current display.

So, one could disable all of the extra metadata reading by just not showing those columns, and they should be off by default. Things like my 'link destination' request are safe(r) because they're read using simple, well-documented system calls, but I think any metadata reading beyond that should be implemented very carefully and be invoked on an as-needed basis.

Why do we need this?

Because adding all kinds of file-specific ways to draw metadata adds all kinds of extra places for bugs to show up, and bugs lead to security holes. There was one a while ago where a .jpg file could cause arbitrary code execution in Windows Explorer, even when the particular property that set off the bug wasn't part of the current view mode. So, just browsing to a directory containing such a JPEG launched code. We don't want to open up avenues for that to happen in Konqueror.

(Yes, I'm aware that Konqueror already has lots of preview and thumbnailing capabilities that do "deep" file reading, but I thought this bore mentioning.)

~Felix.


(In reply to comment #6)
> Should we change the summary to:
> 
> More Meta-Data Display capababilities?
> 
> Ideally, we should be able to have a column for anything ascertained from the
> file.
> 
> Soprano  NEPOMUK and Strigi could be of help..  
> 
> How would we store and deal with changes of the meta data derived from reading
> the file?