Summary: | View modes not working properly, when the 'browsed' fs is mounted as VFAT | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | abcdefz <jdg> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | anselmolsm, faure, finex, jdg, mat69 |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
abcdefz
2010-07-02 10:39:03 UTC
The exact same thing seems to happen in Konqueror 4.4.4... @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? ;-) Reproduced with KDE SC 4 svn r1157874 (KDE 4.5.62 (KDE 4.6 >=20100729)) *** This bug has been marked as a duplicate of bug 182177 *** |