Author Topic: The new browser / QT5  (Read 71545 times)

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: The new browser / QT5
« Reply #15 on: August 11, 2019, 04:56:26 pm »
I checked falkon under windows and saw some issue (e.g. on my site  http://remydodin.levillage.org/en/presentation.php?item=0900003&id=moi ) - pictures aren't correct and audio didn't start at expend time... ) 
« Last Edit: August 15, 2019, 02:51:39 pm by Remy »

Per E. Johannessen

  • Sr. Member
  • ****
  • Posts: 251
  • Karma: +3/-0
    • View Profile
Re: The new browser / QT5
« Reply #16 on: August 11, 2019, 05:12:10 pm »
Just to avoid confusion, like Dave Yeo mentioned, there are;

https://falcon-browser.jaleco.com/

and

https://www.falkon.org/

Believe Falkon (with 'k') is the one likely to be ported.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4786
  • Karma: +99/-1
    • View Profile
Re: The new browser / QT5
« Reply #17 on: August 11, 2019, 06:53:38 pm »
I installed it and tested a bit on Mint. Unluckily I had to update Mint from 18.3 to 19 first which took quite a while.
Installing with apt (similar to yum) it did pull in some KDE libs which probably aren't needed but do give some extra functionality like a password manager. It also pulled in gstreamer which is likely used for multimedia, this could be a problem as we don't have a gstreamer port and when I looked at it back when Firefox used it, it did not look trivial to port, it's plugin based so needs to dynamically load DLLs. So Youtube etc may not work at first on OS/2
Has the same minimal (phone?) UI that has become popular for some reason with the hamburger menu and not very configurable.
Doesn't support WebExtensions unluckily and only has half dozen or so extensions. I spent quite a bit of time trying to install the JavaScript blocking extension with no luck. Even being able to block all JavaScript would be better then nothing. No idea about cookies.
The browser itself seemed fine, displayed everything I tried, didn't take much CPU or memory but I didn't test that much. I assume it uses the same JavaScript engine as Chrome so a lot of stuff that doesn't currently work should.
It'll probably make a good secondary browser but the lack of extensions is a problem and things such as passwords will have to be manually transferred.
Have to play with it a bit more but at least it seems to display modern JS heavy sites.

David Graser

  • Hero Member
  • *****
  • Posts: 870
  • Karma: +84/-0
    • View Profile
Re: The new browser / QT5
« Reply #18 on: August 11, 2019, 07:35:37 pm »
still doodling around
« Last Edit: August 12, 2019, 02:35:04 am by David Graser »

Dmitriy Kuminov

  • Newbie
  • *
  • Posts: 28
  • Karma: +8/-0
    • View Profile
Re: The new browser / QT5
« Reply #19 on: August 14, 2019, 08:12:35 pm »
Dave, WebExtensions will eventually be available in QtWebEngine. Currently planned for Qt 5.14, here is its official bug report: https://bugreports.qt.io/browse/QTBUG-61676. (And btw the original ticket mentioned Falkon, https://bugreports.qt.io/browse/QTWB-35).

Given that Qt 5.13 is already out (to which our port of Qt5 for OS/2 will be updated within a couple of weeks), Qt 5.14 is really soon. It is scheduled for November, 2019 so if it goes well on their side WebExtensions will appear before/when we are done with our QtWebEngine port. Even if it gets postponed further, we will still get it one day. We have a lot to do before Falkon is ready to run on OS/2 anyway.
CPO of bww bitwise works GmbH

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4786
  • Karma: +99/-1
    • View Profile
Re: The new browser / QT5
« Reply #20 on: August 15, 2019, 01:54:35 am »
That's good to hear as extensions do make the browser so much more useful. It's a shame that the weird interface has caught on, but it seems to be the way things are going on all platforms.

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: The new browser / QT5
« Reply #21 on: August 15, 2019, 02:52:16 pm »
Just to avoid confusion, like Dave Yeo mentioned, there are;

https://falcon-browser.jaleco.com/

and

https://www.falkon.org/

Believe Falkon (with 'k') is the one likely to be ported.

Right, I realy mean falkon
« Last Edit: August 15, 2019, 08:41:23 pm by Remy »

ivan

  • Hero Member
  • *****
  • Posts: 1557
  • Karma: +17/-0
    • View Profile
Re: The new browser / QT5
« Reply #22 on: August 15, 2019, 05:01:09 pm »
Like Dave I installed it on my Linux Mint computer and I too am totally not impresses with the UI and the fact that there doesn't appear any way to change it. 

Not a browser I would use unless forced to do so - even firefox is heading that way and don't mention chrome.

Dmitriy Kuminov

  • Newbie
  • *
  • Posts: 28
  • Karma: +8/-0
    • View Profile
Re: The new browser / QT5
« Reply #23 on: August 15, 2019, 05:09:08 pm »
BTW, YouTube works great in pure QtWebEngine as long as "proprietary" FFMPEG codecs are enabled when building it. So I expect it to work out of the box on OS/2 once we port it (we already have FFMPEG et al). It will lack hardware support of course but that's another story.
CPO of bww bitwise works GmbH

David Graser

  • Hero Member
  • *****
  • Posts: 870
  • Karma: +84/-0
    • View Profile
Re: The new browser / QT5
« Reply #24 on: August 18, 2019, 05:45:43 pm »
doodling again

jailbird

  • Newbie
  • *
  • Posts: 46
  • Karma: +5/-0
    • View Profile
Re: The new browser / QT5
« Reply #25 on: August 19, 2019, 02:01:20 am »
Qt 6.0 is already in the planning stages. So hopefully we won’t have to go through this all yet again.

Dmitriy Kuminov

  • Newbie
  • *
  • Posts: 28
  • Karma: +8/-0
    • View Profile
Re: The new browser / QT5
« Reply #26 on: August 19, 2019, 12:32:42 pm »
This really depends on how they decide to go. They made Qt 5 much more modular and plugin based (compared to Qt 4 and earlier) and this is a good thing. It simplifies things a lot (in terms of support and porting to new platforms as well). Therefore I suppose they will leave the overall structure intact this time. Which means less work bringing it to OS/2.
CPO of bww bitwise works GmbH

Pete

  • Hero Member
  • *****
  • Posts: 1281
  • Karma: +9/-0
    • View Profile
Re: The new browser / QT5
« Reply #27 on: August 26, 2019, 03:59:32 pm »
Hi All

Will there be an email/newsreader client to go with the new browser?


Regards

Pete

David Graser

  • Hero Member
  • *****
  • Posts: 870
  • Karma: +84/-0
    • View Profile
Re: The new browser / QT5
« Reply #28 on: August 26, 2019, 08:30:48 pm »
Hi All

Will there be an email/newsreader client to go with the new browser?


VOICE is working on an updated version of PMMail that I believe will be available for for all to use.  I don't know if a newsreader is in the works.

Tuure Linden

  • Jr. Member
  • **
  • Posts: 88
  • Karma: +0/-0
    • View Profile
Re: The new browser / QT5
« Reply #29 on: August 28, 2019, 09:14:55 pm »
QT seems to be a bit problematic because they release new major versions "all the time". In the Linux World the KDE desktop and other software follows QT. Usually when a new version of QT is available, the older one is abandoned soon. I'm just wondering how long time it takes that the "new" browser becomes obsolete and QT6 will have to be ported. And how much work that will be again... But there are now other alternatives than a QT based browser?