Summary: | Show "Downloaded From" by default in Dolphin | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-baloo | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Pinak Ahuja <pinak.ahuja> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 5.39.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=335981 | ||
Latest Commit: | https://commits.kde.org/baloo-widgets/16e77619ee73a6129f732ae2e8ab32baaa089b29 | Version Fixed In: | |
Sentry Crash Report: |
Description
Nate Graham
2017-10-27 17:57:41 UTC
I've submitted a patch for this: https://phabricator.kde.org/D8527 Git commit 16e77619ee73a6129f732ae2e8ab32baaa089b29 by Nathaniel Graham. Committed on 31/10/2017 at 12:49. Pushed by ngraham into branch 'master'. Display "Downloaded From" by default, if file supports it Summary: By default, show "Downloaded From" information from files' extended attributes, if present. No change for files without the xattr. Test Plan: Tested in KDE Neon. Blew away dolphinrc and baloofileinformationrc, deployed the baloo-widgets change, rebuilt dolphin, downloaded a file using Chromium (which writes the user.xdg.origin.url xattr), opened Dolphin, navigated to the file, selected it, and turned on the Information panel. Downloaded From was visible. It was (correctly) not visible for any other file that lacked the user.xdg.origin.url xattr. {F5453057} Reviewers: #dolphin, #frameworks, broulik, dfaure, markg, vhanda Reviewed By: markg, vhanda Subscribers: vhanda Tags: #dolphin Differential Revision: https://phabricator.kde.org/D8527 M +1 -2 src/metadatafilter.cpp https://commits.kde.org/baloo-widgets/16e77619ee73a6129f732ae2e8ab32baaa089b29 |