Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
JuCos
2 years agoDedicated Contributor
1Password on Fedora with an ARM machine
Hello !
I would like to know if anyone has found a solution to install 1Password for Linux (Fedora) on an ARM machine (Apple Silicon in this case)
I can't find anything on the site :-/
Beautifu...
lumarel
11 months agoNew Contributor
If you create a desktop file it will also work from the UI (i.e. for GNOME for your user as ~/.local/share/applications/1password.desktop
):
ini
[Desktop Entry]
Name=1Password
Exec=/opt/1Password/1password %U
Terminal=false
Type=Application
Icon=/opt/1Password/resources/icons/hicolor/256x256/apps/1password.png
StartupWMClass=1Password
Comment=Password manager and secure wallet
MimeType=x-scheme-handler/onepassword;
Categories=Office;
Installing the application was here to download the tarball unpack it to /opt (I left he versioned name and added a symlink), and works already!
The only issue I'm figuring out right now is writing a suitable SELinux Policy.