https://bugs.kde.org/show_bug.cgi?id=494627
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/kdenetwork-filesharing/ | |-/commit/ace9a6511252f7e612 | |97d1052824c41c2b789f50 Resolution|--- |FIXED --- Comment #33 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit ace9a6511252f7e61297d1052824c41c2b789f50 by Akseli Lahtinen. Committed on 24/02/2025 at 13:46. Pushed by akselmo into branch 'master'. If parent is mainWindow and rasterSurface, use Software rendering When opening a properties dialog, or any dialog that uses QtQuick (`QQuickView`), Dolphin will restart since it uses raster surface, and QtQuick expects GPU accelerated surface. During plugin construction, check if the parent window is using RasterSurface. If so, set the QQuickWindow API to Software. This fixes the restarting of Dolphin when opening properties, for example. M +18 -1 samba/filepropertiesplugin/sambausershareplugin.cpp https://invent.kde.org/network/kdenetwork-filesharing/-/commit/ace9a6511252f7e61297d1052824c41c2b789f50 -- You are receiving this mail because: You are watching all bug changes.