Jazqa / kwin-quarter-tiling

An easy tiling script for KWin
GNU General Public License v2.0
367 stars 20 forks source link

Script crash when moving a window back to its original desktop #78

Closed alxlg closed 4 years ago

alxlg commented 5 years ago

Try this:

  1. Open a window on desktop X
  2. Move it to desktop Y
  3. Move it back to desktop X
  4. Notice that tiling doesn't work anymore, the script crashed and KWin needs to be restarted to reload the script
rianneogi commented 4 years ago

I'm having the same problem. The crash happens it step 2 itself (atleast for me), there is no need to move back to desktop X. Is there any way to limit the number of desktops the script creates to 1? I want it to keep subdividing existing tiles without making a new desktop.

Jazqa commented 4 years ago

@rianneogi, there's a branch called typescript-rework I'm working on. It's basically the whole script rewritten from scratch and while it may lack some features and have some minor annoyances, it does not mess with desktops and it should be more stable than the original script.

If you feel like giving it a try, feel free to report any issues you face. Issues in the new branch are also much easier for me to fix than issues in the old version.

Jazqa commented 4 years ago

Should be fixed with the rewrite.