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 crash when config script is updated while menu is already open: Object has already been deallocated #156

Open
mdepot opened this issue Feb 29, 2024 · 0 comments

Comments

@mdepot
Copy link

mdepot commented Feb 29, 2024

If a shell script in ~/.config/argos is modified (or just touched), the directory monitor inside the enable() function in extension.js will trigger removeButtons() and then addButtons() to refresh the menu options. If this happens while the menu is already open on screen it will crash the Gnome session, sending you all the way back to the login screen. When this happens the following error appears in the log:

Object ... has been already deallocated - impossible to get any property from it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.

My gnome shell is 3.32.2 on Rocky 8.9, and I'm using the last release of Argos prior to the updates made for Gnome 45.

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

1 participant