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
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.
Verified fixed. You just need to turn it on: Show Information Panel > Right-click on preview > Configure... > Check "Downloaded From"
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