@@ -33,6 +33,9 @@ Go to `System Settings` -> `Window Management` -> `KWin Scripts` -> `Get New Scr
3333
3434And then search for ` kwin-maximize-to-new-desktop ` .
3535
36+ Note: __ To get the configuration panel fully working, see [ this] ( #no-configuration-button-available-in-the-kwin-scripts-entry )
37+ and [ this] ( #blank-window-class-blacklist-in-configuration ) __
38+
3639### Install directly
3740
3841Download the latest release from KDE [ store] [ store ] , and run
@@ -41,6 +44,9 @@ Download the latest release from KDE [store][store], and run
4144plasmapkg2 --install kwin-maxmize-to-new-desktop-0.2.0.tar.gz
4245```
4346
47+ Note: __ To get the configuration panel fully working, see [ this] ( #no-configuration-button-available-in-the-kwin-scripts-entry )
48+ and [ this] ( #window-class-blacklist-in-configuration-is-blank ) __
49+
4450## Tips
4551
4652### Get window's class for the blacklist
@@ -60,6 +66,14 @@ mkdir -p ~/.local/share/kservices5
6066ln -s ~ /.local/share/kwin/scripts/max2NewVirtualDesktop/metadata.desktop ~ /.local/share/kservices5/max2NewVirtualDesktop.desktop
6167```
6268
69+ ### Blank window class blacklist in configuration
70+
71+ You need to install an additional package called ` kdesignerplugin ` ([ link] ( https://github.com/KDE/kdesignerplugin ) ),
72+ which makes it possible to use KEditListWidget.
73+
74+ * For ArchLinux: ` pacman -Syu kdesignerplugin ` .
75+ * For Ubuntu and alike: ` apt install kdesignerplugin ` .
76+
6377### Configuration not picked up by the script after changing
6478
6579Log out and log in again.
0 commit comments