Mudanças entre as edições de "Terminal leve"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Linha 1: Linha 1:
apt-get install libdirectfb-bin libgtk-directfb-2.0-0 qingy \
+
apt-get install libdirectfb-bin libgtk-directfb-2.0-0 qingy \
 
  xfce4 thunar-archive-plugin thunar-media-tags-plugin thunar-volman
 
  xfce4 thunar-archive-plugin thunar-media-tags-plugin thunar-volman
  
Linha 22: Linha 22:
 
* Pegue temas aqui http://qingy.sourceforge.net/themes.php
 
* Pegue temas aqui http://qingy.sourceforge.net/themes.php
 
* O diretório padrão é /usr/share/qingy/themes
 
* O diretório padrão é /usr/share/qingy/themes
* Na linha 64 do arquivo /etc/qingy/settings troque '''theme = "default"''' pelo nome da pasta-tema
+
* Na linha 65 do arquivo /etc/qingy/settings troque '''theme = "default"''' pelo nome da pasta-tema
  
 
== XFCE em portugues-brasileiro==
 
== XFCE em portugues-brasileiro==

Edição das 23h44min de 20 de abril de 2009

apt-get install libdirectfb-bin libgtk-directfb-2.0-0 qingy \

xfce4 thunar-archive-plugin thunar-media-tags-plugin thunar-volman

Qingy na inicialização

troque em /etc/inittab de 54 ate 59 por

1:2345:respawn:/usr/sbin/qingy tty1
2:23:respawn:/usr/sbin/qingy tty2
3:23:respawn:/usr/sbin/qingy tty3
4:23:respawn:/usr/sbin/qingy tty4
5:23:respawn:/usr/sbin/qingy tty5
6:23:respawn:/sbin/getty 38400 tty6

na linha 124 /boot/grub/menu.lst altera

kernel          /boot/vmlinuz-2.6.26-1-686 root=/dev/sda1 ro quiet

para

kernel          /boot/vmlinuz-2.6.26-1-686 root=/dev/sda1 ro quiet video=vesafb:ywrap,mtrr vga=788 


Temas no Qingy

  • Pegue temas aqui http://qingy.sourceforge.net/themes.php
  • O diretório padrão é /usr/share/qingy/themes
  • Na linha 65 do arquivo /etc/qingy/settings troque theme = "default" pelo nome da pasta-tema

XFCE em portugues-brasileiro

echo "export LANGUAGE=pt_BR" >> $HOME/.profile
echo "export LC_ALL=pt_BR" >> $HOME/.profile
echo "export LANG=pt_BR" >> $HOME/.profile

ou para sistema todo

echo "export LANGUAGE=pt_BR" >> /etc/profile
echo "export LC_ALL=pt_BR" >> /etc/profile
echo "export LANG=pt_BR" >> /etc/profile

material consultado