On Mon Dec 26, 2022 at 07:50:26AM +0000, Rodrigo Readi wrote: > Can someone recommend a lightweight Browser that support javascript? > In which I can use gmail? > > Otter browser hangs and even make core dumping with gmail.
GMail works fine with otter-browser-1.0.03. I can reproduce the core dumps ever second exit of otter-browser. First close no crash but the message "Release of profile requested but WebEnginePage still not deleted. Expect troubles". Second close: $ otter-browser QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-rsadowski' [51845:938184256:1226/113705.509035:ERROR:broker_posix.cc(43)] Invalid node channel message [55928:-1437011904:1226/113705.509165:ERROR:broker_posix.cc(43)] Invalid node channel message [51845:938181696:1226/113705.510734:ERROR:broker_posix.cc(110)] Error sending sync broker message: Broken pipe (32) zsh: segmentation fault (core dumped) otter-browser Anyway GMail still works without issues with otter-browser-1.0.03. > Also with chromium I get core dumping sometimes. > There is no port for elinks to test it. > > I need such a think till I get alpine 2.26 working in OpenBSD. > It does not compile with libssl, it compiles with openssl, but cert > verification fails. > diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile index d5b367509ae..8b466653b04 100644 --- a/www/otter-browser/Makefile +++ b/www/otter-browser/Makefile @@ -2,8 +2,7 @@ USE_WXNEEDED = Yes COMMENT = browser aiming to recreate classic Opera (12.x) UI using Qt5 -DISTNAME = otter-browser-1.0.02 -REVISION = 0 +DISTNAME = otter-browser-1.0.03 CATEGORIES = www diff --git a/www/otter-browser/distinfo b/www/otter-browser/distinfo index f531103038d..ee27a8d307f 100644 --- a/www/otter-browser/distinfo +++ b/www/otter-browser/distinfo @@ -1,2 +1,2 @@ -SHA256 (otter-browser-1.0.02.tar.bz2) = 2s0+Kz+VBFtvH44/NWlruPk7EAyCjVm/woEcSLik70E= -SIZE (otter-browser-1.0.02.tar.bz2) = 3246991 +SHA256 (otter-browser-1.0.03.tar.bz2) = GgRGaDHgtzm3dGK+f9of3ylffDoLP3PQWKtBNH0wxus= +SIZE (otter-browser-1.0.03.tar.bz2) = 3377150 diff --git a/www/otter-browser/patches/patch-src_modules_windows_web_StartPageWidget_cpp b/www/otter-browser/patches/patch-src_modules_windows_web_StartPageWidget_cpp index 15b7b21e3ad..55b7cec4dc8 100644 --- a/www/otter-browser/patches/patch-src_modules_windows_web_StartPageWidget_cpp +++ b/www/otter-browser/patches/patch-src_modules_windows_web_StartPageWidget_cpp @@ -8,4 +8,4 @@ Index: src/modules/windows/web/StartPageWidget.cpp +#include <QtGui/QPainterPath> #include <QtGui/QMouseEvent> #include <QtGui/QPainter> - #include <QtGui/QPixmapCache> + #include <QtGui/QPainterPath> diff --git a/www/otter-browser/pkg/PLIST b/www/otter-browser/pkg/PLIST index 2516f046521..da7806e9f41 100644 --- a/www/otter-browser/pkg/PLIST +++ b/www/otter-browser/pkg/PLIST @@ -43,6 +43,7 @@ share/otter-browser/locale/otter-browser_ro.qm share/otter-browser/locale/otter-browser_ru.qm share/otter-browser/locale/otter-browser_sk.qm share/otter-browser/locale/otter-browser_sl.qm +share/otter-browser/locale/otter-browser_sq.qm share/otter-browser/locale/otter-browser_sr.qm share/otter-browser/locale/[email protected] share/otter-browser/locale/[email protected]

