Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gnome Shell crash when exiting full screen app #22

Open
kem-a opened this issue Sep 13, 2022 · 6 comments
Open

Gnome Shell crash when exiting full screen app #22

kem-a opened this issue Sep 13, 2022 · 6 comments

Comments

@kem-a
Copy link

kem-a commented Sep 13, 2022

There is gnome shell crash when app is exiting full screen.

To reproduce error use an app that triggers workspace switch in full screen, example, remmina or lutris.

$ gnome-shell --version
GNOME Shell 42.4
$ uname -r
5.19.8-200.fc36.x86_64

OS: Fedora 36
Window session: Wayland

I didn't get meaningful logs.

@SadieCat
Copy link

SadieCat commented Sep 14, 2022

I'm also experiencing this on Ubuntu 22.04 (GNOME Shell 42.4-0ubuntu0.22.04.1). Here's the contents of syslog from my system:

Sep 11 02:57:34 Akane10510 gnome-shell[693369]: Window manager warning: META_CURRENT_TIME used to choose focus window; focus window may not be correct.
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: **
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: libmutter:ERROR:../src/core/workspace.c:323:assert_workspace_empty: assertion failed: (window->on_all_workspaces)
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: Bail out! libmutter:ERROR:../src/core/workspace.c:323:assert_workspace_empty: assertion failed: (window->on_all_workspaces)
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: GNOME Shell crashed with signal 6
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: == Stack trace for context 0x557440c74170 ==
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: #0   557441a87278 i   /home/sadie/.local/share/gnome-shell/extensions/fullscreenworkspace@satran.in/extension.js:43 (1e4a0915b6f0 @ 313)
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: #1   557441a871f0 i   /home/sadie/.local/share/gnome-shell/extensions/fullscreenworkspace@satran.in/extension.js:63 (1e4a0915b7e0 @ 15)
Sep 11 02:57:34 Akane10510 systemd[2634]: org.gnome.Shell@x11.service: Main process exited, code=killed, status=6/ABRT
Sep 11 02:57:34 Akane10510 systemd[2634]: org.gnome.Shell@x11.service: Failed with result 'signal'.
Sep 11 02:57:34 Akane10510 systemd[2634]: org.gnome.Shell@x11.service: Consumed 5min 25.695s CPU time.
Sep 11 02:57:34 Akane10510 systemd[2634]: org.gnome.Shell@x11.service: Scheduled restart job, restart counter is at 7.
Sep 11 02:57:34 Akane10510 systemd[2634]: Stopped GNOME Shell on X11.
Sep 11 02:57:34 Akane10510 systemd[2634]: org.gnome.Shell@x11.service: Consumed 5min 25.695s CPU time.
Sep 11 02:57:34 Akane10510 systemd[2634]: Starting GNOME Shell on X11...

@dipunm
Copy link

dipunm commented Sep 14, 2022

I am also having this issue, running on Arch Linux and using wayland exclusively.

@Erater
Copy link

Erater commented Sep 15, 2022

Same Problem on Ubuntu 22.04 with X11

@dipunm
Copy link

dipunm commented Sep 19, 2022

This got super annoying so I commented out line 43 of extension.js. The file can be found in

/home/<username>/.local/share/gnome-shell/extensions/fullscreenworkspace@satran.in/extension.js

It seems to have done the trick, I think gnome is auto closing empty windows and I am guessing this is why this keeps failing.

@jorgelukas
Copy link

I'm also experiencing this on Fedora 36 GNOME Shell 42.5 Xorg.
the app do not crash, but close on fullscreen cause it to take a second to close, and tham gnome go back to the app grid.

@nkcong206
Copy link

This got super annoying so I commented out line 43 of extension.js. The file can be found in

/home/<username>/.local/share/gnome-shell/extensions/fullscreenworkspace@satran.in/extension.js

It seems to have done the trick, I think gnome is auto closing empty windows and I am guessing this is why this keeps failing.

Thank you, it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants