Skip to content

Instantly share code, notes, and snippets.

@thinhdanggroup
Last active June 9, 2018 02:43
Show Gist options
  • Save thinhdanggroup/183666ca0aa1a0fdbdf53b5052f4a2ed to your computer and use it in GitHub Desktop.
Save thinhdanggroup/183666ca0aa1a0fdbdf53b5052f4a2ed to your computer and use it in GitHub Desktop.
fix bug play video firefox quantum

Fix bug video Firefox

This is how to install Adobe Flash Plugin for Firefox:

  1. Go to https://get.adobe.com/flashplayer/ and select the option .tar.gz for other Linux. Download the file.

  2. Unpack the tar.gz file. Once unpacked you will see the following: libflashplayer.so /usr

  3. Identify the location of the browser plugins directory, based on your Linux distribution and Firefox version.(Usually it is /usr/lib/mozilla/plugins/ or /usr/lib/firefox/browser/plugins)

  4. Copy libflashplayer.so to the appropriate browser plugins directory. At the prompt type:

     sudo cp libflashplayer.so <BrowserPluginsLocation>
    
  5. Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:

     sudo cp -r usr/* /usr
    
  6. Now restart your browser.

Ref: ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment