ryanvade / Fix Zen Browser 1Password Access
0 likes
0 forks
2 files
Last active 1 month ago
https://gist.github.com/LinuxSBC/7c39374130d2d443871ddde64cba18a3
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:
- Download the script (right-click on "Raw" and click "Save Link As").
- Open your terminal in the directory that you downloaded the script to. For example, if it's in your Downloads folder, run
cd Downloadsafter opening your terminal. - Mark the script as executable using the command
chmod +x 1password-flatpak-browser-integration.sh. - Run the script using the command
./1password-flatpak-browser-integration.sh. - 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.
Newer
Older