wlheadless-run
is provided by aur/xwayland-run
and aur/xwayland-run-git
.
Issues with stable package have been resolved.
Git Clone URL: | https://aur.archlinux.org/floorp.git (read-only, click to copy) |
---|---|
Package Base: | floorp |
Description: | Firefox-based web browser focused on performance and customizability |
Upstream URL: | https://github.com/Floorp-Projects/Floorp |
Licenses: | MPL-2.0 |
Submitter: | nsk1010 |
Maintainer: | nsk1010 (xiota) |
Last Packager: | xiota |
Votes: | 22 |
Popularity: | 0.46 |
First Submitted: | 2022-06-30 09:53 (UTC) |
Last Updated: | 2025-05-11 11:33 (UTC) |
wlheadless-run
is provided by aur/xwayland-run
and aur/xwayland-run-git
.
Issues with stable package have been resolved.
wlheadless-run
does not exist in the AUR or official repo. Was it removed?
Replace wlheadless-run
with xwayland-run
and not xwayland-run-git
Floorp has archived the private components repository. All the code has been moved back to Floorp-core just like it was 4 months back. The PKGBUILD for this package will have to be modified.
Building this package takes a very long time. To avoid excessive rebuilds, updates may be delayed until the weekend following releases. aur/floorp-bin
will be updated more quickly.
This package cannot be updated on the basis of blog posts. Check that an actual release is available before flagging: https://github.com/Floorp-Projects/Floorp/releases/
@SR-G What packages you do or don't use doesn't matter to me. But it is better that you do not use this package. Building browsers from source takes a very long time, and no one can help you if you do not read and follow instructions.
As already stated, this package has been tested in a clean chroot. I am unable to reproduce your problem. The problem is on your end:
I'm astonished by your answer, really (couldn't it have been for example a missing package containing some extra certificates, like archlinux-keyring ?).
Anyway, message perfectly received, and be reassured that i'll definitely stay away from this AUR package.
@SR-G Your problems with AUR helper and internet connection, including SSL and TLS, are not packaging issues. There is nothing for me to do about them.
You can try building in clean chroot.
Do not post or ask here about the same error again. Either check your side for problems or wait for the server side to fix it, if there is even anything wrong on their end.
Pinned Comments
xiota commented on 2024-06-13 08:25 (UTC) (edited on 2025-04-29 12:52 (UTC) by xiota)
Building this package takes a very long time. To avoid excessive rebuilds, updates may be delayed until the weekend following releases.
aur/floorp-bin
will be updated more quickly.This package cannot be updated on the basis of blog posts. Check that an actual release is available before flagging: https://github.com/Floorp-Projects/Floorp/releases/
xiota commented on 2024-01-17 22:35 (UTC) (edited on 2025-03-29 21:39 (UTC) by xiota)
aur/floorp
now builds from source. Binary package available ataur/floorp-bin
.If you have problems building:
Some options are available by setting environment variables:
_build_pgo=false
: Don't use profile-guided optimization (PGO). (Builds faster, but runs slower.)_build_pgo_reuse=false
: Make new PGO profile._build_pgo_xvfb=true
: Profile with xvfb-run instead of wlheadless-run.To reduce rebuild times, this package attempts to save and reuse PGO profiles for patch-level releases. Profiles are regenerated for new major and minor releases. (major.minor.patch)