[opensuse] Adobe Releases 64-bit Linux Flashplugin at AdobeLabs
Guys, It's here: http://labs.adobe.com/downloads/flashplayer10.html Question? Is it better to put it in /usr/lib/browser-plugins/libflashplayer.so and link everything to it there, or is the better choice to put it in /usr/lib/flash-plugin/ and link to it there? (or is it a who cares issue as long as your consistent?) Currently I have: 12:15 alchemy:~/suse/pkg> sudo cp libflashplayer.so /usr/lib/browser-plugins 12:16 alchemy:~/suse/pkg> sudo ln -s /usr/lib/browser-plugins/libflashplayer.so /usr/lib/flash-plugin/libflashplayer.so 12:17 alchemy:~/suse/pkg> l /usr/lib/browser-plugins/libflashplayer.so -rwxr-xr-x 1 root root 10601968 2010-09-16 12:16 /usr/lib/browser-plugins/libflashplayer.so* 12:17 alchemy:~/suse/pkg> l /usr/lib/flash-plugin/libflashplayer.so lrwxrwxrwx 1 root root 42 2010-09-16 12:17 /usr/lib/flash-plugin/libflashplayer.so -> /usr/lib/browser-plugins/libflashplayer.so* 12:17 alchemy:~/suse/pkg> l /usr/lib64/mozilla/plugins/libflashplayer.so lrwxrwxrwx 1 root root 39 2010-08-13 02:54 /usr/lib64/mozilla/plugins/libflashplayer.so -> /usr/lib/flash-plugin/libflashplayer.so* 12:17 alchemy:~/suse/pkg> l /usr/lib/opera/plugins/libflashplayer.so lrwxrwxrwx 1 root root 39 2010-09-09 16:01 /usr/lib/opera/plugins/libflashplayer.so -> /usr/lib/flash-plugin/libflashplayer.so* -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thursday, September 16, 2010 22:53:06 David C. Rankin wrote:
Question? Is it better to put it in /usr/lib/browser-plugins/libflashplayer.so and link everything to it there, or is the better choice to put it in /usr/lib/flash-plugin/ and link to it there?
i put it into /usr/lib64/mozilla/plugins and all browsers i'm using (FF, chromium, konqueror) pick it up from there w/o need to link anything. seems fine to me... -- phani. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 09/16/2010 12:37 PM, phanisvara das wrote:
On Thursday, September 16, 2010 22:53:06 David C. Rankin wrote:
Question? Is it better to put it in /usr/lib/browser-plugins/libflashplayer.so and link everything to it there, or is the better choice to put it in /usr/lib/flash-plugin/ and link to it there?
i put it into /usr/lib64/mozilla/plugins and all browsers i'm using (FF, chromium, konqueror) pick it up from there w/o need to link anything. seems fine to me...
-- phani.
phani, I have an issue with an older flash install that keeps flash from working with FF. Works perfect with Opera. The file I think is the problem is: /usr/lib64/browser-plugins/npwrapper.libflashplayer.so which I believe is an old ndiswrapper libflashplayer install. Can I just move/delete it to get flash working in mozilla working again? -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, Sep 16, 2010 at 3:21 PM, David C. Rankin wrote:
I have an issue with an older flash install that keeps flash from working with FF. Works perfect with Opera. The file I think is the problem is:
/usr/lib64/browser-plugins/npwrapper.libflashplayer.so
which I believe is an old ndiswrapper libflashplayer install. Can I just move/delete it to get flash working in mozilla working again?
IIRC Adobe recommended not using nsplugin wrapper on 64bit systems. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thursday 16 September 2010, David C. Rankin wrote:
I have an issue with an older flash install that keeps flash from
working
with FF. Works perfect with Opera. The file I think is the problem is:
/usr/lib64/browser-plugins/npwrapper.libflashplayer.so
which I believe is an old ndiswrapper libflashplayer install. Can I just move/delete it to get flash working in mozilla working again?
That should be fine, so long as the new libflashplayer is there instead. If you have any doubs then simply move the npwrapper file elsewhere temporarily to test. And note - npwrapper is not ndiswrapper: the only similarity is "wrapper" in the name ... Dx -- “ ‘... but there is so much else behind what I say. It makes itself known to me so slowly, so incompletely! ...’ ” -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
* David C. Rankin <drankinatty@suddenlinkmail.com> [09-16-10 15:23]:
I have an issue with an older flash install that keeps flash from working with FF. Works perfect with Opera. The file I think is the problem is:
/usr/lib64/browser-plugins/npwrapper.libflashplayer.so
which I believe is an old ndiswrapper libflashplayer install. Can I just move/delete it to get flash working in mozilla working again?
rpm -qf --last /usr/lib64/browser-plugins/npwrapper.libflashplayer.so will tell you what package contained the file of interest and when it was installed. you may find it is not owned by any rpm, corruption, and if so I would move it somewhere else and see if there is any negative/positive effect. Proceed accordingly. -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 09/16/2010 02:36 PM, Patrick Shanahan wrote:
rpm -qf --last /usr/lib64/browser-plugins/npwrapper.libflashplayer.so
will tell you what package contained the file of interest and when it was installed.
Thanks Patrick, I did that and it isn't owned by anyone. It must have come from an earlier get.adobe.com rpm or .tgz. I'll move test and report back. -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Am 16.09.2010 23:59, schrieb David C. Rankin:
On 09/16/2010 02:36 PM, Patrick Shanahan wrote:
rpm -qf --last /usr/lib64/browser-plugins/npwrapper.libflashplayer.so
will tell you what package contained the file of interest and when it was installed.
Thanks Patrick,
I did that and it isn't owned by anyone. It must have come from an earlier get.adobe.com rpm or .tgz. I'll move test and report back.
npwrapper.* files/links are created from nspluginwrapper during registration/package installation. You can just remove them and recreate them (if needed) using nspluginwrapper -ai (or something alike). Wolfgang -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Friday, September 17, 2010 00:51:50 David C. Rankin wrote:
I have an issue with an older flash install that keeps flash from working with FF. Works perfect with Opera. The file I think is the problem is:
/usr/lib64/browser-plugins/npwrapper.libflashplayer.so
which I believe is an old ndiswrapper libflashplayer install. Can I just move/delete it to get flash working in mozilla working again?
if you're using the new 64-bit flashplayer, you shouldn't need any ndiswrapper stuff. i just renamed everything related and copied the new player into /usr/lib64/mozilla/plugins/. works for me, but if it will for you, who knows? i'm really no expert on the intricacies of mozilla & co. couldn't get the 32-bit flashplayer (w. ndiswrapper) from the repos working; have been using an outdated, insecure 64-bit player from long ago instead. something is weird with my system in this regard, so it may not be an overall valid example... -- phani. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hi, Am 16.09.2010 21:41, schrieb phanisvara das:
On Friday, September 17, 2010 00:51:50 David C. Rankin wrote:
I have an issue with an older flash install that keeps flash from working with FF. Works perfect with Opera. The file I think is the problem is:
/usr/lib64/browser-plugins/npwrapper.libflashplayer.so
which I believe is an old ndiswrapper libflashplayer install. Can I just move/delete it to get flash working in mozilla working again?
I've removed the package nspluginwrapper completely for now. It's actually only useful for Flash and not needed with a native 64bit plugin.
if you're using the new 64-bit flashplayer, you shouldn't need any ndiswrapper stuff. i just renamed everything related and copied the new player into /usr/lib64/mozilla/plugins/.
Where it's copied is not really important once you know what is installed where. RPM packages place the stuff under /usr/$LIB/browser-plugins by convention. Since some Mozilla versions there is also /usr/$LIB/mozilla/plugins which is always scanned for plugins. Wolfgang -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 09/16/2010 03:41 PM, Wolfgang Rosenauer wrote:
Hi,
Am 16.09.2010 21:41, schrieb phanisvara das:
On Friday, September 17, 2010 00:51:50 David C. Rankin wrote:
I have an issue with an older flash install that keeps flash from working with FF. Works perfect with Opera. The file I think is the problem is:
/usr/lib64/browser-plugins/npwrapper.libflashplayer.so
which I believe is an old ndiswrapper libflashplayer install. Can I just move/delete it to get flash working in mozilla working again?
I've removed the package nspluginwrapper completely for now. It's actually only useful for Flash and not needed with a native 64bit plugin.
if you're using the new 64-bit flashplayer, you shouldn't need any ndiswrapper stuff. i just renamed everything related and copied the new player into /usr/lib64/mozilla/plugins/.
Where it's copied is not really important once you know what is installed where. RPM packages place the stuff under /usr/$LIB/browser-plugins by convention. Since some Mozilla versions there is also /usr/$LIB/mozilla/plugins which is always scanned for plugins.
Wolfgang
Phani, Wolfgang, All, I think I may have found the real problem with my flash install on FF 3.6.9. Looking at add-ons -> plugins, I somehow have 2 shockwave flash players installed (screenshot of plugins page below): [120k] http://www.3111skyline.com/dl/img/ss/moz/ff-plugins-swflash.jpg The screenshot shows both: Shockwave Flash 10.2 d161 (the new one) Shockwave Flash 9.0 r100 (the one causing problems) If I disable the old 9.0 r100 flash just quits completely (yep, I restarted FF after disabling it). Where does this thing hide and how can I remove it? -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 09/16/2010 05:10 PM, David C. Rankin wrote:
Phani, Wolfgang, All,
I think I may have found the real problem with my flash install on FF 3.6.9. Looking at add-ons -> plugins, I somehow have 2 shockwave flash players installed (screenshot of plugins page below):
[120k] http://www.3111skyline.com/dl/img/ss/moz/ff-plugins-swflash.jpg
The screenshot shows both:
Shockwave Flash 10.2 d161 (the new one) Shockwave Flash 9.0 r100 (the one causing problems)
If I disable the old 9.0 r100 flash just quits completely (yep, I restarted FF after disabling it).
Where does this thing hide and how can I remove it?
This might help. Here is what I have in /usr/lib64/browser-plugins. What can/should I nuke? 16:58 alchemy:/usr/lib64/browser-plugins # l total 2852 drwxr-xr-x 2 root root 4096 2010-09-16 16:58 ./ drwxr-xr-x 312 root root 249856 2010-09-08 13:30 ../ lrwxrwxrwx 1 root root 23 2010-06-30 14:29 gxineplugin.so -> ../gxine/gxineplugin.so* lrwxrwxrwx 1 root root 28 2009-12-21 02:08 javaplugin.so -> /etc/alternatives/javaplugin* -rw-r--r-- 1 root root 1023 2008-06-08 19:19 librhythmbox-itms-detection-plugin.la -rwxr-xr-x 1 root root 6512 2008-06-08 19:20 librhythmbox-itms-detection-plugin.so* -rw-r--r-- 1 root root 1654 2008-06-07 01:32 libswfdecmozilla.la -rwxr-xr-x 1 root root 58056 2008-06-07 01:32 libswfdecmozilla.so* -rwxr-xr-x 1 root root 70016 2008-06-08 18:40 libtotem-basic-plugin.so* -rw-r--r-- 1 root root 191 2008-06-08 18:40 libtotem-basic-plugin.xpt -rwxr-xr-x 1 root root 82344 2008-06-08 18:40 libtotem-cone-plugin.so* -rw-r--r-- 1 root root 1339 2008-06-08 18:40 libtotem-cone-plugin.xpt -rwxr-xr-x 1 root root 107184 2008-06-08 18:40 libtotem-gmp-plugin.so* -rw-r--r-- 1 root root 4504 2008-06-08 18:40 libtotem-gmp-plugin.xpt -rwxr-xr-x 1 root root 74104 2008-06-08 18:40 libtotem-mully-plugin.so* -rw-r--r-- 1 root root 1237 2008-06-08 18:40 libtotem-mully-plugin.xpt -rwxr-xr-x 1 root root 90568 2008-06-08 18:40 libtotem-narrowspace-plugin.so* -rw-r--r-- 1 root root 2235 2008-06-08 18:40 libtotem-narrowspace-plugin.xpt -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-dvx.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-dvx.xpt* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-gmp.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-gmp.xpt* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-qt.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-qt.xpt* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-rm.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-rm.xpt* -rwxr-xr-x 1 root root 301256 2009-10-21 02:03 mplayerplug-in.so* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-wmp.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-wmp.xpt* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in.xpt* -rw-r--r-- 1 root root 39944 2008-06-06 20:51 nsdejavu.so lrwxrwxrwx 1 root root 19 2009-12-19 22:26 opensc-signer.so -> ../opensc-signer.so* -rwxr-xr-x 1 root root 103046 2010-06-21 13:53 skypebuttons.so* -rw-r--r-- 1 root root 8260 2009-12-01 19:09 xine-logo.ogg -rw-r--r-- 1 root root 23920 2009-12-01 19:09 xine-logo.png -rwxr-xr-x 1 root root 52904 2009-12-01 19:09 xineplugin.so* -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 09/16/2010 05:12 PM, David C. Rankin wrote:
On 09/16/2010 05:10 PM, David C. Rankin wrote:
Phani, Wolfgang, All,
I think I may have found the real problem with my flash install on FF 3.6.9. Looking at add-ons -> plugins, I somehow have 2 shockwave flash players installed (screenshot of plugins page below):
[120k] http://www.3111skyline.com/dl/img/ss/moz/ff-plugins-swflash.jpg
The screenshot shows both:
Shockwave Flash 10.2 d161 (the new one) Shockwave Flash 9.0 r100 (the one causing problems)
If I disable the old 9.0 r100 flash just quits completely (yep, I restarted FF after disabling it).
Where does this thing hide and how can I remove it?
This might help. Here is what I have in /usr/lib64/browser-plugins. What can/should I nuke?
16:58 alchemy:/usr/lib64/browser-plugins # l total 2852 drwxr-xr-x 2 root root 4096 2010-09-16 16:58 ./ drwxr-xr-x 312 root root 249856 2010-09-08 13:30 ../ lrwxrwxrwx 1 root root 23 2010-06-30 14:29 gxineplugin.so -> ../gxine/gxineplugin.so* lrwxrwxrwx 1 root root 28 2009-12-21 02:08 javaplugin.so -> /etc/alternatives/javaplugin* -rw-r--r-- 1 root root 1023 2008-06-08 19:19 librhythmbox-itms-detection-plugin.la -rwxr-xr-x 1 root root 6512 2008-06-08 19:20 librhythmbox-itms-detection-plugin.so* -rw-r--r-- 1 root root 1654 2008-06-07 01:32 libswfdecmozilla.la -rwxr-xr-x 1 root root 58056 2008-06-07 01:32 libswfdecmozilla.so* -rwxr-xr-x 1 root root 70016 2008-06-08 18:40 libtotem-basic-plugin.so* -rw-r--r-- 1 root root 191 2008-06-08 18:40 libtotem-basic-plugin.xpt -rwxr-xr-x 1 root root 82344 2008-06-08 18:40 libtotem-cone-plugin.so* -rw-r--r-- 1 root root 1339 2008-06-08 18:40 libtotem-cone-plugin.xpt -rwxr-xr-x 1 root root 107184 2008-06-08 18:40 libtotem-gmp-plugin.so* -rw-r--r-- 1 root root 4504 2008-06-08 18:40 libtotem-gmp-plugin.xpt -rwxr-xr-x 1 root root 74104 2008-06-08 18:40 libtotem-mully-plugin.so* -rw-r--r-- 1 root root 1237 2008-06-08 18:40 libtotem-mully-plugin.xpt -rwxr-xr-x 1 root root 90568 2008-06-08 18:40 libtotem-narrowspace-plugin.so* -rw-r--r-- 1 root root 2235 2008-06-08 18:40 libtotem-narrowspace-plugin.xpt -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-dvx.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-dvx.xpt* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-gmp.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-gmp.xpt* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-qt.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-qt.xpt* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-rm.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-rm.xpt* -rwxr-xr-x 1 root root 301256 2009-10-21 02:03 mplayerplug-in.so* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-wmp.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-wmp.xpt* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in.xpt* -rw-r--r-- 1 root root 39944 2008-06-06 20:51 nsdejavu.so lrwxrwxrwx 1 root root 19 2009-12-19 22:26 opensc-signer.so -> ../opensc-signer.so* -rwxr-xr-x 1 root root 103046 2010-06-21 13:53 skypebuttons.so* -rw-r--r-- 1 root root 8260 2009-12-01 19:09 xine-logo.ogg -rw-r--r-- 1 root root 23920 2009-12-01 19:09 xine-logo.png -rwxr-xr-x 1 root root 52904 2009-12-01 19:09 xineplugin.so*
Huh, Son-of-a-gun, I fixed it by trial and error. I moved all the libtotem and libswdec files to a dir, then copied new libtotem files from an 11.3 box and softlinked libflashplyer.so and flash started working just like it should. Here is what ended up in /usr/lib64/browser-plugins: 17:35 alchemy:/usr/lib64/browser-plugins # l total 2692 drwxr-xr-x 2 root root 4096 2010-09-16 17:35 ./ drwxr-xr-x 312 root root 249856 2010-09-08 13:30 ../ lrwxrwxrwx 1 root root 23 2010-06-30 14:29 gxineplugin.so -> ../gxine/gxineplugin.so* lrwxrwxrwx 1 root root 28 2009-12-21 02:08 javaplugin.so -> /etc/alternatives/javaplugin* lrwxrwxrwx 1 root root 42 2010-09-16 17:27 libflashplayer.so -> /usr/lib/browser-plugins/libflashplayer.so* -rw-r--r-- 1 root root 1023 2008-06-08 19:19 librhythmbox-itms-detection-plugin.la -rwxr-xr-x 1 root root 6512 2008-06-08 19:20 librhythmbox-itms-detection-plugin.so* -rwxr-xr-x 1 root root 100880 2010-09-16 17:35 libtotem-cone-plugin.so* -rwxr-xr-x 1 root root 109448 2010-09-16 17:35 libtotem-gmp-plugin.so* -rwxr-xr-x 1 root root 76128 2010-09-16 17:35 libtotem-mully-plugin.so* -rwxr-xr-x 1 root root 84588 2010-09-16 17:35 libtotem-narrowspace-plugin.so* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-dvx.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-dvx.xpt* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-gmp.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-gmp.xpt* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-qt.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-qt.xpt* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-rm.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-rm.xpt* -rwxr-xr-x 1 root root 301256 2009-10-21 02:03 mplayerplug-in.so* -rwxr-xr-x 1 root root 297160 2009-10-21 02:03 mplayerplug-in-wmp.so* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in-wmp.xpt* -rwxr-xr-x 1 root root 1067 2009-10-21 02:03 mplayerplug-in.xpt* -rw-r--r-- 1 root root 39944 2008-06-06 20:51 nsdejavu.so lrwxrwxrwx 1 root root 19 2009-12-19 22:26 opensc-signer.so -> ../opensc-signer.so* -rwxr-xr-x 1 root root 103046 2010-06-21 13:53 skypebuttons.so* -rw-r--r-- 1 root root 8260 2009-12-01 19:09 xine-logo.ogg -rw-r--r-- 1 root root 23920 2009-12-01 19:09 xine-logo.png -rwxr-xr-x 1 root root 52904 2009-12-01 19:09 xineplugin.so* -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
David, Am 17.09.2010 00:40, schrieb David C. Rankin:
Where does this thing hide and how can I remove it?
Son-of-a-gun, I fixed it by trial and error. I moved all the libtotem and libswdec files to a dir, then copied new libtotem files from an 11.3 box and softlinked libflashplyer.so and flash started working just like it should. Here is what ended up in /usr/lib64/browser-plugins:
swfdec is an alternative implementation of Flash (which is not really stable or up to date afaik). You can have both installed basically but then you need to define the correct one using Tools->Manage content plugins because Firefox uses a random order to find a suitable plugin. (So for all the people thinking that upstream Firefox is the only real Firefox or wondering where that option is on their installations should know that this is broken upstream and only possible in the openSUSE branded Firefox (and Ubuntu's AFAIK).) Wolfgang -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, Sep 16, 2010 at 1:23 PM, David C. Rankin wrote:
Guys,
It's here:
Seems to work better than the 10.0 Alpha. Not stuttering like it was before. I can also now make use of Hulu where before I couldn't. So far so good. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thursday 16 Sep 2010 20:05:19 Larry Stotler wrote:
On Thu, Sep 16, 2010 at 1:23 PM, David C. Rankin wrote:
Guys,
It's here:
Seems to work better than the 10.0 Alpha. Not stuttering like it was before. I can also now make use of Hulu where before I couldn't.
So far so good.
Hum not good here flash now fails completely for me with the new plugin . can someone please try "www.qmc.org.uk" the very fron should be a flash intro to the (has to be said rather crappy web site of my car club i would scrap the site and completely redesign it if it were up to me it sucks but still) i try and it just freezes used to work with the previous plugin Pete . -- Powered by openSUSE 11.3 (x86_64) Kernel: 2.6.34.4-0.1-desktop KDE Development Platform: 4.4.4 (KDE 4.4.4) "release 2" 08:50 up 1 day 17:48, 3 users, load average: 0.04, 0.08, 0.06 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Friday, September 17, 2010 13:24:33 Peter Nikolic wrote:
can someone please try "www.qmc.org.uk" the very fron should be a flash intro
works for me, with the new plugin. the flash intro is pretty short though, then it automatically opens the website. is that how it's supposed to be? -- phani. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Friday, September 17, 2010 13:24:33 Peter Nikolic wrote:
Hum not good here flash now fails completely for me with the new plugin
where did you put the plugin, and what did you do with the previous ones? -- phani. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (7)
-
David C. Rankin
-
Dylan
-
Larry Stotler
-
Patrick Shanahan
-
Peter Nikolic
-
phanisvara das
-
Wolfgang Rosenauer