Sunday, May 5, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 3247  / 1 Year ago, sun, february 5, 2023, 10:59:10

When I open my Firefox Web Browser from the terminal I get these following warnings.



william@william-AO722:~$ firefox
(process:5672): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
(firefox:5672): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::sm-connect after class was initialised
(firefox:5672): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised
(firefox:5672): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::display after class was initialised
(firefox:5672): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::default-icon after class was initialised


Is there a way that I can get rid of these warnings?



Also can anyone tell me what GLib is and what is it for?



I am running Ubuntu 13.10


More From » command-line

 Answers
5

Your question is closely related to Why are there so many console messages from GTK+ applications?.



For the specific GLib error with Firefox please see https://bugzilla.mozilla.org/show_bug.cgi?id=833117.



To know how to disable these errors look at Disable css warnings and this answer: https://askubuntu.com/a/198385/248158 which suggests "redirecting stderr to /dev/null".


[#26947] Sunday, February 5, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
raacket

Total Points: 198
Total Questions: 114
Total Answers: 111

Location: Czech Republic
Member since Mon, May 15, 2023
1 Year ago
raacket questions
;