Skip to main content
April 1, 2026
Question

Issue with the copy buttons

  • April 1, 2026
  • 6 replies
  • 310 views

I am running 1password from the Flathub. 

No copy buttons works. There is no notification or visual feedback. 

Here is the error message I gathered by launching 1password from the command line (via `flatpak run -v`)

ERROR 2026-04-01T13:11:12.901+00:00 runtime-worker(ThreadId(12)) [1P:ffi/op-core-node/src/lib.rs:136] AppError at /mnt/ephemeral/builds/dev/core/core/service/op-service-field-action/src/lib.rs:425:13
OpeningClipboard(ClipboardError(An unknown error occured during a clipboard operation))

Stack backtrace:
   0: op_service_field_action::field_action::{{closure}}
   1: op_app::app::backend::<impl op_app::app::App>::invoke_external::{{closure}}
   2: <op_invocation::WithCallback<F> as core::future::future::Future>::poll
   3: tokio::runtime::task::raw::poll
   4: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
   5: tokio::runtime::scheduler::multi_thread::worker::run
   6: tokio::runtime::task::raw::poll
   7: std::sys::backtrace::__rust_begin_short_backtrace
   8: core::ops::function::FnOnce::call_once{{vtable.shim}}
   9: std::sys::thread::unix::Thread::new::thread_start
  10: <unknown>
  11: clone

Version Info:

 

6 replies

Trevor_1P
1Password Employee
April 2, 2026

Hi @ff1p ,

Thank you for sharing the error message! Could you also confirm what Linux distribution(s) you're experiencing the issue on?

ff1pAuthor
April 3, 2026

I use https://aeondesktop.github.io/(from a technical standpoint, the immutable base system shares a lot with openSUSE tumbleweed). The version of `flatpak` is 1.16.3

 

ff1pAuthor
April 3, 2026

Okay, I just double-checked. ~It works again. Not sure what happened.~

 

ff1pAuthor
April 3, 2026

I was wrong. The 1password instance I checked was quite old one, which was a flatpak I had downloaded per the old instructions on the 1password website. 

The version downloaded from the flathub does have the issue

Trevor_1P
1Password Employee
April 10, 2026

Hi @ff1p,

Thank you for the additional information! To help us further investigate, I'd like to ask you to create and share a 1Password diagnostics report from your Linux device:

Send a diagnostics report (Linux)

Attach the diagnostics to an email message addressed to support@1password.com. With your email please include:

- A link to this thread: https://www.1password.community/discussions/1password/issue-with-the-copy-buttons/169009

- Your forum username: ff1p

You should receive an automated reply from our BitBot assistant with a Support ID number.  Please post that number here.  Thanks very much!

April 28, 2026

I can confirm this behavior on Fedora 44 with Gnome.

I've been using Fedora 43 for a while before the upgrade and used the following workaround which made it work there. The same workaround no longer functions in Fedora 44:

❯ cat .local/share/flatpak/overrides/com.onepassword.OnePassword
[Context]
sockets=!fallback-x11;!x11

[Environment]
ELECTRON_OZONE_PLATFORM_HINT=auto
May 3, 2026

I had the same issue with 1password installed directly from the Software app. However, installing the rpm package directly from the 1password website fixed it.

May 26, 2026

Hi,

I am currently facing the exact same issue. I use Bluefin with 1Password installed via Flatpak (both last versions).

1P_Gem
1Password Employee
May 27, 2026

Hi @guillaume0, I'm sorry to hear that you're running into this issue as well. 

So our team can look into this further, could you share a 1Password diagnostics report from your Linux device:

Send a diagnostics report (Linux)

Attach the diagnostics to an email message addressed to: support@1password.com

With your email please include:

  • A link to this thread: https://www.1password.community/discussions/1password/issue-with-the-copy-buttons/169009
  • Your forum username: guillaume0

 

You'll receive a reply with a Support ID number. Please post that number here. Thanks!

May 27, 2026

Hi,

Thanks for your reply! I had already emailed the support but without a diagnostics report, so I've just sent one. My support ID number is 617725.

ff1pAuthor
May 27, 2026

a workaround for me ATM is `flatpak run --nosocket=fallback-x11 com.onepassword.OnePassword`. Flatseal can make this flag permanent. 

May 27, 2026

I can confirm this works, nice!

(For Flatseal users, all what you need is to uncheck "Fallback to X11 windowing system" for 1Password.)