LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 06-21-2010, 06:50 AM   #1
ursusca
Member
 
Registered: Sep 2008
Location: Toronto, ON, Canada
Distribution: Gentoo, RHEL (Fedora, CentOS, OEL), Ubuntu, FreeBSD, Solaris 10
Posts: 170

Rep: Reputation: 34
Flash for Chromium-64-bit


Hello everyone,

Adobe has discontinued the 64-bit linux version of flash-player. How can I get flash-player-32bit working in Chromium-64bit on Fedora 13 (x86_64)?

Thanks,
 
Old 06-22-2010, 04:14 PM   #2
DrLove73
Senior Member
 
Registered: Sep 2009
Location: Srbobran, Serbia
Distribution: CentOS 5.5 i386 & x86_64
Posts: 1,118
Blog Entries: 1

Rep: Reputation: 129Reputation: 129
Fedora, just like RHEL/CentOS should install both i386 and x86_64 packages when you install x86_64 system.

If this is so, then this can apply to you to. I installed flash-player.i386... and it just works for my x86_64 Firefox 3.6.3.
 
Old 06-28-2010, 01:56 PM   #3
ursusca
Member
 
Registered: Sep 2008
Location: Toronto, ON, Canada
Distribution: Gentoo, RHEL (Fedora, CentOS, OEL), Ubuntu, FreeBSD, Solaris 10
Posts: 170

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by DrLove73 View Post
Fedora, just like RHEL/CentOS should install both i386 and x86_64 packages when you install x86_64 system.

If this is so, then this can apply to you to. I installed flash-player.i386... and it just works for my x86_64 Firefox 3.6.3.
Hello DrLove73, thank you for attention to my question. I've installed flash-player.i386 too and it works for my x86_64 Firefox but doesn't work for Chromium browser.
 
Old 06-28-2010, 02:57 PM   #4
DrLove73
Senior Member
 
Registered: Sep 2009
Location: Srbobran, Serbia
Distribution: CentOS 5.5 i386 & x86_64
Posts: 1,118
Blog Entries: 1

Rep: Reputation: 129Reputation: 129
Then use Firefox?

I have never even clicked on chromium, so I can not help you there. Try thoroughly searching internet, or ask on chromium support forums.
 
Old 06-28-2010, 04:45 PM   #5
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
You could use the older (and less secure) 64-bit version of the flash plugin.
 
Old 06-28-2010, 05:07 PM   #6
DrLove73
Senior Member
 
Registered: Sep 2009
Location: Srbobran, Serbia
Distribution: CentOS 5.5 i386 & x86_64
Posts: 1,118
Blog Entries: 1

Rep: Reputation: 129Reputation: 129
Then use Firefox?

I have never even clicked on chromium, so I can not help you there. Try thoroughly searching internet, or ask on chromium support forums.
 
Old 07-07-2010, 01:03 AM   #7
ursusca
Member
 
Registered: Sep 2008
Location: Toronto, ON, Canada
Distribution: Gentoo, RHEL (Fedora, CentOS, OEL), Ubuntu, FreeBSD, Solaris 10
Posts: 170

Original Poster
Rep: Reputation: 34
Hello,

I've recreated my flash-plugin using nspluginwrapper
Code:
/usr/lib64/nspluginwrapper/plugin-setup -i /usr/lib/flash-plugin/libflashplayer.so
Next I've just copied everithing from /usr/lib64/mozilla/plugins-wrapped to /usr/lib64/chromium-browser/plugins and chromium works now
Code:
ls -la /usr/lib64/chromium-browser/plugins
total 1004
drwxr-xr-x 2 root root   4096 Jul  7 09:32 .
drwxr-xr-x 5 root root   4096 Jul  7 09:32 ..
lrwxrwxrwx 1 root root     43 Jul  7 09:32 libjavaplugin.so -> /usr/lib64/mozilla/plugins/libjavaplugin.so
lrwxrwxrwx 1 root root     64 Jul  7 09:32 librhythmbox-itms-detection-plugin.so -> /usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so
lrwxrwxrwx 1 root root     50 Jul  7 09:32 libtotem-cone-plugin.so -> /usr/lib64/mozilla/plugins/libtotem-cone-plugin.so
lrwxrwxrwx 1 root root     49 Jul  7 09:32 libtotem-gmp-plugin.so -> /usr/lib64/mozilla/plugins/libtotem-gmp-plugin.so
lrwxrwxrwx 1 root root     51 Jul  7 09:32 libtotem-mully-plugin.so -> /usr/lib64/mozilla/plugins/libtotem-mully-plugin.so
lrwxrwxrwx 1 root root     57 Jul  7 09:32 libtotem-narrowspace-plugin.so -> /usr/lib64/mozilla/plugins/libtotem-narrowspace-plugin.so
lrwxrwxrwx 1 root root     39 Jul  7 09:32 npwrapper.so -> /usr/lib64/nspluginwrapper/npwrapper.so
-rwxr-xr-x 1 root root 126152 Jul  7 09:23 nswrapper_32_64.libflashplayer.so
-rwxr-xr-x 1 root root 126152 Jul  7 09:23 nswrapper_64_64.libjavaplugin.so
-rwxr-xr-x 1 root root 126152 Jul  7 09:23 nswrapper_64_64.librhythmbox-itms-detection-plugin.so
-rwxr-xr-x 1 root root 126152 Jul  7 09:23 nswrapper_64_64.libtotem-cone-plugin.so
-rwxr-xr-x 1 root root 126152 Jul  7 09:23 nswrapper_64_64.libtotem-gmp-plugin.so
-rwxr-xr-x 1 root root 126152 Jul  7 09:23 nswrapper_64_64.libtotem-mully-plugin.so
-rwxr-xr-x 1 root root 126152 Jul  7 09:23 nswrapper_64_64.libtotem-narrowspace-plugin.so
-rwxr-xr-x 1 root root 126152 Jul  7 09:23 nswrapper_64_64.skypebuttons.so
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: 64-bit Chromium OS surfaces LXer Syndicated Linux News 0 12-09-2009 04:10 AM
Getting the Flash Plugin to work with Chromium in Fedora 11 thezerodragon Linux - Software 7 10-25-2009 04:30 AM
LXer: Time to switch? You can now even enable Flash Support for Chromium(Google Chrom LXer Syndicated Linux News 0 09-10-2009 12:10 AM
LXer: How to Enable Flash Support for Chromium in Ubuntu Linux [Fixed Tutorial] LXer Syndicated Linux News 0 07-19-2009 03:30 PM
LXer: Running The Chromium Browser On Ubuntu 8.04 With CrossOver Chromium LXer Syndicated Linux News 0 10-09-2008 04:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration