LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-01-2021, 12:08 AM   #1
Joshualopez
LQ Newbie
 
Registered: Nov 2021
Location: USA
Posts: 1

Rep: Reputation: Disabled
Need Help On Firefox Browser.


Hello friends. This is my first post here. I am posting this for an issue with my Firefox browser on Ubuntu 20.04. For a couple of days, I am unable to watch YouTube videos on the Firefox browser. Because, after several attempts, I am unable to open YouTube on Firefox. Guys, I don't understand why this is happening and how to solve the issue. Can you provide any suggestions for this?
 
Old 12-02-2021, 09:27 AM   #2
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
What happens when you try?

Did it used to behave differently, or always like this?

Do other web browsers have same problem or is this only firefox?

Do you have any extensions or add-on's applied to firefox? If so, have you tried disabling them?
 
Old 12-02-2021, 10:23 AM   #3
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Welcome to the board!

It seems you aren't the only one getting a problem — Firefox can be difficult. Have a look at these ideas
https://www.videoconverterfactory.co...n-firefox.html
 
Old 12-02-2021, 08:36 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,331
Blog Entries: 28

Rep: Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144
Try starting Firefox from the command line, then viewing a Youtube video. There may be some useful messages thrown to the terminal.

As an aside, I watch Youtube almost daily on Firefox and have encountered no issues.
 
Old 12-03-2021, 12:29 AM   #5
Ricardopryor
LQ Newbie
 
Registered: Dec 2021
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by Joshualopez View Post
Hello friends. This is my first post here. I am posting this for an issue with my Firefox browser on Ubuntu 20.04. For a couple of days, I am unable to watch YouTube videos on the Firefox browser. Because, after several attempts, I am unable to open YouTube on Firefox. Guys, I don't understand why this is happening and how to solve the issue. Can you provide any suggestions for this?
Hello. I am not an expert person on this, and this is my second post also. I am posting this mainly for two reasons. One is I have a solution for you. and another one is for me.
Have you tried to disable the Hardware Acceleration on Firefox? If not, then you should do it first. If there is any problem, you can follow this link. Hopefully, you will be benefited.
Guys, I want to use Windows and Linux on a single PC. Can you tell me how to possible it? If any solution, please provide me.
 
Old 12-03-2021, 01:12 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by DavidMcCann View Post
It seems you aren't the only one getting a problem — Firefox can be difficult. Have a look at these ideas
https://www.videoconverterfactory.co...n-firefox.html
None of the ideas mentioned are specific to Firefox - they're just good general browser troubleshooting recommendations, essentially what post #2 already requested.

No, I would say: YouTube can be difficult.
 
Old 12-03-2021, 01:01 PM   #7
FFX
LQ Newbie
 
Registered: Jul 2021
Distribution: Ubuntu
Posts: 28

Rep: Reputation: Disabled
Hi,

You could try to reinstall Firefox:

Code:
apt reinstall firefox
You could also try another browser like Brave or Google Chrome
 
Old 12-03-2021, 03:51 PM   #8
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
I run an independent firefox.

If interested, YT works for me. I have OpenH264 Video Codec and Widevine
https://html5test.com/
gives me a score 512/555

If interested you would download your lang from here
https://www.mozilla.org/en-GB/firefo...esktop-release

unpack it to your home dir.

my desktop icon file is using a sym link from
/home/name/firefox/firefox to /usr/local/bin/firefox and contents

[Desktop Entry]
Type=Application
Name=firefox
Exec=/usr/local/bin/firefox
Icon=/home/name/firefox/browser/chrome/icons/default/default48.png
Terminal=false
Categories=Application;

change name to your login name please
 
Old 12-04-2021, 12:13 AM   #9
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Quote:
Originally Posted by aus9 View Post
unpack it to your home dir.

my desktop icon file is using a sym link from
/home/name/firefox/firefox to /usr/local/bin/firefox and contents

[Desktop Entry]
Type=Application
Name=firefox
Exec=/usr/local/bin/firefox
Icon=/home/name/firefox/browser/chrome/icons/default/default48.png
Terminal=false
Categories=Application;

change name to your login name please
Or, dont use your home dir at all....
untar it to /opt then
Code:
chmod 755 /opt/firefox
chmod 755 /opt/firefox/firefox
ln -s /opt/firefox/firefox /usr/local/bin
Code:
[Desktop Entry]
Type=Application
Name=firefox
Exec=firefox
Icon=firefox
Terminal=false
Categories=Internet;
But anyways I dont think OP was looking for install instructions.... and that desktop file lacks the actions like new window etc t... if debian you can just copy the firefox-esr.desktop and take out the -esr parts and then get all the languages and actions easily...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Is there a browser than can be set up to open links in another browser such as firefox? Ulysses_ Linux - Software 12 09-14-2018 02:23 PM
[SOLVED] Need a table of browser features or a hint for an alternate browser TobiSGD Linux - Software 15 07-13-2011 01:54 AM
Help I need to know how to switch my browser from Mozilla firefox to seamonkey teana Linux - Newbie 10 06-09-2010 02:55 PM
Firefox error: Error launching browser window:no XBL binding for browser JockVSJock Slackware 6 06-12-2006 10:02 PM
Need Help Installing Java plugin on mozilla firefox browser srikanthrao_d Linux - Software 7 12-01-2005 05:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration