tezuvho
First update your system: sudo eopkg up -y
Then install development tools:
sudo eopkg it -c system.devel
sudo eopkg it git cargo
clone the repo: git clone https://github.com/null-dev/firefox-profile-switcher-connector
Compile:
cd firefox-profile-switcher-connector
cargo build --release --locked --target-dir=target
When finished, install the files in the system:
sudo install -Dm00755 target/release/firefox_profile_switcher_connector /usr/bin/ff-pswitch-connector
sudo install -Dm00644 manifest/manifest-linux.json /usr/lib/mozilla/native-messaging-hosts/ax.nd.profile_switcher_ff.json
Then restart firefox.