OK this is starting to become complicated so please bear with me (and thanks for everyone’s help so far!!). I have nspluginwrapper installed. But just to be sure I tried updating it via YaST and then reinstalled it anyways.
Current status of nspluginwrapper:
**stardrive:/ # rpm -qi nspluginwrapper
Name : nspluginwrapper Relocations: (not relocatable)
Version : 0.9.91.4 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release : 58.1 Build Date: Mon Jun 23 16:25:14 2008
Install Date: Fri Feb 13 00:35:57 2009 Build Host: aguirre.suse.de
Group : Productivity/Networking/Web/Utilities Source RPM: nspluginwrapper-0.9.91.4-58.1.src.rpm
Size : 269956 License: GPL v2 or later
Signature : DSA/SHA1, Mon Jun 23 16:35:47 2008, Key ID a84edae89c800aca
Packager : Submitting Bug Reports - openSUSE
URL : nspluginwrapper [Web > Gwenole Beauchesne]
Summary : Compatibility Layer for Netscape 4 Plug-Ins
Description :
nspluginwrapper is an Open Source compatibility plugin for Netscape 4
(NPAPI) plugins. It enables you to use plugins on platforms they were
not built for. For example, you can use the plugins compiled for i386
in Mozilla on Linux/x86_64 or other architectures. This package
consists of:
-
npviewer: the plug-in viewer
-
npwrapper.so: the browser-side plug-in
-
nspluginwrapper: a tool to manage plug-ins installation and update
Authors:
Gwenole Beauchesne <gb.public@free.fr>
Distribution: openSUSE 10.3 (X86-64)**
So that must be my system’s fancy way of saying it’s installed.
Next I noticed under YaST that there are 2 entries that come up (well actually more than that) when doing a repository search for “flash”:
**flash-plugin - Adobe Flash Player 10.0
Adobe Flash Plugin 10.0.15.3 Fully Supported: Mozilla SeaMonkey 1.0+, Firefox 1.5+, Mozilla 1.7.13+
Adobe - Downloads
flash-player - Macromedia Flash Plug-In
This package contains Macromedia’s Flash plug-in for the supported Web browsers. This includes Netscape6, Mozilla (all Gecko browsers), and Konqueror. Version 9.0.152.0-0.1
**
This must be the confusion for flash-player vs flash-plugin. When I started trying to fix this problem I originally had them both installed. I’m assuming the one we want here is flash-plug because 1) that has the latest version, and 2) the website matches the one in one of your replies and threads above, and the file I end up downloading from Adobe’s website is called “flash-plugin-10.0.15.3-release.i386.rpm”.
So here’s what I did:
- closed all browser windows
- uninstalled both flash-player and flash-plugin
- uninstalled and reinstalled nspluginwrapper
- installed flash-plugin-10.0.15.3-release.i386.rpm by right-clicking and selecting “open with install software”
- Went to command prompt, did the “sudo cp /usr/lib/flash-plugin/libflashplayer.so /usr/lib/browser-plugins/”
- Checked both folders. Made sure that the files in both folders are there. Here they are:
**stardrive:/usr/lib/flash-plugin # ls -l
total 9852
-rw-r–r-- 1 root root 34516 Nov 18 17:52 LICENSE
-rw-r–r-- 1 root root 3180 Nov 18 17:52 README
-rwxr–r-- 1 root root 1367 Nov 18 17:52 homecleanup
-rwxr-xr-x 1 root root 10022452 Nov 18 17:53 libflashplayer.so
-rwxr–r-- 1 root root 3116 Nov 18 17:52 setup
stardrive:/usr/lib/browser-plugins # ls -l
total 9804
lrwxrwxrwx 1 root root 28 Nov 11 2007 javaplugin.so -> /etc/alternatives/javaplugin
-rwxr-xr-x 1 root root 10022452 Feb 13 00:37 libflashplayer.so
**
6. As one final sanity check did a:
**stardrive:/usr/lib/browser-plugins # rpm -qi flash-plugin
Name : flash-plugin Relocations: (not relocatable)
Version : 10.0.15.3 Vendor: Adobe Systems Inc.
Release : release Build Date: Tue Nov 18 17:54:02 2008
Install Date: Fri Feb 13 00:34:07 2009 Build Host: fplayerbuild4-lnx.labs.corp.adobe.com
Group : Applications/Internet Source RPM: flash-plugin-10.0.15.3-release.src.rpm
Size : 10067811 License: Commercial
Signature : (none)
Packager : Adobe Systems Inc.
URL : Adobe - Downloads
Summary : Adobe Flash Player 10.0
Description :
Adobe Flash Plugin 10.0.15.3
Fully Supported: Mozilla SeaMonkey 1.0+, Firefox 1.5+, Mozilla 1.7.13+
Distribution: (none)
**
Looks good?
Opened up a firefox window, went to youtube, made sure java and javascript are both turned on, and got a:
“Hello, you either have JavaScript turned off or an old version of Adobe’s Flash Player. Get the latest Flash player.”
AAARRRGGGHHH!!!
fyi nspluginwrapper -l is supposed to list all the plugins currently installed. The command returns empty. Should there be anything?