┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabwidget.cpp
diff options
context:
space:
mode:
authorKai Uwe Broulik <[email protected]>2019-08-28 09:46:58 +0200
committerKai Uwe Broulik <[email protected]>2019-08-28 09:47:29 +0200
commitdb717a21c512fafdf90828d71ddeb0f993413872 (patch)
tree821420fea19d4bd2dc68e545da2e661930d7a567 /src/dolphintabwidget.cpp
parentf4a1d1b0222eeec4391d307820e8f56bc2d30038 (diff)
Don't store view properties on network shares
Entering a folder will have Dolphin determine whether it can store the view properties in a .directory file within the folder or in a generic config location. It does so by checking for permissions on the file and parent dir causing various stat calls that potentially block on a slow mount. Also, the config reading thereafter can be very slow. Moreover, network shares are typically shared between users, so one user's view properties shouldn't affect or be overwritten by this Dolphin instance. It doesn't resolve symlinks but is surely an improvement over the status quo. Differential Revision: https://phabricator.kde.org/D23458
Diffstat (limited to 'src/dolphintabwidget.cpp')
0 files changed, 0 insertions, 0 deletions