Firefox starts on CentOS 7.7.1908 but immediately goes defunct
I am having trouble running Firefox 68.2.0 on a fresh install of CentOS 7.7.1908. This happens whether or not a .mozilla/ directory exists. The problem happens when I … (read more)
I am having trouble running Firefox 68.2.0 on a fresh install of CentOS 7.7.1908. This happens whether or not a .mozilla/ directory exists. The problem happens when I invoke Firefox from the command line with or without the "-safe-mode" switch. No Firefox window come up.
Here's what the process listing looks like:
[cgr@mypc ~]$ ps -ef | grep firefox | grep -v grep cgr 14109 12544 0 13:04 pts/2 00:00:00 /usr/lib64/firefox/firefox cgr 14118 14109 0 13:04 pts/2 00:00:00 [firefox] <defunct> [cgr@mypc ~]$ kill -KILL 14109 [cgr@mypc ~]$ ps -ef | grep firefox | grep -v grep [cgr@mypc ~]$
[cgr@mypc ~]$ ps -ef | grep firefox | grep -v grep cgr 14434 12544 0 13:29 pts/2 00:00:00 /usr/lib64/firefox/firefox -safe-mode cgr 14444 14434 0 13:29 pts/2 00:00:00 [firefox] <defunct> [cgr@mypc ~]$ kill -KILL 14434 [cgr@mypc ~]$
[cgr@mypc ~]$ ps -ef | grep firefox | grep -v grep cgr 14465 12544 1 13:30 pts/2 00:00:00 /usr/lib64/firefox/firefox -ProfileManager [cgr@mypc ~]$ kill -KILL 14465 [cgr@mypc ~]$ ps -ef | grep firefox | grep -v grep [cgr@mypc ~]$
I must use the -KILL switch to kill the program.
Any ideas on how to fix this problem>?
Thanks, cgr
Change Firefox's default fonts (not just the "default font" setting, but really and truly, for all writing systems)
I want to change the default fonts in Firefox. The problem is that the "Default font" setting doesn't really do this. Going to the "Advanced" dialog shows the truth: for … (read more)
I want to change the default fonts in Firefox. The problem is that the "Default font" setting doesn't really do this. Going to the "Advanced" dialog shows the truth: for every single writing system, the entries are
Serif: (Default) Times New Roman Sans-Serif: (Default) Arial Monospace: (Default) Andale Mono
I want to change which fonts Firefox uses for these "(Defaults)," and I want those defaults to apply to every writing system. Going through every writing system and individually changing them - for every user on the system, mind you - is not an acceptable solution. I didn't see anything in about:config. There is a default, and it needs to be changeable somehow. How?