-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[BUG]: Can't use suspend mode #86
Comments
Hello,
Are you using OpenBar Trilands or Candybar?
This will allow the extension to run on Lock screen and can prevent the crash.
This looks like some other issue, not from OpenBar.
When you disable an extension, Gnome internally first disables other extensions that were enabled after it and then re-enables them. So one of those are likely causing this error. But nothing much to worry here. Thanks for reporting! |
this is strange as I'm using a couple of other extensions that modify the behavior of the top bar with no problems like " Blur my shell, Just Perfection"
I've tried this but same problem. |
Not about the behavior but any extension that adds a stylesheet affecting styles of panel. When Gnome disables them (on screen lock) it unloads the stylesheet but some references remain that cause seg-fault. You can find existing bug links and more details in these issues: #35 and #63
That's unfortunate! Some users had good luck with it. It can be a bit random based on all other configuration in use. Nothing so far works for everyone to avoid the issue. This is only for Trilands or Candybar though, other variations work OK. The upstream issue needs fixing. I will try something in the meanwhile but I am quite busy at the moment. That is also the reason for the delay in response :( Feel free to add any insights you get from trying as above. Thanks! |
Describe the bug
Open Bar is affecting the suspend mood in a weird way. Whenever I return from suspend it appears as if I logged out. so all of my open apps before suspend is closed!!
To Reproduce
Steps to reproduce the behavior:
Just enabling Open Bar
While my laptop is returning from suspend this line flashes on a black screen before going into the log in screen
"^@^@[ 3506.256865] Bluetooth: hci0: unexpexted event for opcode 0x0000"
I don't know what is the problem with bluetooth since I didn't even enable it.
what is worth mentioning though is that sometimes it's gonna stuck into this screen waiting for something and when I interrupt it using ctrl+c it goes to the log in screen but if I tried to log in it just takes me back again to the log in screen as if it's stuck in a loop .
I dunno if it's relative to the problem but when I disable the extension with this command running
SHELL_DEBUG=all journalctl /usr/bin/{gjs,gnome-shell} -fo cat
it prints this line four times in the terminal
g_signal_handler_disconnect: assertion 'handler_id > 0' failed
The text was updated successfully, but these errors were encountered: