Summary: | Windows system files visible in external ntfs partition or drive | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | mcas <kubuntu> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | elvis.angelaccio, emailmeat, kde-2011.08, nate |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kio/d7cce9937d5e9af2753fadb82d11f308b58bb8fa | Version Fixed In: | |
Sentry Crash Report: |
Description
mcas
2008-09-23 16:51:46 UTC
Linux (and Unix in general) has a convention that filenames beginning with a dot are considered hidden files. I suggest that you file a bug with the developers of the NTFS file system and request that they follow this convention, as this has been standard behaviour for decades and only MS filesystem conflict. Please post a link to the bug that you file so that we can follow it. Does Windows Explorer display hidden *nix files by default when browsing ext3 and other filesystems? Can this be configured in Windows Explorer? Resetting assignee to default as per bug #305719 There is approximately a 0% chance that Microsoft will add POSIX compatibility to NTFS and start using dotfiles for their hidden files. I think it's a reasonable request to hide these folders by default, and show them alongside dotfiles when the "Show hidden files" sessing is turned on. Git commit d7cce9937d5e9af2753fadb82d11f308b58bb8fa by Roman Inflianskas. Committed on 26/03/2018 at 07:06. Pushed by romaninflianskas into branch 'master'. Support NTFS hidden files Summary: This patch implements function `isHiddenNtfs` which checks extended attribute `HIDDEN` of files from NTFS partitions and populates `UDSEntry` with `KIO::UDSEntry::UDS_HIDDEN`. {F5747912} Test Plan: # Open Dolphin on Windows partition # Check that "$Recycle.Bin", "MSOCache", "System Volume Information", etc. are hidden # Show hidden files # Check that Windows hidden files are displayed now Reviewers: #dolphin, #frameworks, markg, dfaure Reviewed By: dfaure Subscribers: dfaure, markg, elvisangelaccio, ltoscano, anthonyfieroni, broulik, #frameworks, #dolphin Tags: #frameworks Differential Revision: https://phabricator.kde.org/D11204 M +44 -0 src/ioslaves/file/file_unix.cpp https://commits.kde.org/kio/d7cce9937d5e9af2753fadb82d11f308b58bb8fa *** Bug 381345 has been marked as a duplicate of this bug. *** |