https://bugs.kde.org/show_bug.cgi?id=457529
--- Comment #34 from Harald Sitter <sit...@kde.org> --- Git commit 9aea173ca81baadd624d4479771de9f20a3dcb73 by Harald Sitter. Committed on 07/02/2023 at 05:41. Pushed by sitter into branch 'master'. exportUrlsToPortal: stop fusing remote urls this proofs insanely troublesome. because of the way the filetransfer portal works we need to open() paths before sending them to the portal, this however means open() on our fuse-redirected paths which behind the scenes is actually a remote stat() to determine the file type. this is insanely expensive and just will not ever work for more than a couple of files. for the time being we'll disable fuse redirection unless explicitly opted into via KCOREADDONS_FUSE_REDIRECT so it can still be tested. M +33 -14 src/lib/io/kurlmimedata.cpp https://invent.kde.org/frameworks/kcoreaddons/commit/9aea173ca81baadd624d4479771de9f20a3dcb73 -- You are receiving this mail because: You are watching all bug changes.