Como posso desativar o nome do arquivo longo truncado na visualização de ícones?

4

Gostaria de saber como desabilitar o recurso do nautilus que trunca nomes extensos de arquivos no modo de exibição de ícones? Acredito que possa haver uma chave gconf que controla isso, mas não tenho certeza de qual chave específica, se existir, ou precisa ser adicionada manualmente.

    
por komputes 18.06.2011 / 02:24

1 resposta

2

A chave do gconf que você está procurando é /apps/nautilus/icon_view/text_ellipsis_limit

Basicamente, você só precisa configurá-lo para [0] e não truncará em qualquer nível de zoom

Aqui está a descrição completa do gconf se você estiver curioso:

A string specifying how parts of overlong file names should be replaced by ellipses, depending on the zoom level. Each of the list entries is of the form "Zoom Level:Integer".

For each specified zoom level, if the given integer is larger than 0, the file name will not exceed the given number of lines. If the integer is 0 or smaller, no limit is imposed on the specified zoom level. A default entry of the form "Integer" without any specified zoom level is also allowed. It defines the maximum number of lines for all other zoom levels.

Examples: 0 - always display overlong file names; 3 - shorten file names if they exceed three lines; smallest:5,smaller:4,0 - shorten file names if they exceed five lines for zoom level "smallest". Shorten file names if they exceed four lines for zoom level "smaller". Do not shorten file names for other zoom levels. Available zoom levels: smallest (33%), smaller (50%), small (66%), standard (100%), large (150%), larger (200%), largest (400%)

    
por swrobel 18.06.2011 / 02:30