Re: Review and Usage of Qt5WebEngine

2024-05-19 Thread hamed_khandagh--- via users
Hi Christian, Thank you. I rebuilt the project and successfully achieved results with both the Linux kernel and board, as well as the Nova kernel and PC board, and I also managed to connect to the network. I am grateful for your guidance and the time you spent. Best regards, Hamed ___

Re: Review and Usage of Qt5WebEngine

2024-05-17 Thread Christian Prochaska
Hi Hamed, I updated the Falkon run scripts on this git branch: https://github.com/cproc/genode-world/tree/qtwebengine-20240517 Loading web pages on NOVA in QEMU works for me now. I'm using the current Genode staging branch. For base-linux you need to configure NAT or add tap0 to a bridge. I'm

Re: Review and Usage of Qt5WebEngine

2024-05-17 Thread hamed_khandagh--- via users
Hello Christian, The build of Falkon with the Nova kernel on a PC board has been completed. I apologize for any confusion caused by my previous email, which was sent in haste because I have recently started working with the Genode framework and need to become more fully acquainted with its buil

Re: Review and Usage of Qt5WebEngine

2024-05-16 Thread hamed_khandagh--- via users
Thank you, Christian. You predicted correctly. Due to the RAM running out during the build, I had to rebuild process multiple times. After receiving your message, I created a new source tree code and attempted the build with more RAM, and it worked out. I'm grateful for that. Just a few questi

Re: Review and Usage of Qt5WebEngine

2024-05-14 Thread Christian Prochaska
Hi Hamed, I would suggest to continue debugging with 'falkon.run', which always uses the same qt5 source tree location in the 'contrib' directory whereas 'falkon_from_depot.run' creates a new copy in a different depot directory when you change something in the Qt source, and to install 'ccache'

Re: Review and Usage of Qt5WebEngine

2024-05-14 Thread hamed_khandagh--- via users
And I encountered the following error while reviewing the second provided link for the Falkon program: in function `QV4::Moth::BytecodeGenerator::addInstructionHelper(QV4::Moth::Instr::Type, QV4::Moth::Instr const&, int)': undefined reference to `QV4::Moth::InstrInfo::argumentCount' Please

Re: Review and Usage of Qt5WebEngine

2024-05-13 Thread hamed_khandagh--- via users
Thank you, Christian. I hadn't seen this branch before, and when I did, it seemed very promising to me. However, I encountered two issues: The Qt5WebEngine build process is very time-consuming, taking about 14 hours on my system. Is there a way to speed up this process? I ran both programs, an

Re: Review and Usage of Qt5WebEngine

2024-05-13 Thread hamed_khandagh--- via users
Hi Cedric, I'm only experiencing issues when using WebEngine functions. That is, the object I'm interested in is created, but the first function to be used encounters the error I mentioned, leaving the program incomplete. I fixed the file path reference "/config/mixer.config" and there's no iss

Re: Review and Usage of Qt5WebEngine

2024-05-10 Thread Christian Prochaska
Hi Hamed, here are two Falkon run scripts which might help for comparison: https://github.com/cproc/genode-world/blob/qtwebengine-20240510/run/falkon_from_depot.run https://github.com/cproc/genode-world/blob/qtwebengine-20240510/run/falkon.run Christian On 08.05.24 15:36, hamed_khandagh--- via

Re: Review and Usage of Qt5WebEngine

2024-05-09 Thread Cedric At TTS via users
Hi, > 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. I don't have experience with Qt but maybe I can get the ball rolling by suggest

Review and Usage of Qt5WebEngine

2024-05-08 Thread hamed_khandagh--- via users
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