Bug 335981 - Show origin URL stored in extended attributes.
Summary: Show origin URL stored in extended attributes.
Status: RESOLVED FIXED
Alias: None
Product: baloo-widgets
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Kubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Pinak Ahuja
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-08 23:47 UTC by Thiago Jung Bauermann
Modified: 2017-10-27 18:17 UTC (History)
3 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 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