| Summary: | Memory leaks until the whole computer stops when I try to open the folder selector in Locations KCM | ||
|---|---|---|---|
| Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | aleixpol, jgrulich, nate, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | 5.25.4 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2022-08-09 19:29:12 UTC
well this is odd. This shouldn't involve portals at all, unless PLASMA_INTEGRATION_USE_PORTAL is set, which it should not be. Can you double check whether that environment variable is set? A few days ago I added this env variable to enable KDE open/save dialogs in Qt6 apps: QT_QPA_PLATFORMTHEME=flatpak I have just removed it, rebooted, and the problem is no longer reproducible. Well that explains it :D Forcing the platformtheme that way is going to cause a lot of trouble, especially for plasmashell/systemsettings Of course when an actually Flatpak'd app invokes the folder picker it should work, but I can't reproduce the problem by running "QT_QPA_PLATFORMTHEME=flatpak systemsettings" |