#!/bin/bash #Panel for BigLinux # #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# . /usr/share/bigcontrolcenter/default/theme-categories.sh.htm #Translation export TEXTDOMAINDIR="/usr/share/locale-langpack" export TEXTDOMAIN=bigcontrolcenter-themes-fonts echo ' ' title=$"Configurar ou instalar fontes" apply=$"Aplicar" close=$"Sair" tip_kde=$"Defina as suas fontes preferidas para utilizar no sistema.

Essa operacao afeta apenas esse usuario." tip_install=$"Uma forma simples de instalar e remover fontes." tip_big=$"Defina a configuracao de nitidez mais agradavel.

* Essa operacao afeta apenas esse usuario." tip_ms=$"Instala para todos os usuarios do sistema fontes muito utilizadas:
* Webdings
* Andale Mono
* Verdana
* Arial
* Trebuchet
* Comic Sans MS
* Times New Roman
* Courier New
* Impact
* Georgia" tip_rmms=$"Remove do sistema fontes muito utilizadas:
* Webdings
* Andale Mono
* Verdana
* Arial
* Trebuchet
* Comic Sans MS
* Times New Roman
* Courier New
* Impact
* Georgia" . /usr/share/bigcontrolcenter/default/theme.sh.htm if [ "$p_ms" = "yes" ] then bigsudo bigsynaptic --install ttf-mscorefonts-installer 2> /dev/null fi if [ "$p_ms" = "no" ] then bigsudo bigsynaptic --remove ttf-mscorefonts-installer 2> /dev/null fi cat << EOF EOF echo "$title" #header open_header echo "$title" '
' $"Escolha as fontes a serem utilizadas, nitidez e instale novas fontes." close_header echo "
" echo """"'
'"$bigbash_categories_font" $"Selecionar fontes utilizadas no sistema" "
" echo '
' echo """"'
'"$bigbash_categories_font" $"Instalar ou remover fontes" "
" echo '
' echo """"'
'"$bigbash_categories_font" $"Configurar nitidez das fontes" "
" echo '
' if [ -e "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf" ] then echo """"'
'"$bigbash_categories_font" $"Remover fontes MS" "
" else echo """"'
'"$bigbash_categories_font" $"Instalar fontes MS" "
" fi echo '
' echo '
' echo "

"