Created attachment 5707 fix-removing-gsources.patch On exiting the panel, xfce4-netload-plugin prints the following CRITICAL GLib: GLib-CRITICAL **: Source ID xxx was not found when attempting to remove it This patch makes it check to see if a GSource exists before destroying it, since any GSource may be destroyed early in the main event loop if its dispatch callback returns FALSE.
Thanks, will begin caring ;)
Thanks, seems to work. Though, other plugins still seem to exhibit the same problems, unless I am running too old versions of them.