! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Text selection does not get copied to X clipboard.
Status:
RESOLVED: INVALID
Product:
Xfce4-terminal
Component:
General

Comments

Description Kresp 2016-10-26 09:15:07 CEST
When I select text in terminal with a mouse, selection only gets copied to primary X selection, but does not update clipboard selection.

For example, I select word "input" in terminal. Primary is updated, secondary is empty - as expected. But clipboard still contains old data:
$ xsel -p
input
\ No newline at end of selection
$ xsel -s
$ xsel -b
uint32 bufferWriterCounter
\ No newline at end of selection

xfce4-terminal version is 0.8.0
$ xfce4-terminal --version
xfce4-terminal 0.8.0 (Xfce 4.12)

I'm using Arch linux without XFCE DE. Terminal is from official repo. It is built from 0.8.0 release tarball with only this single patch which should not affect selections at all: https://git.archlinux.org/svntogit/packages.git/tree/trunk/0001-Set-window-hints-properly-showes-columns-rows-when-r.patch?h=packages/xfce4-terminal

Ctrl+Ins copies to clipboard as expected.
Comment 1 Igor editbugs 2016-10-26 10:34:00 CEST
Why do you expect it to be copied to the clipboard? There's Shift+Ctrl+C shortcut and a context menu entry for that.
Comment 2 Kresp 2016-10-27 02:29:11 CEST
I was told here https://forum.xfce.org/viewtopic.php?pid=43476 that this is a bug and should be reported as such.
Comment 3 Igor editbugs 2016-10-27 08:21:36 CEST
Ok, thanks for posting the forum link.

You were replied incorrectly - text selection should _not_ automatically be copied to the clipboard.
In xfce4-terminal, there is no option to copy text to the clipboard when selecting it, and we can discuss if it could be added - but this is not a bug.
Comment 4 Igor editbugs 2016-10-28 11:49:00 CEST
Not a bug - closing.

Bug #12925

Reported by:
Kresp
Reported on: 2016-10-26
Last modified on: 2016-10-28

People

CC List:
1 user

Version

Attachments

Additional information