You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I bundle an application that uses QtWebEngineProcess launching the webengine inside the app fails:
$ ./AppRun
/home/djcj/Downloads/notepadqq/appdir/usr/libexec/QtWebEngineProcess: error while loading shared libraries: libQt5WebEngineCore.so.5: cannot open shared object file: No such file or directory
I need to set the runpath manually to make it work: patchelf --set-rpath '$ORIGIN/../lib' usr/libexec/QtWebEngineProcess
The text was updated successfully, but these errors were encountered:
When I bundle an application that uses QtWebEngineProcess launching the webengine inside the app fails:
I need to set the runpath manually to make it work:
patchelf --set-rpath '$ORIGIN/../lib' usr/libexec/QtWebEngineProcess
The text was updated successfully, but these errors were encountered: