Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: puppybyte! on February 20, 2024, 08:40:52 AM
-
have installed the TC14 (coreplus) with JWM. Have the firefox opened after using the apps "firefox_getLatesst.tcz". Several tabs including gmail and facebook doesn't work. My hardware is 64bit i5 CPU with 8G of RAM. as can be seen FF is 32bit...
I have installed vivaldi from apps and gmail there works but prefer FF. Is there a fix?
-
Hi puppybyte!
... My hardware is 64bit i5 CPU with 8G of RAM. as can be seen FF is 32bit...
That's because coreplus is 32 bit.
If you want 64 bit, look over here:
http://tinycorelinux.net/14.x/x86_64/release/
-
Hi puppybyte!
... My hardware is 64bit i5 CPU with 8G of RAM. as can be seen FF is 32bit...
That's because coreplus is 32 bit.
If you want 64 bit, look over here:
http://tinycorelinux.net/14.x/x86_64/release/
thanks!, lots to learn...
-
Hi puppybyte!
... I have installed vivaldi from apps and gmail there works but prefer FF. Is there a fix?
You could try starting firefox from a terminal like this:
firefox 2>&1 | tee FFerrors.txt
to see if any useful messages are displayed when connecting to Gmail.
That command will display messages on the terminal and log them
to FFerrors.txt. Running the command again will overwrite the file.
If want it to append to the file, run it like this:
firefox 2>&1 | tee -a FFerrors.txt
-
I don't use GMail or Facebook, so I can't be sure there's a widespread problem, but in general the first step with Firefox problems like this is to create a new profile and see if the same problem happens there. I use the profile manager to create and select the profiles by starting Firefox from a terminal with this command:
firefox --ProfileManager
If it works there, then in your usual profile, disable add-ons or changes to default settings (in the settings, or about:config if you've set things in there too) until you find what's upsetting those websites.