[frameworks-kio] [Bug 494627] Parent window fades out and re-appears according to window placement mode first time Properties window opened with Qt 6.8.0
"Akseli Lahtinen" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kfm |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=494627 Akseli Lahtinen <[email protected]> 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 <[email protected]> --- 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 on the CC list for the bug.