I am new to Linux and have been poking around a lot in Terminal. I launched Firefox from the command line and noticed that I began getting the below. It still opens and seems to run as it should. I don't remember seeing this before deleting Chrome or before using proxychains. Any thoughts?
(firefox:8321): GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed
(firefox:8321): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed
(firefox:8321): GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed
(firefox:8321): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed
firefox
, or something else? Is there any other output in the terminal when you run it? What version of Ubuntu? Do the messages appear if you don't use proxychains? (I understand you might not be able to test that, for security reasons. So if not, please don't sweat it.) I recommend editing your question to provide this additional info. – Eliah Kagan Dec 28 '16 at 23:35firefox &>/dev/null &
. Those are useless messages spewed by a graphics library. (Despite the scary CRITICAL tag, they are actually utterly unimportant.) There is nothing else you can do about them. – AlexP Dec 29 '16 at 01:34