Skip to content

Fix regression causing blank decoration assets for Breeze and Oxygen

Ash Blake requested to merge telepathine/kde-gtk-config:fix_blank_assets into master

Plugin keywords have been deprecated. Breeze and Oxygen no longer use the "button" keyword when registering their button plugins, so loading them now fails and blank assets get generated.

Attempt loading DecorationButton without using the keyword, and if this fails, try the deprecated keyword like in the KWin commit 6f110bca.

BUG: 442659

Merge request reports