pulb / mailnag-gnome-shell

Mailnag GNOME-Shell extension
GNU General Public License v2.0
36 stars 9 forks source link

Gnome shell crash when removing the last mail from the list #59

Open wangxa opened 5 years ago

wangxa commented 5 years ago

The branches for Gnome 3.32 have such problem.

If you try to delete mail entries in the list one by one, the removal of the last entry will crash the gnome-shell.

The error message in journalctl:

Object .Gjs_MailnagIndicator (0x558c9c3d1380), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
webmastak commented 5 years ago

Same problem.

Object .Gjs_MailnagIndicator (0x55d1a504dea0), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.

pulb commented 5 years ago

Confirmed, as a temporary workaround you can untick the "Remove indicator incon if maillist is empty" option in the extension settings dialog.