-
Notifications
You must be signed in to change notification settings - Fork 463
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
v94 crashes gnome-shell when invoking lock screen. #2270
Labels
needs information
Use this tag to identify old issues that can be closed if further information was not provided.
Comments
Those log messages are not related to shell crashes. Perhaps you mean #2179? |
I have the same problem. Disabling V-Shell (Vertical Workspaces) fixes it as well. It seems like the latest version (of Dash-to-dock) introduced some conflict between the two. Not sure who is at fault. |
@3v1n0 Here! Look at the upper capture: aztaskbar is calling something in dash-to-dock... |
3v1n0
added a commit
to 3v1n0/dash-to-dock
that referenced
this issue
Aug 26, 2024
We were removing the container set, but not its children, so let's cleanup everything when indicators are cleared. Closes: micheleg#2272, micheleg#2270
3v1n0
added a commit
to 3v1n0/dash-to-dock
that referenced
this issue
Aug 26, 2024
If we're tracking an object destruction and that object gets destroyed, we need to remove the signals handler storage item, or we'd end up trying to disconnect from it again when destroying the signals handler. Closes: micheleg#2270
3v1n0
added a commit
to 3v1n0/dash-to-dock
that referenced
this issue
Aug 26, 2024
If we're tracking an object destruction and that object gets destroyed, we need to remove the signals handler storage item, or we'd end up trying to disconnect from it again when destroying the signals handler. Closes: micheleg#2270
3v1n0
added a commit
to 3v1n0/dash-to-dock
that referenced
this issue
Aug 26, 2024
If we're tracking an object destruction and that object gets destroyed, we need to remove the signals handler storage item, or we'd end up trying to disconnect from it again when destroying the signals handler. Closes: micheleg#2270
It should be fixed by #2273 |
vanvugt
pushed a commit
that referenced
this issue
Aug 27, 2024
If we're tracking an object destruction and that object gets destroyed, we need to remove the signals handler storage item, or we'd end up trying to disconnect from it again when destroying the signals handler. Closes: #2270
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs information
Use this tag to identify old issues that can be closed if further information was not provided.
After updating to the latest v94, gnome-shell crashes when the lock-screen is invoked, either manually (i.e., Super+L) or by system timer (e.g., set by gnome-control-center). Journal is repeatedly flooded with the following errors:
OS: Arch Linux x86_64
Kernel: Linux 6.10.6-arch1-1
DE: GNOME 46.4
WM: Mutter (Wayland)
WM Theme: Adwaita
Confirm the issue only arises when dash-to-dock extension is enabled. Tested by disabling all extensions, logging out then in again, and invoking lock-screen without issue.
Tested with only gnome-shell active, logging out then in again, and invoking lock-screen, gnome-shell crashes to login. Can be replicated by doing the same again.
The text was updated successfully, but these errors were encountered: