Summary: | Add apply button to window decoration config dialogue | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Jack Hill <jackhill3103> |
Component: | kcm_kwindecoration | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ad.liu.jin, kde, nate, plasma-bugs |
Priority: | NOR | ||
Version: | 5.26.4 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.0 | |
Sentry Crash Report: |
Description
Jack Hill
2022-12-18 00:38:02 UTC
+1 for this. I am the developer of a C++ window decoration plugin (https://github.com/paulmcauley/klassy , fork of breeze). My plugin has a lot of configuration options which would be easier for the user to compare if the window did not close when clicking OK, and I have had several requests from users for this feature. Therefore, this is a feature request to add an Apply button to the dialog which appears after clicking the pencil icon on each window decoration. I tried manipulating parent classes to try and add an Apply button from my own plugin class, but it seems that this is part of Plasma and the dialog is provided by the Window Decoration kcm's KCModule class which I don't seem to be able to configure to do this. |