Last active
June 12, 2026 06:41
-
-
Save gxanshu/cb9bd40603fa5eacd053f7d4d60354b7 to your computer and use it in GitHub Desktop.
Fix 1Password Flatpak Clipboard Error: Failed to open clipboard (ClipboardError)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| flatpak override --user \ | |
| --share=ipc \ | |
| --socket=x11 \ | |
| --socket=wayland \ | |
| --socket=session-bus \ | |
| --filesystem=xdg-run/p_u_b \ | |
| --talk-name=org.freedesktop.portal.Desktop \ | |
| com.onepassword.OnePassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment