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
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) |
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
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.
The last release for me changed the default profile, but didn't make a new config dir like 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.
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
@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.
@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.
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.