I have started to diagnose using xclip.
This gave me a reminder that there are two clipboards on Ubunutu : XA_PRIMARY and XA_CLIPBORAD

Fortunately, I discovered that Right-click -> popup menu -> Paste pastes XA_CLIPBOARD and not XA_PRIMARY, which I did not know

So the solution to my problem is: to copy-paste from Geany to terminal, use the right click instead of shift-insert.

Curiously this is not necessary for most other programs because (I just tested gedit and firefox):

Btw I was used to do Ctrl-C in firefox then Shift-Insert in the terminal: the Ctrl-C step was in fact not necessary.

I do not know if this is voluntary or not that Geany does not behave like most other programs.

(My personnal opinion is that neither Geany nor Firefox are faltly: the user friendly way to go would be if Ubuntu developers could find a way to disable XA_PRIMARY, if it does not break the system; selecting would either copy to XA_CLIPBOARD or better: do nothing because personally I use selection as a bookmark to remember where I am while reading a specific page on Firefox; but this is not a concern for the Geany bug tracker ;-)


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3244/1208024735@github.com>