Page 1 of 1

Opera 45

Posted: Sun 01 Oct 2017, 12:42
by spiritwild
I always thought Opera had dropped support or fell behind the times. Something of that nature. I downloaded the DEB and it installed without a glitch, loaded up fine. Haven't really used it much but seems fine. Is there something I'm missing about it that may conflict with puppy?

Like I said, I was under the impression that they were no longer updating it.


http://www.opera.com/computer/linux

https://youtu.be/0_Ik5ociync

Version information

Version: 45.0.2552.898 - Opera is up to date
Update stream: Stable
System: xenialpup 7.0.4 (x86; LXDE)


Paths

Install: /usr/lib/opera
Profile: /root/.config/opera
Cache: /root/.cache/opera

Re: Opera 45

Posted: Sun 01 Oct 2017, 13:58
by peebee
spiritwild wrote:Version information
Version: 45.0.2552.898 - Opera is up to date
Update stream: Stable
System: xenialpup 7.0.4 (x86; LXDE)
The 64-bit version is now Opera-48 so the 32-bit is now frozen at -45 and won't be updated...

Posted: Sun 01 Oct 2017, 15:29
by spiritwild
Won't be long and they will all drop support.

Posted: Tue 03 Oct 2017, 18:55
by step
Can opera play video at http://cnn.com/video?
If not you may want to add a more capable ffmpeg codecs lib than the one opera devs are allowed to package. Get it from the herecura repo https://repo.herecura.eu/herecura/i686/ (or .../x86_64/ for 64-bit opera).
These are the steps I take for x86_64; adapt for i686:

mkdir usr/lib/x86_64-linux-gnu/opera-developer/lib_extra
rox usr/lib/x86_64-linux-gnu/opera-developer/lib_extra
Extract libffmpeg.so from the herecura package to this subfolder.

Posted: Wed 11 Oct 2017, 22:01
by jake29
Opera 48 working well in Fatdog64. Requires libnotify 0.7.7. SFS available here.

window position / size issue

Posted: Sun 07 Jan 2018, 20:34
by jake29
With Opera v49 or newer I encountered a window position / size issue. Even with window maximized, going full screen (F11) or using video full-screen option would be a 2 step process, first Opera returns to default window size. It then takes another press of F11 or clicking video controls to finally get to full-screen.

Adding the following to the bottom of rc.xml resolved the problem. Previously using the maximized was suffice, but no longer. This obviously requires your distro to use openbox. Change height / width to match your resolution.

/etc/xdg/openbox/rc.xml

Code: Select all

<application name="Opera">
    <desktop>1</desktop>
    <decor>no</decor>
    <maximized>no</maximized>
    <size> 
       <width>1024</width>
       <height>768</height>
    </size>
  </application>
  </applications>
</openbox_config>