Skip to content
Discussion options

You must be logged in to vote

Hitting this too on Arch + KDE Plasma (Wayland), same Ghostty 1.3.1-arch1. I think I found the root cause.

It's the gtk-enable-primary-paste GSetting. Ghostty 1.3.0 started honoring it in #10328, and on my system that key defaults to false — shipped that way directly by gsettings-desktop-schemas (50.0-1 here), no KDE or distro override involved. Firefox pastes fine because it implements middle-click paste itself and ignores the GTK setting; Ghostty now reads it and respects it, so it goes quiet.

Fix that worked for me:

gsettings set org.gnome.desktop.interface gtk-enable-primary-paste true

Takes effect on next Ghostty launch (the setting is read once at startup, which matches @mitchellh'…

Replies: 10 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@antoineco
Comment options

Answer selected by ver-1000000
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jcollie
Comment options

jcollie Apr 11, 2026
Collaborator

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@00-kat
Comment options

00-kat May 5, 2026
Collaborator

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@antoineco
Comment options

@Geobert
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Issue is in an upstream project gtk Issues exclusive to GTK which are not OS-specific