How to solve the problem that video content cannot be played on Firefox for Linux

Introduction

I encountered a problem that video content such as Twitter could not be played on Firefox, which is installed by default when installing Ubuntu. Therefore, this time, I will describe the solution to the problem.

environment

OS: Ubuntu 20.04.1 LTS x86_64 DE: GNOME

Conclusion

In conclusion, I could solve it by removing Firefox from the standard and installing it officially.

Method

Step1: FlatPak setup

sudo apt install flatpak

I used flatpak for the first time this time, and it seems that this is a new package format for Linux. Use it to download a new Firefox.

Step2: Download Firefox flatpakref

https://flathub.org/apps/details/org.mozilla.firefox

Go to the URL above and press INSTALL Download the file org.mozilla.firefox.flatpakref.

image.png

Step3: Uninstall standard Firefox

sudo apt remove firefox

Step4: Install Firefox using Flatpak

flatpak install ./org.mozilla.firefox.flatpakref

cd /var/lib/flatpak/exports/share/applications

sudo desktop-file-install org.mozilla.firefox.desktop

This completes the installation. If firefox is not displayed from the GUI When I logged out and logged in again, the display was confirmed.

References

https://support.mozilla.org/ja/kb/install-firefox-linux

Recommended Posts

How to solve the problem that video content cannot be played on Firefox for Linux
How to solve the problem that time goes wrong every time you turn on the power in Linux
How to deal with the problem that pandas 1.1.0 or later build fails on Alpine Linux
How to solve the bin packing problem
How to solve when the package cannot be installed due to gpg: keyserver receive failed: General error when doing yay on Manjaro Linux
Solution to the problem that Ctrl + z cannot be used in Powershell in Docker for windows environment (provisional)
The problem that the ifconfig command cannot be used
How to solve the recursive function that solved abc115-D
Workaround for the problem that UTF-8 Japanese mail cannot be sent with Flask-Mail (Python3)
How to filter foreign keys that can be selected on the Django admin screen
How to solve the problem that the login screen is not displayed forever on Ubuntu 19.04 because it stops at the logo at startup
[For beginners] How to use for statements on Linux (variables, etc.)
The problem becomes easier to solve depending on the formulation method
[New employee studying] Let's summarize the Linux commands that are likely to be used for network construction from now on
How to set variables that can be used throughout the Django app-useful for templates, etc.-
How to get the printer driver for Oki Mac into Linux
The NVM Checksum Is Not Valid, a solution to the problem that Intel's wired LAN is not recognized on Linux
For the time being using FastAPI, I want to display how to use API like that on swagger
The 16th offline real-time how to write reference problem to solve with Python
The --security option cannot be used with the dnf command on CentOS Linux
Linux screen distribution on Ubuntu Memo that wants to be a Linux screen distribution YouTuber
The 19th offline real-time how to write reference problem to solve with Python
[C language] How to use the crypt function on Linux [Password hashing]
Address to the bug that node.surface cannot be obtained with python3 + mecab
TLE seemed to be scary depending on how the input was received
How to install aws-session-manager-plugin on Manajro Linux
[Linux] How to use the echo command
How to use the Linux grep command
How to update php on Amazon linux 2
How to display emoji on Manjaro Linux
How to install packages on Alpine Linux
How to install Anisble on Amazon Linux 2
How to operate Linux from the console
How to install Windows Subsystem For Linux
How to update security on CentOS Linux 8
How to install php7.4 on Linux (Ubuntu)
How to find large files on Linux
Gusto cannot connect to Wifi on Linux
Useful for changing permissions on Linux! How to count up to 31 with one hand.
Install Docker on CentOS8. The problem that the name could not be resolved was resolved.
How to access the contents of a Linux disk on a Mac (but read-only)
[linux] How to quit without waiting for the other party to disconnect with telnet
Checklist on how to avoid turning the elements of numpy's array with for
I want to be notified when the command operation is completed on linux!
Try to solve the fizzbuzz problem with Keras
How to specify the launch browser for JupyterLab 3.0.0
Try to solve the Python class inheritance problem
[Linux] When "| (pipe)" cannot be hit on CentOS7
How to operate Linux from the outside Procedure
How to create a shortcut command for LINUX
How to install Camunda Modeler on Manjaro Linux
How to build Java environment on Ubuntu (Linux)
How to find the correlation for categorical variables
[Jinja2] Solution to the problem that variables added in the for statement are not inherited
I will try to summarize the links that seem to be useful for the time being
[systemd] How to deal with the problem that fancontrol does not work after suspending
How to limit the API to be published in the C language shared library of Linux
A memo on how to overcome the difficult problem of capturing FX with AI
How to extract conditions (acquire all elements of Group that satisfy the conditions) for Group by Group
The 15th offline real-time I tried to solve the problem of how to write with python