LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Adode Flash Player - How to install? (https://www.linuxquestions.org/questions/slackware-14/adode-flash-player-how-to-install-625274/)

FreeTinker 03-02-2008 11:12 PM

Adode Flash Player - How to install?
 
How to install Adode Flash Player version 9 in Mozilla Firefox in Slackware 12?

vehn 03-03-2008 12:50 AM

tar xvf install_flash_player_9_linux.tar.gz
cp install_flash_player_9_linux/libflashplayer.so /usr/lib/mozilla/plugins/

FreeTinker 03-03-2008 01:14 AM

Works like a charm. Thanks!

T3slider 03-03-2008 09:43 PM

If you're getting crashes in Firefox when navigating away from a page with Flash (it only happened sometimes with me), the easiest way to fix it is to modify Firefox's .desktop file to launch "XLIB_SKIP_ARGB_VISUALS=1 firefox %u" instead of just "firefox %u". It worked for me anyway.

shadowsnipes 03-03-2008 11:53 PM

If you want to create a package for flash quickly just use the flash-player-plugin slackBuild.

Either way, as can already be seen, flash is easy to install.

vehn 03-04-2008 03:06 PM

What may be easier copy one file to /usr/lib/mozilla/plugins/ :)

XavierP 03-04-2008 05:22 PM

The Flash installer is, in itself, incredibly easy to use: untar it, cd to the new directory, as root run ./flashplayer-installer, answer yes to various questions and let it install to the default place, then exit.

Rollo69 03-04-2008 06:46 PM

update to Flashplayer9
 
Ok, lets see if someone has any other ideas about howto install flashplayer 9.

Quote:

Originally Posted by vehn (Post 3076346)
tar xvf install_flash_player_9_linux.tar.gz
cp install_flash_player_9_linux/libflashplayer.so /usr/lib/mozilla/plugins/

Tried that and caused firefox to crash. Was unable to load plugins (i.e. someplugin.~.1 and segmentation fault).

Quote:

Originally Posted by T3slider (Post 3077299)
If you're getting crashes in Firefox when navigating away from a page with Flash (it only happened sometimes with me), the easiest way to fix it is to modify Firefox's .desktop file to launch "XLIB_SKIP_ARGB_VISUALS=1 firefox %u" instead of just "firefox %u". It worked for me anyway

Didn't work for me. I changed the mozilla-firefox.desktop file.
changed:
Code:

Exec=firefox %u
to:
Code:

XLIB_SKIP_ARGB_VISUALS=1 firefox %u
No go, firefox crashed.
Quote:

Originally Posted by shadowsnipes (Post 3077360)
If you want to create a package for flash quickly just use the flash-player-plugin slackBuild

Tried this as well. Built the flash-player-plugin.~.tgz into the /tmp directory. Installed no problem. Firefox crashed.
Quote:

Originally Posted by XavierP (Post 3078199)
The Flash installer is, in itself, incredibly easy to use: untar it, cd to the new directory, as root run ./flashplayer-installer, answer yes to various questions and let it install to the default place, then exit.

Tried this as well. Ran as root. Answered question telling the directory for mozilla was /usr/lib/mozilla and yes to install and browser was closed during this process. Firefox crashed.

In all the processes the libflashplayer.so was created and placed in the /usr/lib/mozilla/plugins directory (except for the cp libflashplayer.so command, of course). But each try of the flashplayer9 causes Firefox to crash. I'm still using flashplayer7 which isn't accepted by all sites. Any suggestions on how to fix this would be greatly appreciated.
Thanks for all help.

drauk 03-04-2008 07:58 PM

i always had problems with flash if copy libflashplayer.so to /usr/lib/mozilla/plugins/
try Copying the file to ~/.mozilla/plugins/

Rollo69 03-04-2008 08:37 PM

flashplayer 9 not working
 
Quote:

Originally Posted by drauk (Post 3078363)
i always had problems with flash if copy libflashplayer.so to /usr/lib/mozilla/plugins/
try Copying the file to ~/.mozilla/plugins/

Thanks drauk but I've tried that before as well in this post as H TexMex H suggested. It didn't work.

Thanks for the help.

T3slider 03-04-2008 10:39 PM

Rollo69, what build of Flash are you using? (I'm using 0.115.0) I can confirm that libflashplayer.so exists at /usr/lib/mozilla/plugins/ with the following permissions:
Code:

-rwxr-xr-x 1 root root 8119784 2008-01-04 00:18 libflashplayer.so*
What version of Firefox are you using? (I'm using the latest official Slackware package, 2.0.0.12)
Does it crash immediately when you open the browser or just when you visit a Flash site? Can you try creating a new user, starting X and running Firefox that way?

Your problem sounds difficult so I can't think of any definitive answer. Try `md5sum /usr/lib/mozilla/plugins/libflashplayer.so` after copying it there (and before opening Firefox). It should be (or at least mine, which works is): 13ce705df5d47422a9192b29827544e8 /usr/lib/mozilla/plugins/libflashplayer.so

Good luck!

brianL 03-05-2008 05:51 AM

I've used the method mentioned by XavierP - no problems. Install in /usr/lib/firefox-2.0.0.12.

shadowsnipes 03-05-2008 10:37 AM

Where do you have flash player plugin 7 installed? Maybe you should uninstall that first before installing flash player 9.

Some places to check are:
Code:

/usr/lib/mozilla/plugins
/usr/lib/firefox/plugins
~/.mozilla/plugins
~/.mozilla/firefox/plugins

Also, make sure firefox is closed when installing or uninstalling these plugins.

To make sure it isn't a profile problem create a new firefox profile (creating a new user should not be necessary) and test your flash player plugin. To create a new profile open the Profile Manager by running
Code:

/usr/bin/firefox -P
You will need to use the Profile Manager later to switch to your original profile if desired.

If you think the problem is global then you need to look at your firefox installation. Which version of firefox are you using? Is it the official slackware package?

You can easily test a another copy of firefox by untarring the binaries into your home directory. Simply run firefox from there (./firefox). You will need to have the plugin installed under the plugins directory of that firefox directory.

In general, if you aren't using the official slackware package you might need to have your plugins installed under the plugins directory of the firefox program directory (typically /usr/lib/firefox/plugins). The reason for this is that the official slackware package patches the script that runs firefox so that /usr/lib/mozilla/plugins is included in the plugins path. There is a patch for using thunderbird as your mail handler and another minor path patch as well. Check the official firefox slackBuild to verify this if you want.

jannekrille 03-05-2008 10:59 AM

On the following address is an archive of older versions. Grab that fat zipped fp9 file and try the 9r48. I think itīs better for firefox, at least on my computer.

And, if you are using the official slack 12 package, you should put it in /usr/lib/mozilla/plugins


http://kb.adobe.com/selfservice/view...4266&sliceId=1

Jan-C.

XavierP 03-05-2008 01:18 PM

I did see on another forum that the newest version of Flash causes problems (though I haven't seen them myself) so jannekrille's suggestion may work better for you.


All times are GMT -5. The time now is 02:53 AM.