Bug 227678 - Wrong owner and/or group displaying
Summary: Wrong owner and/or group displaying
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2010-02-19 15:34 UTC by atnt
Modified: 2010-04-13 00:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description atnt 2010-02-19 15:34:06 UTC
Version:            (using KDE 4.4.0)
OS:                Linux
Installed from:    openSUSE RPMs

If username has dot in it then in file attributes it is displayed as follows, e.g.
username = j.black
group = swdev

considering this, the owner column has the value 'j' and the group column has the value 'black.swdev'
Comment 1 Peter Penz 2010-02-19 15:45:58 UTC
Thanks for the report, but could you please add more information about which user interface element you are talking? E. g. the details view, the Information Panel, the Properties Dialog...
Comment 2 atnt 2010-02-20 09:45:33 UTC
Sorry, I indeed had to be more specific. I'm talking about the view of files in the directory (Looks like QTreeWidget). The list displays file names, date of creation, size, permissions and these owner and group column.

I'm don't know whether the next fact matters or not, but I have encountered this while browsing remote FS via ssh (fish://).
Thanks.
Comment 3 Peter Penz 2010-02-20 12:18:03 UTC
OK, thanks for the update!
Comment 4 Glen Kaukola 2010-03-16 04:35:47 UTC
The fish kioslave was using the '.' character as the delimiter for username and group.  I switched it over to use ':' as the delimiter since that isn't a valid character for usernames or groups.

A patch for kdebase is attached.
Comment 5 Christoph Feck 2010-03-16 04:50:55 UTC
The patch landed on a wrong report (bug 227540), it is here https://bugs.kde.org/attachment.cgi?id=41677
Comment 6 Glen Kaukola 2010-04-09 21:13:40 UTC
I threw this up on the reviewboard if someone wants to take a look:
http://reviewboard.kde.org/r/3442/
Comment 7 Glen Kaukola 2010-04-13 00:37:23 UTC
SVN commit 1114183 by glenkaukola:

fish kioslave delimiter fix.  Changed '.' delimiter to ':', as '.' is valid in usernames/groups.
BUG: 227678


 M  +1 -1      fish.cpp  
 M  +1 -1      fish.pl  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1114183