Summary: | Unable to change user/group of an element from the desktop | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | antonio <antdev66> |
Component: | Properties dialog | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a.samirh78, kdelibs-bugs, nate, plasma-bugs |
Priority: | NOR | ||
Version: | 5.87.0 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/da163f5c93972bf91cbc1b2ce0c78d650348c684 | Version Fixed In: | 5.91 |
Sentry Crash Report: |
Description
antonio
2021-10-29 19:34:49 UTC
Works for me. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/623 Note that you can only change the user if you're root, otherwise the user combobox isn't shown. So it's only the group combobox that's not working here. Git commit da163f5c93972bf91cbc1b2ce0c78d650348c684 by Ahmad Samir. Committed on 02/01/2022 at 09:36. Pushed by ahmadsamir into branch 'master'. KPropertiesDialog: use the KFileItem when checkig if the url is local This way we can ge the most local url and urls under e.g. desktop:/ will be detected as local. This fixes an issue where opening the properties dialog with a file in desktop:/ wouldn't show the group combobox (which allows users to change the group). FIXED-IN: 5.88 M +1 -1 src/widgets/kpropertiesdialog.cpp https://invent.kde.org/frameworks/kio/commit/da163f5c93972bf91cbc1b2ce0c78d650348c684 |