Showing posts with label Flashplayer. Show all posts
Showing posts with label Flashplayer. Show all posts

Thursday, July 16, 2015

Flashplayer and Linux Mint

So a vulnerability was found on Flash that made Firefox disable the Flashplayer until people updated their plugin.  Adobe released an updated version of the last non-Chrome version of Flashplugin for the update but I seemed to be running into some issues with the browser not picking up the latest version.  So, what I did was re-download the latest version of Adobe flashplayer.  Then, I copied libflashplayer.so into /usr/lib/adobe-flashplugin/libflashplayer.so and /var/lib/mozilla/plugins/libflashplayer.so.  Then, restarted Firefox and checked the add-ons.  Finally the latest version was recognized.  Back to regular programming.

Tuesday, January 14, 2014

Random Thoughts: Linux stuff

I've had to deal with some Oracle apps I've downloaded the other day and I needed JDK which I normally do not like to install.  I ended up installing openjdk7-jdk (don't use jre), and I needed to figure out where the Java path is.  It's in /usr/lib/jvm/java-7-openjdk-xxx/.

The linux command pstree -p is good at showing a list of commands running.  I had a problem with apt-get updating packages when it got stuck on flash.  Killing package-data-do got it sorted.

Finally, I loved Mass Effect 3.  Great game!

Friday, September 7, 2012

Firefox and 64-bit Flash

Just a teeny tiny note here.  I realized when I download Firefox from the official website, my 64-bit flash player plugin stop working.  As it turns out, Firefox is giving me 32-bit versions of the browser.

To get the 64-bit versions, check here:
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/linux-x86_64/en-US/

Another note is that Flashplayer 11.2 has a bug where nvidia users get inverted colours.  Seems to be related to the hardware acceleration.  Just decided to downgrade instead.