https://bugs.kde.org/show_bug.cgi?id=494335
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/4fbda14 | |4ab4b77a2d99eb0dca1ff3cf759 | |57cf55 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit 4fbda144ab4b77a2d99eb0dca1ff3cf75957cf55 by Akseli Lahtinen. Committed on 14/10/2024 at 08:37. Pushed by akselmo into branch 'master'. openurljob.cpp: Avoid opening files in endless loop if mimetype is set to open with xdg-open Some applications set their file mimetypes to open with "xdg-open" which then causes it open in "kde-open", which then ends up calling itself constantly and endlessly, spiking CPU. Instead, catch that early on and show the "Open with dialog", so we handle the file like it has no set default application. M +7 -0 src/gui/openurljob.cpp https://invent.kde.org/frameworks/kio/-/commit/4fbda144ab4b77a2d99eb0dca1ff3cf75957cf55 -- You are receiving this mail because: You are watching all bug changes.