[dolphin] [Bug 485052] Changing group credentials on directories does not get updated in the gui unless Dolphin is restarted

Méven <[email protected]> Wed, 05 Aug 2026 09:51:38 +0000
Newsgroups gmane.comp.kde.devel.bugs
Message-ID <[email protected]/>
https://bugs.kde.org/show_bug.cgi?id=485052

--- Comment #7 from Méven <[email protected]> ---
Git commit 097a5a4dfcc035cb0b4325fdf930914b9414d461 by Méven Car, on behalf of
David Wild.
Committed on 05/08/2026 at 09:38.
Pushed by meven into branch 'master'.

KFileItem: UDS ID changes are not detected in cmp

KFileItem::cmp() compares UDS_GROUP and UDS_USER as strings. If the directory
listing for local files supplies UDS_GROUP/UDS_USER only as numeric IDs, cmp()
reports no change. A full re-list (F5) fixes this, because cmp() is not used in
this case.

This patch adds raw UDS_LOCAL_GROUP_ID/UDS_LOCAL_USER_ID comparison to cmp().

For example: in Dolphin file/folder properties dialog user changes Ownership
Group. This change will not be detected, so the interface will still show the
old Group.

M  +2    -0    src/core/kfileitem.cpp

https://invent.kde.org/frameworks/kio/-/commit/097a5a4dfcc035cb0b4325fdf930914b9414d461

-- 
You are receiving this mail because:
You are watching all bug changes.