Search Criteria
Package Details: qutebrowser-git 3.6.3.r61.ge072257b8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/qutebrowser-git.git (read-only, click to copy) |
|---|---|
| Package Base: | qutebrowser-git |
| Description: | A keyboard-driven, vim-like browser based on PyQt |
| Upstream URL: | https://www.qutebrowser.org/ |
| Keywords: | browser web webkit |
| Licenses: | GPL |
| Conflicts: | qutebrowser |
| Provides: | qutebrowser |
| Submitter: | The-Compiler |
| Maintainer: | The-Compiler |
| Last Packager: | The-Compiler |
| Votes: | 92 |
| Popularity: | 0.24 |
| First Submitted: | 2014-11-11 21:47 (UTC) |
| Last Updated: | 2026-01-16 16:07 (UTC) |
Dependencies (19)
- python-jinja
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- python-pyqt6-webengine
- python-yaml (python-yaml-gitAUR)
- asciidoc (asciidoc-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- pygmentize (python-pygments) (make)
- python-setuptools (make)
- gst-libav (gst-libav-gitAUR) (optional) – media playback with qt5-webkit backend
- gst-plugins-bad (gst-plugins-bad-gitAUR) (optional) – media playback with qt5-webkit backend
- gst-plugins-base (gst-plugins-base-gitAUR) (optional) – media playback with qt5-webkit backend
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – media playback with qt5-webkit backend
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (optional) – media playback with qt5-webkit backend
- pdfjs (optional) – displaying PDF in-browser
- python-adblock (optional) – ABP-style adblocking
- python-pygments (optional) – :view-source with qt5-webkit backend
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR, python-pyqt5-pre-releaseAUR) (optional) – Legacy Qt wrapper
- python-pyqtwebengine (python-pyqt5-webengineAUR) (optional) – Legacy Qt wrapper
- qt5-webkitAUR (qt5-webkit-gitAUR) (optional) – legacy alternative backend
Required by (1)
- dmscripts-git (requires qutebrowser) (optional)
Latest Comments
1 2 3 4 5 Next › Last »
The-Compiler commented on 2026-02-08 22:30 (UTC)
@BitMana Sounds like you have a partially upgraded system possibly, with some Python 3.13 instead of 3.14 packages. In any case, this is not a good place for support with qutebrowser itself, see https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/index.asciidoc#getting-help for better places.
BitMana commented on 2026-02-08 17:59 (UTC) (edited on 2026-02-08 17:59 (UTC) by BitMana)
I have compiled and installed this package on the armv7h architecture. Everything seemed to go smoothly, yet it won't run.
It brings up the following error window and then exits:
I do have the qt6-webengine + python-pyqt6-webengine packages installed. Need some guidance here.
merlock commented on 2023-10-12 22:55 (UTC)
Thanks, @The-Compiler...new source clone did the trick.
Thanks!
The-Compiler commented on 2023-10-12 19:57 (UTC)
@merlock Works fine here. Make sure you run a clean build, i.e. don't have any old checkout cached from before the
master->mainrename.merlock commented on 2023-10-12 18:57 (UTC) (edited on 2023-10-12 19:03 (UTC) by merlock)
Trying to build in a clean chroot results in this:
Note: same error when attempting an unclean (not in chroot) build.
<deleted-account> commented on 2023-10-12 15:26 (UTC)
@The-Compiler
thank you for the super fast response! i indeed have some packages not up to date, but that's because i'm using alhp (unofficial x86_64-v3 arch repos). i will figure this out
The-Compiler commented on 2023-10-12 15:19 (UTC)
@treeshateorcs Not an issue with this package, a
python3 -c 'from PyQt6.QtCore import *'will show the same message. It sounds like you did a partial upgrade and are mixing python-pyqt6 6.6 with qt6-base 6.5.<deleted-account> commented on 2023-10-12 15:12 (UTC)
MeisBarry commented on 2023-07-24 14:58 (UTC) (edited on 2023-07-24 14:58 (UTC) by MeisBarry)
Today while updating I got this error:
In case anyone else encounters this, the solution is to wipe your local git repo and build from a fresh clone. For
yay, that means runningyay -S qutebrowser-gitand selecting[A]llwhen asked about cleanBuild.WorMzy commented on 2023-07-23 21:45 (UTC) (edited on 2023-07-23 22:30 (UTC) by WorMzy)
I can't speak for
yay, but if you use a SRCDEST, then the git config will be out-of-date since themasterbranch was retired in favour ofmain. Manifests as:Simple fix:
1 2 3 4 5 Next › Last »