Como impedir que a tela do GNU faça alterações no título da minha janela de putty

4

Atualmente, sempre que abro uma sessão de tela a partir do PuTTY, o título da janela da janela do PuTTY muda para "tela". Eu gostaria de evitar que isso aconteça.

Por favor, deixe-me saber qual é a maneira de fazer isso. Desculpas se esta é uma questão duplicada.

Por favor note que eu estou NÃO perguntando sobre o título de várias sessões dentro da tela (que pode ser definida com Ctrl - a Shift + A ). Estou perguntando sobre o título da janela do PuTTY.

    
por Shankar Narayanan 20.08.2014 / 11:22

1 resposta

3

link

Eu mesmo descobri. A dica no link acima ajuda.

excerto desse URL

Via escape sequences, some remote computers have the ability to change the titles of client windows of applications such as PuTTY. Examples include a logon script that changes the PuTTY window title to the user's login name, or a shell prompt that continually changes PuTTY's window title to contain the name of the current remote client directory.

While sometimes these window title changes are desired, in other situations you would rather define a window title and have it stick without worrying about having it changed by the remote system. Thus you can lock the window title:

  1. Open PuTTY.
  2. Click on the "Session" link in the left pane.
  3. In the right pane, click "Default Settings", or a defined session, then the "Load" button.
  4. Expand the "Terminal" tree in the left pane.
  5. Click the "Features" link in the left pane.
  6. In the right pane, check "Disable remote-controlled window title changing".

    ss #1

  7. Click on the "Session" link in the left pane.

  8. Choose the session name you chose in #3, or "Default Settings".
  9. Click the "Save" button.

Note that if you change the default settings, you will still need to change the settings for each saved session.

Return to the Putty page.

    
por 20.08.2014 / 13:19