Package Details: floorp-bin 11.21.0-1

Git Clone URL: https://aur.archlinux.org/floorp-bin.git (read-only, click to copy)
Package Base: floorp-bin
Description: Firefox-based web browser focused on performance and customizability
Upstream URL: https://floorp.app/
Licenses: MPL-2.0
Conflicts: floorp
Provides: floorp
Submitter: xiota
Maintainer: xiota (nsk1010)
Last Packager: xiota
Votes: 41
Popularity: 4.65
First Submitted: 2023-12-24 21:52 (UTC)
Last Updated: 2024-11-25 05:25 (UTC)

Required by (1)

Sources (4)

Pinned Comments

xiota commented on 2024-07-09 06:11 (UTC) (edited on 2024-08-17 09:07 (UTC) by xiota)

Blog posts do not contain links to source or binaries. Please check for binary availability before flagging:

xiota commented on 2024-01-02 01:50 (UTC) (edited on 2024-01-18 06:45 (UTC) by xiota)

Firefox-based browsers create new profiles when the install location changes.

This package currently installs to /opt. Previous versions installed to /usr/lib.

Try floorp --ProfileManager to switch and manage profiles.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

giuskywalker commented on 2024-01-06 01:51 (UTC)

Well, i wasn't able to launch the floorp due to a requirement that wasn't installed on my system, so if anybody is getting an error while trying to launch it, just install this:

sudo pacman -S dbus-glib

xiota commented on 2024-01-02 01:50 (UTC) (edited on 2024-01-18 06:45 (UTC) by xiota)

Firefox-based browsers create new profiles when the install location changes.

This package currently installs to /opt. Previous versions installed to /usr/lib.

Try floorp --ProfileManager to switch and manage profiles.

ryonia commented on 2024-01-01 20:17 (UTC)

The last release for me changed the default profile, but didn't make a new config dir like Kageyama.

kageyama commented on 2023-12-30 18:45 (UTC) (edited on 2023-12-30 18:45 (UTC) by kageyama)

Don't know if its just me or its a bug, but floorp created a new profile in ~/.config/.floop instead of just reusing the old one with this new pkgbuild release.

kageyama commented on 2023-12-30 16:07 (UTC)

The latest package .desktop filer is pointing to wrong location.

.desktop path -> /usr/share/applications/floorp.desktop

and it has entry Exec=/usr/lib/floorp/floorp --class="floorp" --ProfileManager %u which no longer exists

xiota commented on 2023-12-29 22:46 (UTC) (edited on 2023-12-30 13:42 (UTC) by xiota)

@kageyama I've responded at the issue you link. I've changed the install location to /opt. check-broken-packages doesn't check the /opt directory for missing files to avoid false positives.

kageyama commented on 2023-12-29 21:14 (UTC) (edited on 2023-12-29 21:27 (UTC) by kageyama)

@xiota so i asked at https://github.com/desbma/pacman-hooks/issues/15 and they said that This packages uses a non standard directory to store its dynamic libraries, and a script to run a binary in the same directory as the libraries to ensure they are loaded anyway. so the best thing is to add it to exception of the pacman hook that i am using.