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

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Linha 1: Linha 1:
 +
== Debian Squeeze + DirectFB + XFCE ==
 +
 +
Instalei o [http://napoleon.acc.umu.se/debian-cd/6.0.4/i386/iso-cd/debian-6.0.4-i386-netinst.iso Debian Squeeze Netinstall]
 +
 +
<source lang="bash">
 +
apt-get install libdirectfb-bin qingy locales-all bzip2 abiword gnumeric unrar zip \
 +
unzip p7zip-full xfce4 thunar-archive-plugin thunar-media-tags-plugin thunar-volman
 +
wget http://mozilla.c3sl.ufpr.br/releases//firefox/releases/10.0.1/linux-i686/pt-BR/firefox-10.0.1.tar.bz2
 +
tar jxvf firefox-10.0.1.tar.bz2
 +
mv firefox /usr/share/
 +
ln -s /usr/share/firefox/firefox /usr/bin/firefox
 +
wget http://pub.quijaua.com.br/firefox/firefox3.desktop
 +
wget http://pub.quijaua.com.br/firefox/firefox50.xpm
 +
mv firefox50.xpm /usr/share/icons/
 +
mv firefox.desktop /usr/share/applications/
 +
echo "export LANGUAGE=pt_BR" >> /etc/profile
 +
echo "export LC_ALL=pt_BR" >> /etc/profile
 +
echo "export LANG=pt_BR" >> /etc/profile
 +
 +
 +
== em debian lenny ==
 +
 
  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

Edição das 02h48min de 13 de fevereiro de 2012

Debian Squeeze + DirectFB + XFCE

Instalei o Debian Squeeze Netinstall

<source lang="bash"> apt-get install libdirectfb-bin qingy locales-all bzip2 abiword gnumeric unrar zip \ unzip p7zip-full xfce4 thunar-archive-plugin thunar-media-tags-plugin thunar-volman wget http://mozilla.c3sl.ufpr.br/releases//firefox/releases/10.0.1/linux-i686/pt-BR/firefox-10.0.1.tar.bz2 tar jxvf firefox-10.0.1.tar.bz2 mv firefox /usr/share/ ln -s /usr/share/firefox/firefox /usr/bin/firefox wget http://pub.quijaua.com.br/firefox/firefox3.desktop wget http://pub.quijaua.com.br/firefox/firefox50.xpm mv firefox50.xpm /usr/share/icons/ mv firefox.desktop /usr/share/applications/ echo "export LANGUAGE=pt_BR" >> /etc/profile echo "export LC_ALL=pt_BR" >> /etc/profile echo "export LANG=pt_BR" >> /etc/profile


em debian lenny

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
  • Desabilite o gdm (ou kdm/xdm/wdm) na inicializacao: # update-rc.d -f gdm remove

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