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

Projekt:Trisquel
Komponente:Gnome
Kategorie:Fehlerbericht
Priorität:minor
Zugewiesen:nicht zugewiesen
Status:closed
Beschreibung

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

So, 04/01/2012 - 01:37
Status: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.

Mo, 06/25/2012 - 03:04
Status: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.