You do not need the closed-source Google Chrome just to run its Flash plugin. It is also available in Chromium:
chromium --ppapi-flash-path=libpepflashplayer.so --ppapi-flash- version=VERSION You can extract the libpepflashplayer.so from chrome package. E.g., first download https://dl.google.com/dl/linux/direct/google-chrome- stable_current_amd64.deb and extract it: ar p "./chrome.deb" "./data.tar.lzma" | xzcat | tar xO "./opt/google/chrome/PepperFlash/libpepflashplayer.so" > "./libpepflashplayer.so" The Flash version is available in the package manifest: ar p "./chrome.deb" "./data.tar.lzma" | xzcat | tar xO "./opt/google/chrome/PepperFlash/manifest.json" | grep "version" -- You received this bug notification because you are a member of Canonical Partner Developers, which is subscribed to adobe-flashplugin in Ubuntu. https://bugs.launchpad.net/bugs/865672 Title: "Adobe Flash Player Settings" dialog does not respond to mouse clicks To manage notifications about this bug go to: https://bugs.launchpad.net/chromium-browser/+bug/865672/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~canonical-partner-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-partner-dev More help : https://help.launchpad.net/ListHelp

