Skip to content

Fix default decoration fallback

David Edmundson requested to merge work/fix_deco into master

kde-gtk-config looks up the relevant library, and tries to fall back to breeze if nothing matches.

An unrelated bug means breeze users are always in this fallback path.

Name == "Breeze" only works on English. We should be checking the ID.

Merge request reports