mirror of
https://github.com/brl/mutter.git
synced 2025-06-25 22:47:06 +00:00
default-plugin: Handle unmanaging windows in switch_workspace
Also add a regression metatest. Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/2559 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2782>
This commit is contained in:
@ -446,6 +446,7 @@ stacking_tests = [
|
||||
'workspace-test',
|
||||
'always-on-top',
|
||||
'focus-default-window-globally-active-input',
|
||||
'workspace-unmanaging-window',
|
||||
]
|
||||
|
||||
foreach stacking_test: stacking_tests
|
||||
|
11
src/tests/stacking/workspace-unmanaging-window.metatest
Normal file
11
src/tests/stacking/workspace-unmanaging-window.metatest
Normal file
@ -0,0 +1,11 @@
|
||||
num_workspaces 2
|
||||
activate_workspace 0
|
||||
|
||||
new_client 1 wayland
|
||||
create 1/1
|
||||
show 1/1
|
||||
wait
|
||||
|
||||
quit_client 1
|
||||
activate_workspace 1
|
||||
wait
|
Reference in New Issue
Block a user