Package Details: floorp 11.25.0-1

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: 1.05
First Submitted: 2022-06-30 09:53 (UTC)
Last Updated: 2025-03-29 21:24 (UTC)

Dependencies (48)

Required by (1)

Sources (4)

Pinned Comments

xiota commented on 2024-06-13 08:25 (UTC) (edited on 2024-08-21 11:23 (UTC) by xiota)

Building this package takes a very long time. To avoid excessive rebuilds, updates will 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. Wait until an actual release is available before flagging: https://github.com/Floorp-Projects/Floorp/releases/

If you have problems building this package, read and follow instructions in the other pinned comment.

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 at aur/floorp-bin.

  • If you have problems building:

    • Try clearing cache and resyncing package.
    • Try building in a clean chroot.
    • Provide details needed to reproduce the problem: build environment, computer specs, graphics card, desktop environment, commands used to build, etc.
    • Provide the full log in a pastebin.
  • 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)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

SR-G commented on 2024-05-22 22:06 (UTC) (edited on 2024-05-22 22:06 (UTC) by SR-G)

Sorry but no, it's definitely not a network/internet issue - network is obviously working 100% on my side and the problem is 100% reproductible test after test (like clearing ~/.yay/cache, retrying ...) (and all the previous steps, including some downloads, are working fine). This seems to be only a CERTIFICATE issue (as shown in the log) related to something about rust (but it's out of my domain of expertise, so i have no idea about what to do now).

Again :

(...) (unable to get local issuer certificate): error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2091:

xiota commented on 2024-05-22 21:56 (UTC)

@SR-G Looks like some internet connection issue. Nothing I can do about it. Check your network or try again later.

SR-G commented on 2024-05-22 20:43 (UTC)

I was willing to try but can't install, not sure what to do with that error...

Command is "yay -S floorp"

Result : 
 0:03.14 DEBUG: | error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-1.77.toml.sha256' to '<path removed>/.rustup/tmp/ip46f4da8vm8ucnq_file': failed to make network request: error sending request for url (https://static.rust-lang.org/dist/channel-rust-1.77.toml.sha256): client error (Connect): error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2091: (unable to get local issuer certificate): error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2091:

888 commented on 2024-05-11 11:16 (UTC) (edited on 2024-05-11 15:16 (UTC) by 888)

I'm having problems starting floorp-bin 11.12.2-1 under Wayland, even with "MOZ_ENABLE_WAYLAND=1". I think this has worked as expected before, but not sure when it stopped working. I have the environment variable both systemwide and in .desktop file. Arch/Plasma6/Wayland session. Edit: Sorry this was user-error, seems like one of the .desktop entries did not have the "--wayland" option enabled.

xiota commented on 2024-04-16 01:24 (UTC) (edited on 2024-04-16 01:31 (UTC) by xiota)

I pushed the update too soon. There's some issue at the very end of packaging. (makepkg can't find a file, even though it's definitely present at the beginning)

If you already started building... wait for profiling to complete before stopping it. This package is designed to use the previously generated profile, so you won't have to start from the beginning.

If you already built to the end... after the issue is fixed, try the -e flag to skip rebuilding.

xiota commented on 2024-03-25 16:18 (UTC) (edited on 2024-03-25 16:20 (UTC) by xiota)

Previously removed features are re-enabled. Building from source again has same features as binary package.

xiota commented on 2024-03-19 21:48 (UTC) (edited on 2024-03-20 11:06 (UTC) by xiota)

Some features were removed from the main Floorp repo a few days ago: CSK, Running extensions, Workspaces, Split view, Status bar, private containers.

Until further notice, they will be unavailable when building from source. They are still available in the binary package.

xiota commented on 2024-02-19 03:27 (UTC) (edited on 2024-02-19 17:46 (UTC) by xiota)

I'm still trying to figure out why PGO doesn't work on some systems. On two different build machines, xvfb-run and xwayland-run both work on one but not the other.

Update: Problem seems to be that I removed the MOZ_ENABLE_FULL_SYMBOLS=1 variable. Don't know why it affects building on one system but not another. Package has been updated and should work now.

jahiy commented on 2024-02-17 07:29 (UTC) (edited on 2024-02-17 08:04 (UTC) by jahiy)

The wlheadless-run version with pkgctl build also works for me now after adding the following lines:

export XDG_RUNTIME_DIR="$PWD/xdg"
mkdir "$XDG_RUNTIME_DIR"

https://gist.github.com/JaHIY/81cdb2bc36510f777ef3e7a3782cac64/revisions