Aetf / kwin-maxmize-to-new-desktop

KWin script that moves fullscreened window to a new virtual desktop
BSD 2-Clause "Simplified" License
55 stars 20 forks source link

After restoring a window from maximization the script moves to first virtual desktop #7

Closed kupiqu closed 3 years ago

kupiqu commented 4 years ago

It should move instead to the virtual desktop that window was (the window is properly set there but the virtual desktop that is displayed is always the first).

Aetf commented 4 years ago

Could you provide more info about how to reproduce this?

I tried on kwin 5.19.0 and the script works correctly:

  1. create 2 virtual desktops side by side
  2. switch to the 2nd one and open a konsole window
  3. fullscreen the konsole window by F11. A new virtual desktop is created and the window moved to it.
  4. restore the konsole window by F11 again. The window is closed and switched back to the 2nd virtual desktop
Aetf commented 3 years ago

Closing as not reproducible. Feel free to open a new issue with more details if you think the problem persists.