Bug 184462 - Dolphin doesn't show windows hidden files
Summary: Dolphin doesn't show windows hidden files
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-15 22:35 UTC by AleX
Modified: 2009-03-16 20:04 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 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