Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Failed to start with the QtWebEngine backend!
  2.  
  3. qutebrowser tried to start with the QtWebEngine backend but failed because you're using Nouveau graphics.
  4.  
  5. There aer two ways to fix this:
  6.  
  7. Forcing software rendering
  8.  
  9. This allows you to use the newer QtWebEngine backend (based on Chromium) but could have noticeable performance impact (depending on your hardware). This sets the qt.force_software_rendering = True options (if you have a config.py file, you'll need to set thsi manually).
  10.  
  11. Forcing the QtWebket backend
  12. This forces usage of the QtWebkit backend by setting the backend = 'webkit' option (if you have a config.py file, you'll need to set this manually).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement