Como mudar a cor do terminal embutido no linux mint 12 para poder usar 'ls' e 'byobu'?

2

Estou usando o Linux Mint 12 e estou tendo problemas com o terminal embutido no gedit.

Usando os temas padrão, não consigo usar 'ls' e 'byobu', já que parte das cores de primeiro plano e de fundo de saída são as mesmas.

Problemas mostrados nesta captura de tela. Byobu está em execução (duas linhas de terminal) e o ls acaba de ser usado.

Euseguiasinstruçõesem link mas não tiveram sorte com isso.

Qualquer ideia seria muito apreciada!

    
por CalumJEadie 06.01.2012 / 15:21

2 respostas

1

Se você está enfrentando isso, precisará editar /usr/share/byobu/profiles/common e comentar essas duas linhas:

attrcolor b ".I"                                          
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'  

Eu ainda não descobri qual combinação de terminais enfrenta esse problema, mas há um bug aberto, e tenha certeza de que estou trabalhando nisso; -)

    
por 18.02.2012 / 23:46
0

Espero que isso ajude, não posso testá-lo. Na página do manual 'ls':

-G Enable colorized output. This option is equivalent to defining CLICOLOR in the environment. (See below.)

CLICOLOR Use ANSI color sequences to distinguish file types. See LSCOLORS below. In addition to the file types mentioned in the -F option some extra attributes (setuid bit set, etc.) are also displayed. The colorization is dependent on a terminal type with the proper termcap(5) capabili- ties. The default cons25'' console has the proper capabilities, but to display the colors in an xterm(1), for example, the TERM variable must be set to xterm-color''. Other terminal types may require simi- lar adjustments. Colorization is silently disabled if the output isn't directed to a terminal unless the CLICOLOR_FORCE variable is defined.

CLICOLOR_FORCE Color sequences are normally disabled if the output isn't directed to a terminal. This can be overridden by set- ting this flag. The TERM variable still needs to refer- ence a color capable terminal however otherwise it is not possible to determine which color sequences to use.

    
por 06.01.2012 / 15:46