squiesuie wrote:Hello meteorrock. Yes I have been trying with Opera also, but no sucess so far. I tried checking your points, as far as I can understand plugins are enabeled and in the plug in path I have:
- Code: Select all
usr/lib/opera/plugins:/usr/lib/adobe-flashplugin:/usr/lib/mozilla/plugins:/usr/lib/xulrunner-addons/plugins
can this be correct?
If I open "about opera" there is a list of paths, where I have:
- Code: Select all
Plug-in path
/usr/lib/opera/plugins
/usr/lib/adobe-flashplugin
/usr/lib/mozilla/plugins
/usr/lib/xulrunner-addons/plugins
Can this be correct?
Yes, just highlight the /usr/lib/opera/plugins/. On mine I had that libflashplayer.so downloaded in the other folder you got on the third line called /usr/lib/mozilla/plugins/ and it did not work. That is where your libflashplayer.so is stored by default for the Firefox browser plugins when you install Linux Mint. For some reason only Firefox can recognize that folder. After I hight-lighted the top PATH like what you have listed and used the "Change PATH" options in the advanced tab you listed above and restarted Opera, that I was able to get my flashplayer and .pdf file viewers working with Adobes plugins.
When I went to go watch youtube videos after this workaround it still said I had a missing plugin even after this change, just click on the video saying "missing plugin'" and you will see the Opera browser kind of flicker and restart that video properly playing this time. Just click on that box saying "missing plugin" on the video box itself and it will reset.
Some sort of strange bug where other browsers are not fetching your flashplayer from the /usr/lib/mozilla/plugins/ correctly where your < libflashplayer.so > is stored by default on your linux mint build, which comes with that bloated and laggy Firefox browser with its adware toolbar. As I did not like Firefox with its adware toolbars I had this problem getting flashplayer to play on youtube with other browsers. These methods worked for me for getting adobe flash player to work correctly with Opera, even though I had the < libflashplayer.so > already downloaded on my computer and rechecking if it was on my computer in the CLI (command line interface) these other guys suggested above.
Also check your file system directory on your desktop and see if your < libflashplayer.so > is installed inside the /usr/lib/opera/plugins/ directory. If you do not see it in there you will have to re-download adobe flash player and extract it on the desktop. To move this file, if you get a permission denied like I did you will have to install nautilus and run it as superuser (su). Here is the code for that.
- Code: Select all
sudo apt-get update && sudo apt-get install nautilus
This app will let you move that < libflashplayer.so > to the correct directory if it is not in the /usr/lib/opera/plugin/ directory on your linux mint build.
Now open up your terminal and run nautilus.
- Code: Select all
gksu nautilus
A GUI will open up and will let you copy, cut and paste using the right click on the mouse for that < libflashplayer.so > to the correct directory from where-ever on the desktop you downloaded it. By default mine was downloaded in the temp files for Opera. Just go into the download tab of opera and right click on the adobe flashplayer that finished downloading to open up that folder. You can either extract it in the correct folder from the tar.gz now or just move the < libflashplayer.so > from where-ever you extracted it earlier.
Be careful with the "nautilus" app, do not use it to move any other files around except moving the < libflashplayer.so > that is your adobe flashplayer. If you do you will bork out your linux mint build.
~~~~~~~~~~```
Do not forget to go back and recheck the page >> developers tools >> plugins and refresh in that options too for Opera if you had to move that <libflashplayer.so > to the correct directory. That way you will get rid of that "missing plugin" on other sites that have embedded youtube videos and other flash videos and make them appear to you and to render correctly for flash players on other sites. You should notice the "shockwave player" option box in that page for Opera if you did the above correctly.
When you get more experience with moving files you can do all of this from the command line using the mv command and mounting your path variables back and forth in the terminal. But for now this should get you up and going.
Hope that helps you
