Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoError downloading documents from 1Password Linux App
Hello, I'm using the 1Password App on Arch Linux, and virtually everything is functioning OK so far... except for when I try to download a document stored in 1Password, which does not work at all and...
Dayton_ag
1Password Team
4 years agoHello @bertez , I'm really sorry you're running into this issue with 1Password! Let's get things back up and running.
When saving an attachment, 1Password automatically places the decrypted file in the XDG_DOWNLOAD_DIR
directory, as declared in .bashrc
or .zshrc
. On many distros, this environment variable is set automatically by the package xdg-user-dirs
. To get things working, you can declare a directory for XDG_DOWNLOAD_DIR
in ..bashrc
or .zshrc
, in the format below:
XDG_DOWNLOAD_DIR="$HOME/Downloads"
Alternately, you can install the xdg-user-dirs
package. If you'd like to read a little more about xdg-user-dirs
and the function it provides before installing, you can find more information at the link below:
XDG user directories - ArchWiki
ref: dev/core/core#15581