PINE64
Web browsing with plasma-mobile - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124)
+---- Thread: Web browsing with plasma-mobile (/showthread.php?tid=9189)



Web browsing with plasma-mobile - Gobelin - 02-16-2020

I run PostmarketOS with plasma-mobile UI.

I have 2 browser installed :
- Firefox
- Angelfish

1- Firefox is running quite well, specially with the customization found here. However, I struggle to find a way to get a virtual keyboard running (the virtual keyboard from the distro do not show up when placing the cursor in a text field.

2- I can't run Angelfish : it launches, but impossible to load a page. I got this error :

Code:
pinephone:~$ angelfish
Using Wayland-EGL
Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created.
org.kde.kwindowsystem: Loaded plugin "/usr/lib/qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemKWaylandPlugin.so" for platform "wayland"
file:///usr/lib/qt5/qml/org/kde/kirigami.2/Page.qml:362:9: QML Loader: Binding loop detected for property "active"
Loaded from file: 0 "/home/laurent/.config/angelfish/history.json"
qml: WebView completed.
qml: Settings: QQuickWebEngineSettings(0xaaab03cd3220)
qml: Current WebView is now : 0
Using the 'xdg-shell' shell integration
qml: Using homepage
qml: Loading url: https://start.duckduckgo.com
qrc:/WebView.qml:91: TypeError: Cannot read property 'editFlags' of undefined
qrc:/WebView.qml:96: TypeError: Cannot read property 'editFlags' of undefined
qrc:/WebView.qml:101: TypeError: Cannot read property 'editFlags' of undefined
qrc:/WebView.qml:105: TypeError: Cannot read property 'linkUrl' of undefined
qrc:/WebView.qml:118: TypeError: Cannot read property 'linkUrl' of undefined
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0283
qml:     url: https://start.duckduckgo.com/
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0283
pinephone:~$


Do you know were to report bugs for angelfish ?
Did you manage to use any web browser with touch UI on postmarketOS ?


RE: Web browsing with plasma-mobile - pajux - 02-16-2020

Try:

export QTWEBENGINE_DISABLE_SANDBOX=1

Before running angelfish. I've had that be successful on pmOS


RE: Web browsing with plasma-mobile - afigegoznaet - 02-17-2020

I attached a virtual keyboard to the minibroswer from the QT Examples and I am using that.
It's not perfect, but it works.
I can you give you the repo if you're interested, you can compile it directly on the phone (given you have gcc and QT dev stuff, of course)


RE: Web browsing with plasma-mobile - Gobelin - 02-18-2020

(02-17-2020, 08:27 AM)afigegoznaet Wrote: I attached a virtual keyboard to the minibroswer from the QT Examples and I am using that.
It's not perfect, but it works.
I can you give you the repo if you're interested, you can compile it directly on the phone (given you have gcc and QT dev stuff, of course)

yes, thanks, this repo sounds interresting !


RE: Web browsing with plasma-mobile - Danct12 - 02-20-2020

You can also add that environment variable to /etc/profile to avoid having to type the command everytime, and it works from the lauincher.


RE: Web browsing with plasma-mobile - afigegoznaet - 02-24-2020

(02-18-2020, 03:55 PM)Gobelin Wrote:
(02-17-2020, 08:27 AM)afigegoznaet Wrote: I attached a virtual keyboard to the minibroswer from the QT Examples and I am using that.
It's not perfect, but it works.
I can you give you the repo if you're interested, you can compile it directly on the phone (given you have gcc and QT dev stuff, of course)

yes, thanks, this repo sounds interresting !

https://github.com/afigegoznaet/PinePhoneTest