Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 21986 ideas, 135057 comments, 2615221 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas
Idea #25453: Clipboard: auto-selection corrupt primary buffer

Written by Aceler the 26 Jul 10 at 10:50. Category: Usability. Related project: Nothing/Others. Status: New
Rationale
There are two buffers in X system — the primary and the clipboard buffer. The first works when you select something and than paste using middle button. The second works when you press Ctrl+C and paste Ctrl+V. The first can contain only the text, the second is more complicated.

So, GTK applications does not respect the primary buffer, and push any selected text into it, including auto-selected. This make primary buffer unuseable — because auto-selected text usually does not makes any sense.

The qt based apps, in countrary, works in order and push the text into primary buffer only when user select it with a mouse.
Tags: gtk

16
votes
up equal down
Solution #1: Fix GTK behavior
Written by Aceler the 26 Jul 10 at 10:50.
Make gtk apps act follows — push only the text, selected with mouse, to the primary clipboard.

Propose your solution

Attachments
No attachments.


Duplicates


Comments
No comments.

Post your comment