Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Has anyone deployed an application using QtWebEngine on Linux successfully?

Has anyone deployed an application using QtWebEngine on Linux successfully?

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 2 Posters 755 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.
  • V Offline
    V Offline
    VRHans
    wrote on 29 Jul 2016, 23:25 last edited by
    #1

    I don't mean building it on a linux box, I mean packaging it up into a self-contained application that can be dropped onto a clean (no Qt) box and actually load a webpage?

    I'm finding this really difficult to do and wanted to converse with someone who has actually done this.

    I can get all the rest of my application's QML UIs to function properly, but as soon as I try to navigate a WebEngineView - core dump. Not a core dump when the view is displayed, only after trying to navigate.

    Thanks :)

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Allan Jensen
      wrote on 1 Sept 2016, 18:29 last edited by
      #2

      Yes, I have seen that. One problem though is often finding the chromium resources, QtWebEngine will search for them in the Qt prefix paths, so if they are different than QtWebEngine's that can cause issue. QtWebEngine will also try several fallback until it gets to the directory of the executable. Here it is important to note that it is a multi-process architecture, and that besides your own executable also is an executable in libexec, that also needs to find some resources.

      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