martin rudalics writes: >>> It doesn't fix the >>> >>> (emacs:4258): GLib-CRITICAL **: 10:02:32.377: Source ID 356 was not found when attempting to remove it >>> >>> issue though, just like the more intrusive fix I posted earlier. >> >> Oh, hmm, I don't get that (with or without the patch) here actually. > > I still get it but it may need a couple of C-x 5 2's and possibly > showing the tooltip on different locations. Ah, I did manage to get it after repeating about 10 times. Following https://stackoverflow.com/questions/23199699/glib-critical-source-id-xxx-was-not-found-when-attempting-to-remove-it I got a backtrace by putting a breakpoint on g_log. Not sure what to do about it though.