<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>171537</bug_id>
          
          <creation_ts>2008-09-23 16:51:46 +0000</creation_ts>
          <short_desc>Windows system files visible in external ntfs partition or drive</short_desc>
          <delta_ts>2018-08-22 20:58:07 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>dolphin</product>
          <component>view-engine: general</component>
          <version>16.12.2</version>
          <rep_platform>Ubuntu</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="mcas">kubuntu</reporter>
          <assigned_to name="Dolphin Bug Assignee">dolphin-bugs-null</assigned_to>
          <cc>elvis.angelaccio</cc>
    
    <cc>emailmeat</cc>
    
    <cc>kde-2011.08</cc>
    
    <cc>nate</cc>
          
          <cf_commitlink>https://commits.kde.org/kio/d7cce9937d5e9af2753fadb82d11f308b58bb8fa</cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>648386</commentid>
    <comment_count>0</comment_count>
    <who name="mcas">kubuntu</who>
    <bug_when>2008-09-23 16:51:46 +0000</bug_when>
    <thetext>Version:            (using KDE 4.1.1)
OS:                Linux
Installed from:    Ubuntu Packages

This wish was reported on the ubuntu bug tracker under: https://bugs.edge.launchpad.net/ubuntu/+source/kdebase/+bug/205864

Im using the new Kubuntu 8.04 KDE 4, 64 Bit version. My problem is that I have external partitions and hard drives with the ntfs format, and when mounting those drives to a Windows system, Windows will make hidden &quot;Recycler&quot; and &quot;System Volume Information&quot; folders. Sure Windows sucks, but I dont want to delete these folders because it will mess up the drive with Windows when I need to access it through Windows. I would request that these two folders be hidden by default in Dolphin. There should of course be some optional way to show the folders, but Ill leave that up to you guys to figure out. I believe it will be safer and much better looking to have those folders hidden by default.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>677699</commentid>
    <comment_count>1</comment_count>
    <who name="Dotan Cohen">kde-2011.08</who>
    <bug_when>2008-12-08 12:37:27 +0000</bug_when>
    <thetext>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?
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1290685</commentid>
    <comment_count>2</comment_count>
    <who name="Jeroen van Meeuwen (Kolab Systems)">vanmeeuwen</who>
    <bug_when>2012-08-24 16:18:31 +0000</bug_when>
    <thetext>Resetting assignee to default as per bug #305719</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1698586</commentid>
    <comment_count>3</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2017-09-03 16:44:20 +0000</bug_when>
    <thetext>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&apos;s a reasonable request to hide these folders by default, and show them alongside dotfiles when the &quot;Show hidden files&quot; sessing is turned on.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1740639</commentid>
    <comment_count>4</comment_count>
    <who name="Roman Inflianskas">infroma</who>
    <bug_when>2018-03-26 07:06:46 +0000</bug_when>
    <thetext>Git commit d7cce9937d5e9af2753fadb82d11f308b58bb8fa by Roman Inflianskas.
Committed on 26/03/2018 at 07:06.
Pushed by romaninflianskas into branch &apos;master&apos;.

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 &quot;$Recycle.Bin&quot;, &quot;MSOCache&quot;, &quot;System Volume Information&quot;, 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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1773629</commentid>
    <comment_count>5</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2018-08-22 20:58:07 +0000</bug_when>
    <thetext>*** Bug 381345 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>