Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. QtWebkit based app fails to start because of missing QtWebNetworkProcess and QtWebProcess
Forum Updated to NodeBB v4.3 + New Features

QtWebkit based app fails to start because of missing QtWebNetworkProcess and QtWebProcess

Scheduled Pinned Locked Moved Unsolved Qt WebKit
2 Posts 1 Posters 682 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MgnL
    wrote on 1 Jul 2020, 14:28 last edited by
    #1

    Hi all,

    for an application compiled for a Linux embedded device I would need to try QtWebKit instead of QtWebEngine.
    The same application compiled to use QtWebEngine compiles and runs just fine, and I made the needed adjustments to be able to compile it for QtWebKit.

    Both application versions compile just fine, but the one that uses QtWebkit fails to start.

    When the application fails to start console log simply says:

    Jun 26 20:10:00 qmovebbg1 start_qt-kiosk-browser.sh[380]: Failed to start " \"QtWebNetworkProcess\" 13"
    Jun 26 20:10:00 qmovebbg1 start_qt-kiosk-browser.sh[380]: Failed to start " \"QtWebProcess\" 15"
    

    I suppose that this is due to both QtWebNetworkProcess and QtWebProcess missing in /usr/lib/libexec/, is it correct? From which repository should I get those? I don't see them in qtbase.

    Please note that I have compiled Qt 5.13.2 from source using Yocto meta-qt5 layer.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MgnL
      wrote on 10 Jul 2020, 13:30 last edited by
      #2

      It seems my Yocto setup installs QtWebNetworkProcess, QtWebProcess, QtWebStorageProcess in usr/libexec while Qt applications expects them to be in usr/lib/libexec.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved