Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
1stein
2 years agoNew Contributor
File picker not opening when adding files or exporting items [Known Issue]
As already asked in https://1password.community/discussion/126954/exports-on-linux-dont-work, I also struggle to export my passwords at the moment. I tried this with several versions of 1Password:
...
Joshua_ag
1Password Team
2 years agoHi 1stein, Dave47 jritzerfeld, theqlp,
Our team has released a fix for this issue. It is currently in the nightly edge
version of 1Password for Linux. You can learn how to install the nightly version here.
As a note for Fedora users there are a few extra steps needed to set the appropriate settings in Fedora. Here are the instructions from our developers:
Some 1Password functionality will not work if Yama's ptrace_scope
value is set to 0. Execute the following in your terminal to set ptrace_scope
to 1, which will impose some security restrictions system-wide. You will have to restart 1Password to get it to detect the new setting.
Temporarily (until next reboot)
sudo sysctl -w kernel.yama.ptrace_scope=1
Permanently
echo "kernel.yama.ptrace_scope=1" | sudo tee -a /etc/sysctl.d/99-ptrace-scope.conf
sudo sysctl --system
If you are not a Fedora user you can skip the above Yama commands.
Let us know if you are able to open the file picker again after updating to the latest nightly.