debian-user:
I installed debian-live-11.1.0-amd64-xfce+nonfree.iso on a Dell Latitude
E6520 yesterday:
2021-12-05 11:46:51 root@laalaa ~
# cat /etc/debian_version ; uname -a ; dpkg-query -W xfce4-terminal
11.1
Linux laalaa 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64
GNU/Linux
xfce4-terminal 0.8.10-1
On Debian 9 (and 10, and earlier?) with Xfce Terminal, when I select an
entire line of text in one terminal and then middle click paste in
another terminal window, the entire line is pasted; including the
newline. This is useful for running the same command in many terminal
windows (e.g. 'ssh-agent bash -l', 'ssh-add', etc.).
On Debian 11, when I select an entire line of text in one terminal and
then middle click paste in another terminal window, the line is pasted
without the newline; requiring me to select the target window and press
<Return>.
How do I get Debian 11 Xfce Terminal to include the newline when I
select an entire line in one terminal windows and middle-click paste it
into another terminal window?
David