Search Criteria
Package Details: qutebrowser-profile-git 20201130.55ff314-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qutebrowser-profile-git.git (read-only, click to copy) |
---|---|
Package Base: | qutebrowser-profile-git |
Description: | A simple wrapper script for qutebrowser that allows you to maintain different profiles |
Upstream URL: | https://github.com/jtyers/qutebrowser-profile |
Licenses: | MIT |
Provides: | qutebrowser-profile |
Submitter: | pjvds |
Maintainer: | pjvds |
Last Packager: | pjvds |
Votes: | 2 |
Popularity: | 0.24 |
First Submitted: | 2020-11-30 11:55 (UTC) |
Last Updated: | 2020-12-01 09:14 (UTC) |
Latest Comments
berilac commented on 2025-06-30 09:13 (UTC) (edited on 2025-06-30 09:27 (UTC) by berilac)
The PKGBUILD needs:
And the main dependency is not longer
bash
, butpython
instead. As Rehpotsirhc already mentioned,python-cattrs
is a further missing dependency.With this, compilation in a clean chroot and subsequent installation works.
But execution still fails.cattrs
appears to be importingNothingType
fromattrs
module, which presumably no longer exists. Guess this is an issue forcattrs
upstream.Ok, it turns out we just need a sufficiently recent version of
python-attrs
, specifically24.3.0
and above see here.With that, I believe things should now work as expected. I still have some other issues, but believe they're unrelated to
qutebrowser-profile
.Rehpotsirhc commented on 2024-03-12 03:25 (UTC)
They added cattrs as a dependency, but this package doesn't install it, so it doesn't work.
sybix commented on 2020-12-24 11:42 (UTC) (edited on 2020-12-24 11:45 (UTC) by sybix)
Hi,
Qutebrowser script is hardcoded to the author home directory in the .desktop file
You need to patch the original .desktop file with :