User Tools

Site Tools


software:opera

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:opera [2009/03/03 20:46] kratz00software:opera [2013/07/28 11:40] (current) kratz00
Line 1: Line 1:
 http://www.opera.com/ http://www.opera.com/
  
-ftp://ftp.opera.com/pub/opera/linux/964/final/en/i386/static/opera-9.64.gcc4-static-qt3.i386.tar.bz2+ftp://ftp.opera.com/pub/opera/linux/1216/opera-12.16-1860.x86_64.linux.tar.xz
  
 == Installation == == Installation ==
  
 <code> <code>
-./install.sh -s+./install --text --name opera --prefix /usr --quiet
 </code> </code>
  
Line 20: Line 20:
 == E-Mail setup == == E-Mail setup ==
  
-sylpheed --compose %t+claws-mail --compose %t?subject=%s
  
 == Flash setup == == Flash setup ==
  
-Put //libflashplayer.so// into ///usr/lib/opera/plugins// \\  +<code> 
-The library relies on serveral libraries which are part of a [[software:Firefox]] installation. +mkdir -p $HOME/.local/lib/opera/plugins && 
-You can either copy all needed libraries to ///usr/lib/opera/plugins// or adjust the //LD_LIBRARY_PATH// system variableso it finds them.+ln -s $HOME/.mozilla/plugins/libflashplayer.so $HOME/.local/lib/opera/plugins 
 +</code> 
 +This library relies on several libraries which are part of a [[software:Firefox]] installation. 
 +You can either copy all needed libraries to //$HOME/.local/lib/opera/plugins// or adjust the //LD_LIBRARY_PATH// system variable
 + 
 +== Java setup == 
 + 
 +<code> 
 +install -d ~/.local/lib/opera/plugins && 
 +ln -s /opt/java/jre/lib/amd64/libnpjp2.so ~/.local/lib/opera/plugins 
 +</code>
  
software/opera.1236109602.txt.gz · Last modified: 2009/03/03 20:46 by kratz00