Quantcast

Firefox: add Java and Flash.

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Firefox: add Java and Flash.

danielozma
Excuse me, I would like to add to Firefox to display the Java and Flash in my live CD, without installing anything. What should I install? Since the last time I used Suse Studio seems to me that there have been many changes and enhancements. Congratulations. Have a good day.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Firefox: add Java and Flash.

Kenjutsushi
The easiest way I found to add java and flash in suse studio is to go to add rpm (upload or from web)  then in new window go to http://www.oracle.com/technetwork/java/javase/downloads/index.html and choose your version and then go to http://pkgs.org/adobe-flash-player-rpm-deb-linux-free-download/  choose your version again.  Uploading to studio after each selection.  Hope this helps.  

Matt
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Firefox: add Java and Flash.

James T.
Administrator
In reply to this post by danielozma
On 11/29/2011 01:01 PM, danielozma wrote:
Excuse me, I would like to add to Firefox to display the Java and Flash in my
live CD, without installing anything. What should I install? Since the last
time I used Suse Studio seems to me that there have been many changes and
enhancements. Congratulations. Have a good day.

Have you tried adding the "flash-player"," java-1_6_0-openjdk", and "icedtea-web" packages from the default repositories?

Cheers,
James T.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Firefox: add Java and Flash.

danielozma
In reply to this post by danielozma
I thank you all for your kind answers. Now do the tests. Hello.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Firefox: add Java and Flash.

bcrisciotti
Hi. This is the way i solved the problem.
In the software repositories add http://download.opensuse.org/repositories/Java:/sun:/Factory/openSUSE_Factory to have the sun java plugin, and then search sun in the software tab. Choose the appropriate plugin. Remember to install flash player also.
Now go to the configuration tab and choose scripts. Add these lines to the script that has to be executed at the end of the build :
mkdir /home/tux/.mozilla/plugins
ln -s /usr/lib/jvm/java-1.7.0-sun/jre/lib/i386/libnpjp2.so /home/tux/.mozilla/plugins/
ln -s /usr/lib/browser-plugins/libflashplayer.so /home/tux/.mozilla/plugins/

this example is valid for version 1.7 of sun java, otherwise you will correct the script accondingly to your software selection. Hope this helps
 
Loading...