We are updating the 1Password Community between 9am EST and 10am EST on June 12th. The web experience may be impacted during this time.
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:
...
solarizde
10 months agoFrequent Contributor
Experience the same for everything related to the filepicker.
Also on Fedora 40 and 1password 8.10.36 runing from the yum beta repo.
In the past when it occured I was able to fix it by forcing the use of GTK Portal.
export GTK_USE_PORTAL=1
But this does not change anything anymore no matter if 0 or 1.
If I start 1password with log info level I see when the Filepicker is about to open it produce a portal error, which explain why it cant open the picker:
[80396:0806/165053.215373:ERROR:select_file_dialog_linux_portal.cc(760)] Portal returned error: org.freedesktop.DBus.Error.AccessDenied: Portal operation not allowed: Unable to open /proc/80396/root
Known Portals are confirmed working on manual trigger or other apps:
```
qdbus | grep portal
org.freedesktop.portal.Desktop
org.freedesktop.portal.Documents
org.freedesktop.impl.portal.PermissionStore
org.freedesktop.impl.portal.desktop.kwallet
org.freedesktop.impl.portal.desktop.kde
org.freedesktop.impl.portal.desktop.gtk
```