<?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>243414</bug_id>
          
          <creation_ts>2010-07-02 10:39:03 +0000</creation_ts>
          <short_desc>View modes not working properly, when the &apos;browsed&apos; fs is mounted as VFAT</short_desc>
          <delta_ts>2011-05-29 00:38:38 +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>general</component>
          <version>16.12.2</version>
          <rep_platform>Fedora RPMs</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>182177</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="abcdefz">jdg</reporter>
          <assigned_to name="Peter Penz">peter.penz19</assigned_to>
          <cc>anselmolsm</cc>
    
    <cc>faure</cc>
    
    <cc>finex</cc>
    
    <cc>jdg</cc>
    
    <cc>mat69</cc>
          
          <cf_commitlink></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>985506</commentid>
    <comment_count>0</comment_count>
    <who name="abcdefz">jdg</who>
    <bug_when>2010-07-02 10:39:03 +0000</bug_when>
    <thetext>Version:           unspecified (using KDE 4.4.4) 
OS:                Linux

Hey there!  I&apos;m having trouble with view modes too, but I&apos;ve narrowed it down, view modes seem to act funny when you&apos;re working with a VFAT filesystem.  It can&apos;t remember a folders view mode even within the SAME SESSION.  No matter how many times you click &quot;View&quot;&gt;&gt;&quot;View Mode&quot;&gt;&gt;&quot;Icons&quot;, (and it DOES redraw the screen properly, at first), if you leave that directory and come back to it IMMEDIATELY, the thing has reverted to Detail Mode.

It&apos;s a pain.

Reproducible: Always

Steps to Reproduce:
On a VFAT mounted fs, while using Dolphin to rove around, no matter how many times you click &quot;View&quot;&gt;&gt;&quot;View Mode&quot;&gt;&gt;&quot;Icons&quot;, (and it DOES redraw the screen properly, at first), if you leave that directory and come back to it IMMEDIATELY, the thing has reverted to Detail Mode.

Actual Results:  
See &quot;Steps to Reproduce&quot;

Expected Results:  
See &quot;Steps to Reproduce&quot;

OS: Linux (i686) release 2.6.32.14-127.fc12.i686.PAE
Compiler: gcc</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>985510</commentid>
    <comment_count>1</comment_count>
    <who name="abcdefz">jdg</who>
    <bug_when>2010-07-02 10:55:09 +0000</bug_when>
    <thetext>The exact same thing seems to happen in Konqueror 4.4.4...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>985512</commentid>
    <comment_count>2</comment_count>
    <who name="Peter Penz">peter.penz19</who>
    <bug_when>2010-07-02 10:57:34 +0000</bug_when>
    <thetext>@David: Dolphin tries to remember the view properties in the folder for local writable folders (see constructor of http://websvn.kde.org/trunk/KDE/kdebase/apps/dolphin/src/viewproperties.cpp?view=markup).

Might it be that with VFAT the following code:
    if (url.isLocalFile()) {
        m_filePath = url.toLocalFile();
        const QFileInfo info(m_filePath);
        if (!info.isWritable()) {
            m_filePath = destinationDir(&quot;local&quot;) + m_filePath;
        }
    }

indicates that the folder is local + writeable, but saving with
    KStandardDirs::makeDir(m_filePath);
    m_node-&gt;writeConfig();
fails?

Hmm, I&apos;ve a kind of deja-vu - didn&apos;t we discuss this already once? ;-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>997057</commentid>
    <comment_count>3</comment_count>
    <who name="Anselmo L. S. Melo (anselmolsm)">anselmolsm</who>
    <bug_when>2010-08-01 18:11:31 +0000</bug_when>
    <thetext>Reproduced with KDE SC 4 svn r1157874 (KDE 4.5.62 (KDE 4.6 &gt;=20100729))</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1124667</commentid>
    <comment_count>4</comment_count>
    <who name="Matthias Fuchs">mat69</who>
    <bug_when>2011-05-29 00:38:38 +0000</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 182177 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>