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