-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Crashes after screen wakeup on Ubuntu 19.10 #174
Comments
Hi @loxK, thanks for the report. Have you tried with the master branch? Also is this on wayland, xorg or both? |
I didn't try master and it is on xorg |
More information. It works on boot but then crashes when waking up the screen. Restarting Gnome Shell doesn't help, uninstalling, reinstalling doesn't either. This is maybe related ? ubuntu/gnome-shell-extension-appindicator#228 |
Try replacing in // Replace this line
const key = `${object}[${name}]`
// With these
const uid = Math.random().toString(36).substr(2, 9)
const key = `${uid}-${name}` Please report back if the issue is fixed. |
Made the change, rebooted, locked the screen and the extension is still active on login in. |
Damn it crashed again and I don't find any occurrence of 'unite' in the shell logs ..., But I was able to uninstall/reinstall and activate it again this time. |
I have applied the fix but it still crashes sometimes:
|
It happens when the screen goes black, not on session lock/unlock |
This may be related, or not ... You tell me https://bugzilla.gnome.org/show_bug.cgi?id=781760 |
Closing as I can't reproduce this issue. If it is still present please open a new issue with fresh logs. |
I get this error:
The text was updated successfully, but these errors were encountered: