Bug 184462

Summary: Dolphin doesn't show windows hidden files
Product: [Applications] dolphin Reporter: AleX <entidad_universal>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: normal CC: angel_blue_co2004
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description AleX 2009-02-15 22:35:35 UTC
Version:            (using KDE 4.2.0)
OS:                MS Windows
Installed from:    MS Windows

Even if show hidden files is set to true, this setting only applies to "." hidden files. There is no way to see windows hidden files in dolphin.
Comment 1 Angel Blue01 2009-03-11 17:31:12 UTC
On my Windows partition, mounted with ntfs-3g, Dolphin does list all files, even those Windows doesn't give access to, because ntfs-3g doesn't obey NTFS permissions (something I like!).
Comment 2 AleX 2009-03-11 18:47:35 UTC
Well, I meant windows hidden files in windows port. For example Application Data folder at user directory is not shown.
Comment 3 Angel Blue01 2009-03-11 19:37:46 UTC
I'm sorry, of course, you noted the OS as MS Windows in the beginning.

I forget, are attributes like "hidden" part of NTFS, in which case Dolphin is just doing what the file system tells it to do?
Comment 4 Christian Ehrlicher 2009-03-16 19:59:32 UTC
SVN commit 940164 by chehrlic:

Also list hidden files and mark them as Hidden

BUG: 184462

 M  +3 -0      file_win.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=940164
Comment 5 Christian Ehrlicher 2009-03-16 20:04:28 UTC
SVN commit 940172 by chehrlic:

backport r940164 from trunk

CCBUG: 184462

 M  +55 -43    file_win.cpp  


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