Terminal emulator automatically launches command when using CTRL+SHIFT+V?

Proxecto:Trisquel
Componente:Gnome
Categoría:informe de erro
Prioridade:minor
Asignado:Sen asignar
Estado:closed
Descrición

Whenever I copy this command from Gnote:

ssh -p 22 -D 1080 -f -C -q -N -v anon@10.0.0.5

and put the command into the terminal emulator, for some reason the command automatically runs and when I go to use command history (up arrow), the command's not there. But when I go to the edit menu and select "Paste" the command doesn't automatically run and it's in the history.

Trisquel 5.0
GNOME Terminal 2.32.1

Dom, 04/01/2012 - 00:37
Estado:active» needs more info

This sounds a lot like this bug here:

This isn't an actual bug as they state there you are copying over a carriage return.

So instead of just copying the string:

"ssh -p 22 -D 1080 -f -C -q -N -v anon@10.0.0.5"

you most likely are copying over the string:

"ssh -p 22 -D 1080 -f -C -q -N -v anon@10.0.0.5 carriage return"

Could you please check that and report back.

Lun, 06/25/2012 - 02:04
Estado:needs more info» closed

Marking as "closed" because of 12 weeks of "needs more information" status with no response. Feel free to re-open if issue persists and you wish to provide more information.