diff options
Diffstat (limited to 'source/notes/2017-04-10-qutebrowser.md')
-rw-r--r-- | source/notes/2017-04-10-qutebrowser.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/source/notes/2017-04-10-qutebrowser.md b/source/notes/2017-04-10-qutebrowser.md new file mode 100644 index 00000000..506e2681 --- /dev/null +++ b/source/notes/2017-04-10-qutebrowser.md @@ -0,0 +1,19 @@ +--- +title: "qutebrowser" +date: 2017-04-10T09:14:00 +date_display: Apr 10, 2017 +--- + +# Troubleshooting + +## Javascript broken + +If website like mastodon instances or google seems had javascript code broken, you must install an other version of QtWebKit or use an other webengine. + +## QtWebKit engine + +Just install `qt5-webkit-ng` instead of `qt5-webkit` + +## WebEngin + +Just install `qt5-webengine` and start qutebrowser with the option `--backend webengine` |