[
https://issues.apache.org/jira/browse/GUACAMOLE-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Jumper updated GUACAMOLE-265:
-------------------------------------
Description:
The easiest way to test this is to manually change the window's title. For
example, the following command works to change the window's title when using
gnome-terminal:
{code:none}
$ PROMPT_COMMAND='echo -ne "\033]0;SOME TITLE HERE\007"'
$
$
{code}
When this same command is run through Guacamole, part of the new title is
printed inline on every line (everything save for the first alphabetical
character), and resembles artifacting:
{code:none}
$ PROMPT_COMMAND='echo -ne "\033]0;SOME TITLE HERE\007"'
OME TITLE HERE $
OME TITLE HERE $
{code}
...NB: if you run this same command inside gnu screen, the output is slightly
different (note the subsequent command prompts lack the same title artifacting)
{code:none}
$ PROMPT_COMMAND='echo -ne "\033]0;SOME TITLE HERE\007"'
OME TITLE HERE $
$
{code}
...furthermore, if you detach and reattach to the same gnu screen, the
artifacting is gone.
was:
The easiest way to test this is to manually change the window's title. For
example, the following command works to change the window's title when using
gnome-terminal:
$ PROMPT_COMMAND='echo -ne "\033]0;SOME TITLE HERE\007"'
$
$
When this same command is run through Guacamole, part of the new title is
printed inline on every line (everything save for the first alphabetical
character), and resembles artifacting:
$ PROMPT_COMMAND='echo -ne "\033]0;SOME TITLE HERE\007"'
OME TITLE HERE $
OME TITLE HERE $
...NB: if you run this same command inside gnu screen, the output is slightly
different (note the subsequent command prompts lack the same title artifacting)
$ PROMPT_COMMAND='echo -ne "\033]0;SOME TITLE HERE\007"'
OME TITLE HERE $
$
...furthermore, if you detach and reattach to the same gnu screen, the
artifacting is gone.
> ssh session "window title" change printed partially inline; text artifacting
> ----------------------------------------------------------------------------
>
> Key: GUACAMOLE-265
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-265
> Project: Guacamole
> Issue Type: Bug
> Components: SSH
> Affects Versions: 0.9.12-incubating
> Reporter: Mark Tomich
> Priority: Minor
>
> The easiest way to test this is to manually change the window's title. For
> example, the following command works to change the window's title when using
> gnome-terminal:
> {code:none}
> $ PROMPT_COMMAND='echo -ne "\033]0;SOME TITLE HERE\007"'
> $
> $
> {code}
> When this same command is run through Guacamole, part of the new title is
> printed inline on every line (everything save for the first alphabetical
> character), and resembles artifacting:
> {code:none}
> $ PROMPT_COMMAND='echo -ne "\033]0;SOME TITLE HERE\007"'
> OME TITLE HERE $
> OME TITLE HERE $
> {code}
> ...NB: if you run this same command inside gnu screen, the output is slightly
> different (note the subsequent command prompts lack the same title
> artifacting)
> {code:none}
> $ PROMPT_COMMAND='echo -ne "\033]0;SOME TITLE HERE\007"'
> OME TITLE HERE $
> $
> {code}
> ...furthermore, if you detach and reattach to the same gnu screen, the
> artifacting is gone.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)