You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Window tiled state is remembered between the screen being locked and unlocked
Actual behavior
All windows become untiled (I have to manually trigger "Toggle Tile" on all my tiled windows after unlocking the screen)
Steps to reproduce the behavior
Set "Auto Tile Window Types" to []
Open 3 windows
Tile them all using Super+X on all of them.
Lock the screen
Unlock the screen
Try using any of the tiling window shortcuts (Super+Shift+Return for instance) -- none of them work because windows are no longer considered "tiled"
Repeat step 3 to restore their tiled state
I suspect the issue is that gnome-shell unloads all extensions when the screen is locked, and loads them again after the screen is unlocked. Some method of storing the window tiled state in the running gnome-shell process between reloads is necessary.
(Recommended) GNOME version
3.34.1
The text was updated successfully, but these errors were encountered:
Expected behavior
Window tiled state is remembered between the screen being locked and unlocked
Actual behavior
All windows become untiled (I have to manually trigger "Toggle Tile" on all my tiled windows after unlocking the screen)
Steps to reproduce the behavior
[]
Super+X
on all of them.I suspect the issue is that gnome-shell unloads all extensions when the screen is locked, and loads them again after the screen is unlocked. Some method of storing the window tiled state in the running gnome-shell process between reloads is necessary.
(Recommended) GNOME version
3.34.1
The text was updated successfully, but these errors were encountered: