Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Opera 6.1 final!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
LaSAR
n00b
n00b


Joined: 12 Apr 2002
Posts: 63
Location: Antwerp, Belgium

PostPosted: Thu Oct 31, 2002 8:00 am    Post subject: Opera 6.1 final! Reply with quote

while there is not yet an official announcement on the opera-site,
files been appearing here:
ftp://ftp.opera.com/pub/opera/linux/610/final/en/
so is guess this will be the final release.


btw; is it better to go with the dynamic version or should i go with static?
Can i make a working easily by editing the old ones for opera or are there any new dependencies etc?
Back to top
View user's profile Send private message
grandpajive
n00b
n00b


Joined: 17 Jun 2002
Posts: 46

PostPosted: Thu Oct 31, 2002 10:20 am    Post subject: Reply with quote

Yep. Looks really nice with anti-aliased fonts, too.

Its a pity that it didn't end up using qt 3.1 tho. I wanted to see opera with keramic buttons or the new liquid widgets. Ah well.. perhaps next release ;)
_________________
-gj
Back to top
View user's profile Send private message
LaSAR
n00b
n00b


Joined: 12 Apr 2002
Posts: 63
Location: Antwerp, Belgium

PostPosted: Thu Oct 31, 2002 10:24 am    Post subject: Reply with quote

so did you go with the static or the dynamic version?
is there any difference in speed btw?
Back to top
View user's profile Send private message
sOuLjA
Guru
Guru


Joined: 26 Jul 2002
Posts: 366
Location: germany - hannover

PostPosted: Thu Oct 31, 2002 10:25 am    Post subject: Reply with quote

LaSAR wrote:
so did you go with the static or the dynamic version?
is there any difference in speed btw?


I think the dynamic one is better but I don`t really know :)
Back to top
View user's profile Send private message
Ravage
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2002
Posts: 107

PostPosted: Thu Oct 31, 2002 12:14 pm    Post subject: ebuild Reply with quote

hi,

changed my yesterday's ebuild for the final version.
Uses now wrapper-script, which avoids some error-messages.

:arrow: http://www.darav.de/gentoo/opera-6.1.tar.gz

This is for gcc32-system (older may work) and sharet QT3.
Have fun & enjoy
Back to top
View user's profile Send private message
LaSAR
n00b
n00b


Joined: 12 Apr 2002
Posts: 63
Location: Antwerp, Belgium

PostPosted: Thu Oct 31, 2002 1:35 pm    Post subject: Reply with quote

thx alot for the ebuild, it seems to work! :)

but is this correct:
Code:

>>> Install opera-6.1 into /var/tmp/portage/opera-6.1/image/ category net-www
Running prefix installation...

System wide configuration files:
  /var/tmp/portage/opera-6.1/image//etc//opera6rc
  /var/tmp/portage/opera-6.1/image//etc//opera6rc.fixed
 cannot be prefixed
Do you want to install them [y,n | yes,no]?
cp: cannot create regular file `/var/tmp/portage/opera-6.1/image//etc/opera6rc': No such file or directory
cp: cannot create regular file `/var/tmp/portage/opera-6.1/image//etc/opera6rc.fixed': No such file or directory

?

also opera throws alot of:
Code:

//opt/opera/share/plugins/operamotifwrapper: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory

(which indeed doesnt exists) to the console, any idea?
Back to top
View user's profile Send private message
Ravage
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2002
Posts: 107

PostPosted: Thu Oct 31, 2002 3:10 pm    Post subject: fixed Reply with quote

Hi,
:oops:

first problem could be ignored. but I changed it.
The second one is also fixed:
openmotif is a dependency.

So download it again (same address as above),
in give it another try.

rav
Back to top
View user's profile Send private message
LaSAR
n00b
n00b


Joined: 12 Apr 2002
Posts: 63
Location: Antwerp, Belgium

PostPosted: Thu Oct 31, 2002 7:10 pm    Post subject: Reply with quote

hmm still doesnt work.. i even tried re-emerging openmotif but libXm.so.2 still doesnt exists :(
Could it be that libXm.so.2 is al link to one of these:
/usr/X11R6/lib/libXm.so
/usr/X11R6/lib/libXm.so.3
/usr/X11R6/lib/libXm.so.3.0.1


:?:

could it be that this problem prevents me from watching a flashmovie in the new opera?
Back to top
View user's profile Send private message
Ravage
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2002
Posts: 107

PostPosted: Thu Oct 31, 2002 7:32 pm    Post subject: Reply with quote

f*u*c**...
:oops: :twisted:

lesstif seems to be correct one, not openmotif. or isn't it ?
[sorry: don't hunt me. I'm not so familar with X-libs]

might download again ?!
link above.

[edit] it's needed for netscape-plugins.
Back to top
View user's profile Send private message
LaSAR
n00b
n00b


Joined: 12 Apr 2002
Posts: 63
Location: Antwerp, Belgium

PostPosted: Thu Oct 31, 2002 8:10 pm    Post subject: Reply with quote

this one works perfect , thanx alot! :)
its not my intention to hunt you :D

still no flash though, any ideas ?
Back to top
View user's profile Send private message
ejwahl
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2002
Posts: 107
Location: Rhode Island

PostPosted: Thu Oct 31, 2002 8:16 pm    Post subject: Reply with quote

Ravage,

Nice work on the ebuild. Had to make two changes in order to get Java applets to work:

Add these lines to /opt/opera/share/bin/opera:
export OPERA_JAVADIR=/opt/java/j2sdk/jre/lib/i386/
export LD_PRELOAD=${OPERA_JAVADIR}/libawt.so
export LD_LIBRARY_PATH=${OPERA_JAVADIR}:${OPERA_JAVADIR}/client/
export OPERA_FORCE_JAVA_ENABLED="1"

Change line 9 in /opt/opera/share/java/opera.policy to read:
grant codebase "file:///opt/opera/share/java//opera.jar" {

In addition, Opera complained that it couldn't find /usr/share/opera/chartables.bin. So I had to make the /usr/share/opera directory and copy /opt/opera/share/chartables.bin to it.

The icons look much better than the version I installed manually.

Thanks,
_________________
Erich J. Wahl
RLU 199500
ICQ 48100000
Back to top
View user's profile Send private message
Ravage
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2002
Posts: 107

PostPosted: Thu Oct 31, 2002 9:55 pm    Post subject: Reply with quote

thx ejwahl: fixed these things.

you have to umerge opera, delete complet /opt/opera.
then emerge opera. (don't forget to unmask before.)

:idea: use the above link for ebuild (like before) !

8O
Now, for me Java and Flash works fine.
Back to top
View user's profile Send private message
AdamG
n00b
n00b


Joined: 17 Apr 2002
Posts: 46
Location: USA, MA

PostPosted: Thu Oct 31, 2002 9:56 pm    Post subject: Reply with quote

thanks for the ebuild..

worked flawlessly here :)
Back to top
View user's profile Send private message
fuji
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2002
Posts: 111

PostPosted: Thu Oct 31, 2002 10:17 pm    Post subject: Reply with quote

after struggling with browsers and java for the better half of this week, your ebuild is a godsend :)

thanks man, worked perfectly, although i still needed to add the export settings in the /opt/opera/share/bin/opera file... but hey, i can finally check my web mail at this service that uses java for it's encryption system...
_________________
Came for the hype, stayed for Portage.
Back to top
View user's profile Send private message
Ravage
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2002
Posts: 107

PostPosted: Thu Oct 31, 2002 10:23 pm    Post subject: Reply with quote

:!:
the export settings are in there,
but they are only activated after starting opera once and set the java-path in "Preferences->Multimedia".
Then exit and restart - should be fine ... hope so.
Back to top
View user's profile Send private message
fuji
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2002
Posts: 111

PostPosted: Thu Oct 31, 2002 10:40 pm    Post subject: Reply with quote

Ravage wrote:
:!:
the export settings are in there,
but they are only activated after starting opera once and set the java-path in "Preferences->Multimedia".
Then exit and restart - should be fine ... hope so.


Ahh yep... didn't occur to me to check preferences and set the path in there....

/me is kinda slow sometimes ;)

Thanks again man... :)
_________________
Came for the hype, stayed for Portage.
Back to top
View user's profile Send private message
insomniac
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jul 2002
Posts: 132
Location: Lund, Sweden

PostPosted: Fri Nov 01, 2002 12:17 am    Post subject: Reply with quote

looks pretty nice here too. except it doesnt' install to /opt/opera but i fixed that with a softlink.
and i probably will have to change the RGB settings for X because my AA fonts on my laptop look somewhat strange...
_________________
My next computer is also a Gentoo computer
Back to top
View user's profile Send private message
iancurtis
n00b
n00b


Joined: 12 Oct 2002
Posts: 69
Location: Texas is the Reason

PostPosted: Fri Nov 01, 2002 2:35 am    Post subject: Reply with quote

installed perfect...works great..java is up...only thing is that flash wont work...i've reemerged it several times...websites with flash seem to reconize the plugin...but just wont do anything.. any ideas??
Back to top
View user's profile Send private message
ejwahl
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2002
Posts: 107
Location: Rhode Island

PostPosted: Fri Nov 01, 2002 3:03 am    Post subject: Reply with quote

Quote:
installed perfect...works great..java is up...only thing is that flash wont work...i've reemerged it several times...websites with flash seem to reconize the plugin...but just wont do anything.. any ideas??


Ravage...perfect. No tweaking required. Just had to install the Flash plugins.

iancurtis: Do you have flashplayer.xpt and libflashplayer.so installed in /opt/opera/share/plugins (assuming you're using the new Flash 6 beta)? Also, have you gone into Preferences and made sure the plugin is recognized? If it is, then restart the browser and try again...Try http://m-three.com to see if Flash works...Perhaps you're using Flash 5 on sites that require version 6?

HTH,
_________________
Erich J. Wahl
RLU 199500
ICQ 48100000
Back to top
View user's profile Send private message
iancurtis
n00b
n00b


Joined: 12 Oct 2002
Posts: 69
Location: Texas is the Reason

PostPosted: Fri Nov 01, 2002 3:14 am    Post subject: Reply with quote

okay that site worked..:\

anyone have the problem where you have to set yoru view settings each time you start opera..for some reason my view settings wont get saved...and each time i start opera..the only thing i have is the address bar..its annoying.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum