ryanvade

Joined 10 months ago

Last active 3 months ago

https://gist.github.com/LinuxSBC/7c39374130d2d443871ddde64cba18a3

0 0 2

This script will automatically add support for 1Password to integrate with Flatpak web browsers on Linux. I haven't tested every browser, so add a comment if it doesn't work for your browser.

Note: The 1Password app itself needs to be installed as a native package.

To use this script, follow these steps:

  1. Download the script (right-click on "Raw" and click "Save Link As").
  2. Open your terminal in the directory that you downloaded the script to. For example, if it's in your Downloads folder, run cd Downloads after opening your terminal.
  3. Mark the script as executable using the command chmod +x 1password-flatpak-browser-integration.sh.
  4. Run the script using the command ./1password-flatpak-browser-integration.sh.
  5. When it asks, enter the Flatpak application ID of your browser, then press Enter. If it's not listed, the easiest way to find it is to run flatpak list --app --columns=application | grep -i <browser name>, replacing <browser name> with the name of your browser.