Bug 335981

Summary: Show origin URL stored in extended attributes.
Product: [Frameworks and Libraries] baloo-widgets Reporter: Thiago Jung Bauermann <thiago.bauermann>
Component: generalAssignee: Pinak Ahuja <pinak.ahuja>
Status: RESOLVED FIXED    
Severity: wishlist CC: aspotashev, nate, pinak.ahuja
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=386261
Latest Commit: Version Fixed In:

Description Thiago Jung Bauermann 2014-06-08 23:47:39 UTC
Chromium saves the URL where a file was downloaded from when you save it to disk. For example:

$ getfattr -d kde.png
# file: kde.png
user.xdg.origin.url="http://www.kde.org/media/images/kde.png"
user.xdg.referrer.url="http://www.kde.org/"

It would be very useful if this information was displayed in Dolphin's information panel. I'm mostly interested in origin.url, but displaying referrer.url could be of value too.

These extended attributes are a proposed standard in Freedesktop.org:

http://www.freedesktop.org/wiki/CommonExtendedAttributes/

Reproducible: Always
Comment 1 Alexander Potashev 2016-03-20 10:58:56 UTC
Probably fixed in https://git.reviewboard.kde.org/r/126928/ , please try again with BalooWidgets-16.04.x or a version built from Git master branch.
Comment 2 Nate Graham 2017-10-27 17:51:43 UTC
Verified fixed. You just need to turn it on: Show Information Panel > Right-click on preview > Configure... > Check "Downloaded From"
Comment 3 Nate Graham 2017-10-27 18:17:59 UTC
That said, we don't show it by default, so nobody will ever find it. Tracking that in https://bugs.kde.org/show_bug.cgi?id=386261