I’m experiencing a clipboard synchronization issue on Fedora GNOME running on Wayland.
Applications initially share the clipboard normally. However, once an application copies something, it stops receiving clipboard updates from other GUI applications and continues pasting its own previously copied content.
Logging out and back in resets the behavior.
System information
- Fedora Linux 44 (Workstation Edition)
- GNOME 50
- Wayland
- Linux 6.19.14-300.fc44.x86_64
- 64-bit
Applications tested
- Firefox (RPM)
- Vivaldi (Flatpak)
- Zed (standalone installer)
- GNOME Terminal
- GNOME Text Editor
Reproduction
- Copy text in Firefox.
- Paste into Vivaldi → works.
- Copy text in Vivaldi.
- Copy different text in Firefox.
- Paste into Vivaldi.
Expected: The newly copied text from Firefox is pasted.
Actual: Vivaldi pastes the text it copied earlier.
The same behavior occurs with all the applications listed above. Copying and pasting within the same application continues to work normally.
Additional observations
wl-copyandwl-pastework correctly.wl-pastealways reports the latest clipboard contents, including content copied from GUI applications.- The issue occurs across RPM, Flatpak, and standalone applications.
- The issue is not limited to a particular application or toolkit.
Troubleshooting performed
-
Logged out and back in (temporarily resets the issue).
-
Disabled all GNOME Shell extensions.
-
Restarted IBus.
-
Verified
xdg-desktop-portalandxdg-desktop-portal-gnomeare active. -
Verified the Wayland clipboard using:
echo "hello" | wl-copy wl-paste -
Ran:
gsettings set org.gnome.desktop.interface gtk-enable-primary-paste true(no change).
-
Checked common environment variables (
GTK_MODULES,GTK_IM_MODULE,QT_IM_MODULE, etc.) and found nothing unusual.
Has anyone experienced this before or know what could be causing it?
