no flash

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

no flash

Postby distrodude » Mar 16th, '11, 21:30

Nice to see a refreshing new face on the block, but we need to have flash.. any ideas :)
distrodude
 
Posts: 2
Joined: Mar 16th, '11, 21:12

Re: no flash

Postby maat » Mar 16th, '11, 22:12

You can get flash on Adobe web site : http://get.adobe.com/flashplayer/

Choose .rpm or .tar.gz, download it and install it.

Later i guess we'll find a way to install it with urpmi... but at alpha2 stage it's a little bit early imho :)

(Packagers would be able to give a more accurate point of view but now this is all i can say)
maat
 
Posts: 307
Joined: Feb 13th, '11, 00:23

Re: no flash

Postby segfault » Mar 18th, '11, 18:30

For 64 bit flash you can download it from here: http://labs.adobe.com/downloads/flashplayer10_square.html
After you download the archive, extract it and place the resulting file (libflashplayer.so) in the folder where your browser can find it. That's all.
Slightly off-topic but GO HABS!
segfault
 
Posts: 13
Joined: Mar 18th, '11, 04:52
Location: here and there

Re: no flash

Postby rom1dep » Apr 4th, '11, 00:28

segfault wrote:For 64 bit flash you can download it from here: http://labs.adobe.com/downloads/flashplayer10_square.html
After you download the archive, extract it and place the resulting file (libflashplayer.so) in the folder where your browser can find it. That's all.


and your browser will probably look into this generic path :
Code: Select all
/usr/lib/mozilla/plugins/


in case of a 64 bits install, I installed mine this way :
→Got flash 64 bundled as tar.gz from adobe.com
→Extracted to /usr/lib64/mozilla/plugins/
→symlinked to /usr/lib/mozilla/plugins/
It works well for firefox4 x86_64
User avatar
rom1dep
 
Posts: 5
Joined: Mar 29th, '11, 22:38
Location: Metz, France

Re: no flash

Postby obgr_seneca » Apr 5th, '11, 18:13

Using the rpm from adobe (32 or 64 bit, whatever you need) should work. As you may know, flash is proprietary and we can't redistribute it so easily.
But I'm sure, we will find some way...

As you may have noticed as well, Mageia is still alpha, so don't expect it to be a stable distro, containing all the software you like. Just wait or better: help!

Oliver
Linux - free choice for free people
User avatar
obgr_seneca
 
Posts: 156
Joined: Mar 16th, '11, 17:35
Location: Southwest of Germany

Re: no flash

Postby ohan » Apr 11th, '11, 17:32

Hello,
FYI... with chromium and chrome, flash player is included.
http://solsie.com/2010/06/new-chrome-br ... -included/
User avatar
ohan
 
Posts: 1
Joined: Mar 16th, '11, 12:33

Re: no flash

Postby wobo » Apr 11th, '11, 17:46

Are you sure? The page only talks about Chrome, not Chromium.
wobo
---
And a new day will dawn for those who stand long
And the forests will echo with laughter
(Stairway to Heaven, Led Zeppelin)
User avatar
wobo
 
Posts: 1649
Joined: Mar 22nd, '11, 17:13

Re: no flash

Postby rom1dep » Apr 15th, '11, 11:15

ohan wrote:Hello,
FYI... with chromium and chrome, flash player is included.
http://solsie.com/2010/06/new-chrome-br ... -included/


False, flash is only included with (the proprietary) chrome browser.

But in fact it's only a lib to link so you can easily grab it from a chrome build and use it with chromium.

Anyway this is a wrong approach to me because non standard.
User avatar
rom1dep
 
Posts: 5
Joined: Mar 29th, '11, 22:38
Location: Metz, France

Re: no flash

Postby ahmad » Apr 17th, '11, 00:51

rom1dep wrote:
segfault wrote:For 64 bit flash you can download it from here: http://labs.adobe.com/downloads/flashplayer10_square.html
After you download the archive, extract it and place the resulting file (libflashplayer.so) in the folder where your browser can find it. That's all.


and your browser will probably look into this generic path :
Code: Select all
/usr/lib/mozilla/plugins/


in case of a 64 bits install, I installed mine this way :
→Got flash 64 bundled as tar.gz from adobe.com
→Extracted to /usr/lib64/mozilla/plugins/
→symlinked to /usr/lib/mozilla/plugins/
It works well for firefox4 x86_64

FWIW, I wouldn't symlink it in /usr/lib/mozilla/plugins/, because 32bit firefox (and other 32bit web browsers) will look for plugins there and thy won't be able to use the 64bit libflashplayer.so
ahmad
 
Posts: 336
Joined: Mar 22nd, '11, 20:18
Location: Egypt

Re: no flash

Postby rom1dep » Apr 18th, '11, 10:57

ahmad wrote:
rom1dep wrote:
segfault wrote:For 64 bit flash you can download it from here: http://labs.adobe.com/downloads/flashplayer10_square.html
After you download the archive, extract it and place the resulting file (libflashplayer.so) in the folder where your browser can find it. That's all.


and your browser will probably look into this generic path :
Code: Select all
/usr/lib/mozilla/plugins/


in case of a 64 bits install, I installed mine this way :
→Got flash 64 bundled as tar.gz from adobe.com
→Extracted to /usr/lib64/mozilla/plugins/
→symlinked to /usr/lib/mozilla/plugins/
It works well for firefox4 x86_64

FWIW, I wouldn't symlink it in /usr/lib/mozilla/plugins/, because 32bit firefox (and other 32bit web browsers) will look for plugins there and thy won't be able to use the 64bit libflashplayer.so


Yep, I assume you don't use any 32b browser :)
User avatar
rom1dep
 
Posts: 5
Joined: Mar 29th, '11, 22:38
Location: Metz, France

Re: no flash

Postby wobo » Apr 18th, '11, 13:25

rom1dep wrote:Yep, I assume you don't use any 32b browser :)

Who does on a 64-bit system?
wobo
---
And a new day will dawn for those who stand long
And the forests will echo with laughter
(Stairway to Heaven, Led Zeppelin)
User avatar
wobo
 
Posts: 1649
Joined: Mar 22nd, '11, 17:13

Re: no flash

Postby ahmad » Apr 18th, '11, 21:59

wobo wrote:
rom1dep wrote:Yep, I assume you don't use any 32b browser :)

Who does on a 64-bit system?

Some users who don't want the overhead of 64bit browser; or if they have a 32bit-only plugin and don't want to use nspluginwrapper. (And just for the sake of neatness, I wouldn't symlink a 64bit plugin in /usr/lib/mozilla/plugins). :)
ahmad
 
Posts: 336
Joined: Mar 22nd, '11, 20:18
Location: Egypt


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron