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. QWebEngine - how to disable Chrome sandbox using Quicknanobrowser (Qt5.4.1)

QWebEngine - how to disable Chrome sandbox using Quicknanobrowser (Qt5.4.1)

Scheduled Pinned Locked Moved QtWebEngine
qtwebengine
2 Posts 2 Posters 3.1k 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
    Mimi0473
    wrote on 18 Mar 2015, 20:56 last edited by
    #1

    I have ported Qt5.4.1 to ARM platform, QtWebEgnine Quicknanobrowser is basic working fine but I have video player issue. In order to debug ffmpeg related video player issue, seems I have to disable sandbox to enable ffmpeg debug log to print out. For chrome browser, there is command line option '-no-sandbox' to disable sandbox, but this command line option is not working for Quicknanobrowser.

    How can I disable sandbox to get debug log from Chrome?

    1 Reply Last reply
    1
    • T Offline
      T Offline
      ThatDud3
      wrote on 19 Mar 2015, 14:38 last edited by
      #2

      AFAIK there is no way to do this in Qt 5.4.1
      I'm also waiting for an option to pass command line parameters to be able to set a proxy - that's the only way to set proxy in Blink (and I'm afraid we'll have to forget about proxyForUrl - not a big deal but... Webkit could be removed after 5.6 so we'll have to stick to old versions...)

      but you can try Qt 5.5 alpha announced here
      http://blog.qt.io/blog/2015/03/17/qt-5-5-alpha-available/

      According to this section "Updated Qt WebEngine and Qt WebView"
      they are working on settings "Qt WebEngine now provides APIs for ... as well as settings"
      Honestly I don't know if that includes command line parameters/settings...
      BTW Still no binaries so you'll have to build it yourself or wait for beta
      HTH

      1 Reply Last reply
      0

      2/2

      19 Mar 2015, 14:38

      • Login

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