Qtweb, problem with QtWebEngineProcess

Following up on a closed post on Qtweb, don;t know how to reopen the post.

The root is compiled from the source, version 6.28/05, with

>cmake ../root_source -Dwebgui=ON -Dqt6web=ON -Droot7=ON -DCMAKE_CXX_STANDARD=17

I install Qt6 using apt.

compilation of the qtweb is OK. But when I run it. it shows

Could not find QtWebEngineProcess
Aborted (core dumped)

I have the following qt6 packages installed

qt6-3d-assimpsceneimport-plugin/jammy 6.2.4+dfsg-1 amd64
qt6-3d-defaultgeometryloader-plugin/jammy 6.2.4+dfsg-1 amd64
qt6-3d-dev/jammy 6.2.4+dfsg-1 amd64
qt6-3d-gltfsceneio-plugin/jammy 6.2.4+dfsg-1 amd64
qt6-3d-scene2d-plugin/jammy 6.2.4+dfsg-1 amd64
qt6-base-dev-tools/jammy-updates,now 6.2.4+dfsg-2ubuntu1.1 amd64 [installed,automatic]
qt6-base-dev/jammy-updates,now 6.2.4+dfsg-2ubuntu1.1 amd64 [installed]
qt6-base-private-dev/jammy-updates 6.2.4+dfsg-2ubuntu1.1 amd64
qt6-connectivity-dev/jammy 6.2.4-1 amd64
qt6-declarative-dev-tools/jammy,now 6.2.4+dfsg-3ubuntu1 amd64 [installed,automatic]
qt6-declarative-dev/jammy,now 6.2.4+dfsg-3ubuntu1 amd64 [installed,automatic]
qt6-declarative-private-dev/jammy 6.2.4+dfsg-3ubuntu1 amd64
qt6-documentation-tools/jammy 6.2.4-1 amd64
qt6-gtk-platformtheme/jammy-updates,now 6.2.4+dfsg-2ubuntu1.1 amd64 [installed,automatic]
qt6-image-formats-plugin-pdf/jammy 6.2.4+dfsg-6ubuntu1 amd64
qt6-image-formats-plugins/jammy 6.2.4-1 amd64
qt6-l10n-tools/jammy 6.2.4-1 amd64
qt6-multimedia-dev/jammy 6.2.4-1 amd64
qt6-pdf-dev/jammy,now 6.2.4+dfsg-6ubuntu1 amd64 [installed,automatic]
qt6-positioning-dev/jammy,now 6.2.4-1 amd64 [installed,automatic]
qt6-qmltooling-plugins/jammy,now 6.2.4+dfsg-3ubuntu1 amd64 [installed,automatic]
qt6-qpa-plugins/jammy-updates,now 6.2.4+dfsg-2ubuntu1.1 amd64 [installed,automatic]
qt6-quick3d-assetimporters-plugin/jammy 6.2.4-1 amd64
qt6-quick3d-dev-tools/jammy 6.2.4-1 amd64
qt6-quick3d-dev/jammy 6.2.4-1 amd64
qt6-remoteobjects-dev/jammy 6.2.4-1 amd64
qt6-scxml-dev/jammy 6.2.4-1 amd64
qt6-shader-baker/jammy 6.2.4-2 amd64
qt6-tools-dev-tools/jammy,now 6.2.4-1 amd64 [installed]
qt6-tools-dev/jammy,now 6.2.4-1 amd64 [installed]
qt6-tools-private-dev/jammy,now 6.2.4-1 amd64 [installed]
qt6-translations-l10n/jammy,jammy 6.2.4-1 all
qt6-virtualkeyboard-plugin/jammy 6.2.4+dfsg-1 amd64
qt6-wayland-dev-tools/jammy,now 6.2.4-1 amd64 [installed]
qt6-wayland-dev/jammy,now 6.2.4-1 amd64 [installed]
qt6-wayland/jammy,now 6.2.4-1 amd64 [installed]
qt6-webengine-dev-tools/jammy,now 6.2.4+dfsg-6ubuntu1 amd64 [installed]
qt6-webengine-dev/jammy,now 6.2.4+dfsg-6ubuntu1 amd64 [installed]
qt6-webengine-private-dev/jammy,now 6.2.4+dfsg-6ubuntu1 amd64 [installed]
qt6-webview-dev/jammy,now 6.2.4-2 amd64 [installed]
qt6-webview-plugins/jammy,now 6.2.4-2 amd64 [installed]
qt6-xdgdesktopportal-platformtheme/jammy-updates 6.2.4+dfsg-2ubuntu1.1 amd64

Any idea?

Hi,

This is special executable which is provided with Qt WebEngine.

See Deploying Qt WebEngine Applications | Qt WebEngine 6.6.1

On my OpenSUSE it is in /usr/lib64/qt6/libexec directory.

It is provided by qt6-webengine package.

Oh, I found the solution.

I though all qt6 packages are with the name

qt6-XXX

like the webengine, they are

qt6-webengine-dev
qt6-webengine-dev-tool

But, in Ubuntu 22.04 qt6-webengine was removed from the repository, and moved to

libqt6webenginecore6

after sudo apt install this package, qtweb can run!!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.