Summary: | Information panel does not show group ownership | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Paul Worrall <p.r.worrall> |
Component: | panels: information | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | cfeck, nate, polarathene-signup |
Priority: | NOR | ||
Version: | 17.12.3 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/baloo-widgets/aa674f4fa239e48bbe0b10ff72ff359511c347f5 | Version Fixed In: | 18.08.0 |
Sentry Crash Report: |
Description
Paul Worrall
2012-10-07 08:09:38 UTC
Interestingly, it can be shown as "Additional Information". There, it is called "User Group". Thanks for the report! I see that this might be interesting for some users. It seems that the contents of the config dialog are provided by KFileMetaDataConfigurationWidget in kdelibs. Over 5 years later. Still unable to select Group for info panel to go along with the Owner and Permissions fields. Thanks for the ping, Brennan. This turned out to be trivially easy! Have a patch: https://phabricator.kde.org/D11897 Git commit aa674f4fa239e48bbe0b10ff72ff359511c347f5 by Nathaniel Graham. Committed on 04/04/2018 at 22:58. Pushed by ngraham into branch 'master'. Expose group information to Dolphin's Information panel, tooltips, etc Summary: Expose Group information for files and folders so that it can be shown in Dolphin's Information panel, tooltips, etc. FIXED-IN: 18.08.0 Test Plan: Deploy change, create new user, open Dolphin, open Information Panel - Group is not visible by default, as expected - When made visible, Group appears between User and Permissions, as expected Deploy change, use existing user account, open Dolphin, open Information Panel - Group is not visible by default, as expected - When made visible, Group appears between User and Permissions, as expected {F5783397} Reviewers: #baloo, michaelh Reviewed By: michaelh Subscribers: cfeck, anthonyfieroni, zzag, michaelh, broulik, #dolphin Tags: #baloo Differential Revision: https://phabricator.kde.org/D11897 M +4 -1 src/filemetadataprovider.cpp M +2 -1 src/metadatafilter.cpp https://commits.kde.org/baloo-widgets/aa674f4fa239e48bbe0b10ff72ff359511c347f5 |