15 January 2024

Floorp

System: SuSE Linux (version 15.4)
CPUs: Intel(R) Core(TM) i5-3230M CPU @2.60GHz
Deps: floorp-11.7.1.linux-x86_64.tar.bz2

Floorp browser profile and user customisation.

bash-4.4$ mkdir -p ~/.floorp/office
bash-4.4$ cat << EOF > ~/.floorp/profiles.ini
> [Profile0]
> Name=office
> IsRelative=0
> Path=/home/eric/.floorp/office
>
> [General]
> StartWithLastProfile=0
> Version=2
> EOF
bash-4.4$ cat << EOF > ~/.floorp/office/user.js
> user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
> user_pref("browser.newtabpage.activity-stream.feeds.topsites", false);
> user_pref("browser.shell.checkDefaultBrowser", false);
> EOF
bash-4.4$ cat << EOF > ~/.local/share/applications/floorp.desktop
> [Desktop Entry]
> Name=Floorp
> Comment=Web Browser
> Exec=floorp -P office %u
> Icon=floorp
> Terminal=false
> StartupNotify=true
> Type=Application
> MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;application/x-xpinstall;x-scheme-handler/http;x-scheme-handler/https;
> Categories=Network;WebBrowser;
> EOF
bash-4.4$

[   ]



Releases