[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 243414] View modes not working properly, when the 'browsed' fs
From:       Peter Penz <peter.penz () gmx ! at>
Date:       2010-07-02 8:57:35
Message-ID: 20100702085735.7EEDF486FA () immanuel ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=243414


Peter Penz <peter.penz@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |faure@kde.org




--- Comment #2 from Peter Penz <peter penz gmx at>  2010-07-02 10:57:34 ---
@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("local") + m_filePath;
        }
    }

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

Hmm, I've a kind of deja-vu - didn't we discuss this already once? ;-)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic