Summary: | GTK theme not applied to GSettings in fresh installs | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | Fabian Vogt <fabian> |
Component: | gtk theme | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | 4wy78uwh, agrinev98, nate, ngompa13, uhhadd |
Priority: | NOR | ||
Version First Reported In: | 6.4.80 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kde-gtk-config/-/commit/8e2969ef4e64aea62c9edb62661d6fad7947dd23 | Version Fixed In: | 6.4.6 |
Sentry Crash Report: |
Description
Fabian Vogt
2025-09-15 12:12:15 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kde-gtk-config/-/merge_requests/135 Git commit 6c00c6cfaac019581683f875572eb376757ddf39 by Fabian Vogt. Committed on 15/09/2025 at 12:14. Pushed by fvogt into branch 'master'. kconf_update: Call g_settings_sync() explicitly The code from the kded module uses a compression timer to sync only every 100ms, but in the kconf_update executable there is no event loop so this will never happen. Do it explicitly. M +3 -0 kconf_update/gtktheme.cpp https://invent.kde.org/plasma/kde-gtk-config/-/commit/6c00c6cfaac019581683f875572eb376757ddf39 Git commit 8e2969ef4e64aea62c9edb62661d6fad7947dd23 by Fabian Vogt. Committed on 15/09/2025 at 12:51. Pushed by fvogt into branch 'Plasma/6.4'. kconf_update: Call g_settings_sync() explicitly The code from the kded module uses a compression timer to sync only every 100ms, but in the kconf_update executable there is no event loop so this will never happen. Do it explicitly. (cherry picked from commit 6c00c6cfaac019581683f875572eb376757ddf39) Co-authored-by: Fabian Vogt <fabian@ritter-vogt.de> M +3 -0 kconf_update/gtktheme.cpp https://invent.kde.org/plasma/kde-gtk-config/-/commit/8e2969ef4e64aea62c9edb62661d6fad7947dd23 *** Bug 446572 has been marked as a duplicate of this bug. *** *** Bug 503396 has been marked as a duplicate of this bug. *** |