Natalie Clarius
Natalie Clarius
... after running ``` kwriteconfig5 --file kwinrc --group Script-tilegaps --key debugMode true kwriteconfig5 --file kwinrc --group Script-tilegaps --key fullDebugMode true qdbus org.kde.KWin /KWin reconfigure ``` and possibly logging out and...
If you're not getting any output, try adding ``` export QT_LOGGING_RULES="kwin_*.debug=true" ``` to your `~/.bash_profile` or `/etc/environent` and relogin. If you're on Wayland, it will also be necessary to have...
Hm, that's strange. I asked in the KWin development chat group what else we could try. Meanwhile, could you delete `~/.local/share/kwin/scripts/tilegaps/`, reinstall the script, and verify that the version is...
Another user reported that the newest version works fine on their system, so it's not the case that the uploaded package is completely broken.
Well that's a start. Unfortunately it seems logging is broken on Wayland, so debugging it is going to be hard. But I'll see what I can do. Thanks for your...
Can confirm neither the log output nor the script works for me on Wayland. I'll look into it.
Have you decided not to go forward with this?
Thanks for using my script! From https://github.com/nclarius/KWin-window-positioning-scripts/issues/11#issuecomment-1091979196 > I noticed this happens with XWayland windows which attempt to force remember their positions. This is the case for mGBA and CafeTran...
Yes, this needs to be adapted to still work with Plasma 6. Unfortunately there is currently no complete guide for developers how to do this so I expect it will...
Also no guarantee that it will still work in Plasma 6 at all because a lot has changed under the hood in the window manager. But I'm planning to at...