Views:
1,677β
Votes: 4β
Tags:
google-chrome
flash
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/821423
Title:
Constant flash player problems
ID:
/2016/09/05/Constant-flash-player-problems
Created:
September 5, 2016
Edited: September 5, 2016
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
This is a shot in the dark based on a similar problem reported in February 2013. First if Chrome is running close it. Then open the terminal with Ctrl+Alt+T and type:
chmod -R 0700 ~/.config/google-chrome/PepperFlash
rm -rf ~/.config/google-chrome/PepperFlash
This will cause the working copy of Flash configuration to be deleted and the next time you start Chrome it is rebuilt from defaults. Type exit
to close the Terminal.
The other option is to purge and reinstall Chrome which it sounds like youβve already done.
When I ran the commands on my Ubuntu 16.04 version the PepperFlash file was removed as expected. However when I started a TV show that uses flash the file wasnβt recreated but yet the TV show worked normally. The Pepperflash file must have been leftover from an older version of Chrome which is no longer needed in Chrome version 53.0.2785.92 (64-bit) that Iβm using.
Hopefully it works for you but as I prefaced, βitβs a shot in the darkβ.