https://bugs.kde.org/show_bug.cgi?id=379994
--- Comment #13 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 09624c713e63563b740385ade86414b9782263ea by David Edmundson. Committed on 26/08/2017 at 11:08. Pushed by davidedmundson into branch 'master'. Don't special case file URLs when processing .desktop files Summary: At first glance this looks faster, as we skip KIO for a simple stat(), but as the result isn't cached we do file lookups on every single mouse move. This also has the side effect of not blocking Plasma when stat-ing a file on a disconnected remote drive. Test Plan: Created two .desktop files one pointing to a dir, another to a file. One had the arrow to expand the folder, the other did not. Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D7535 M +1 -7 containments/desktop/plugins/folder/foldermodel.cpp https://commits.kde.org/plasma-desktop/09624c713e63563b740385ade86414b9782263ea -- You are receiving this mail because: You are watching all bug changes.