2019-11-02 06:56:24 +01:00
|
|
|
Qutebrowser is a keyboard-focused browser with a minimal vim-like GUI.
|
|
|
|
It's based on Qt and PyQt5 and free software, licensed under the GPL.
|
|
|
|
|
|
|
|
It was inspired by other browsers/addons like dwb and
|
|
|
|
Vimperator/Pentadactyl.
|
|
|
|
|
2020-02-07 19:44:25 +01:00
|
|
|
This SlackBuild installs all needed dependencies in a virtual
|
2019-11-02 06:56:24 +01:00
|
|
|
environment subfolder. This comes with an up-to-date Qt/PyQt including a
|
|
|
|
pre-compiled QtWebEngine binary, but has a couple of caveats:
|
|
|
|
* It only works on 64-bit x86 systems.
|
|
|
|
* It comes with a QtWebEngine compiled without proprietary codec support
|
2020-02-07 19:44:25 +01:00
|
|
|
(such as h.264).
|
|
|
|
|
2020-06-26 18:29:54 +02:00
|
|
|
Before version 1.10.0 this SlackBuild used tox to manage virtualenv,
|
|
|
|
hence the name of the SlackBuild.
|