Hi Hamed,
here are two Falkon run scripts which might help for comparison:
https://github.com/cproc/genode-world/blob/qtwebengine-20240510/run/falkon_f... https://github.com/cproc/genode-world/blob/qtwebengine-20240510/run/falkon.r...
Christian
On 08.05.24 15:36, hamed_khandagh--- via users wrote:
Hi there Genodians. I have thoroughly tested the sample programs provided for testing in the Gems section. Specifically, I have reviewed the "mixer_gui_qt_test" program as a practical example of Qt5.
Afterwards, I decided to add a webview to this program for further practice. To achieve this, I needed to use webengine. I manually added the lib.so files to the build directory and also included the resource.tar files in this directory. To extract these files, I used the following command:
<config> <vfs> <dir name="dev"> <log/> <inline name="rtc">2018-01-01 00:01</inline> </dir> <dir name="pipe"> <pipe/> </dir> <tar name="qt5_dejavusans.tar"/> <tar name="qt5_libqgenode.tar"/> <tar name="qt5_webengine_qml.tar"/> <tar name="qt5_webengine_resources.tar"/> <tar name="qt5_webengine_translations.tar"/> </vfs> <libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/> </config>
However, after building the program and executing it, I encountered the following error when using the QWebEngineView class functions:
[init -> webview_test] Error: no plugin found for read(-1)
Your assistance in resolving this issue would be greatly appreciated.
Thank you for your attention to this matter.
Warm regards, Hamed _______________________________________________ users mailing list -- users@lists.genode.org To unsubscribe send an email to users-leave@lists.genode.org Archived at https://lists.genode.org/mailman3/hyperkitty/list/users@lists.genode.org/mes...