Instalação Xfce4.10 no Debian
Publicado por Daniel Lara Souza (última atualização em 26/10/2012)
[ Hits: 5.366 ]
Homepage: http://danniel-lara.blogspot.com/
Simples script de instalação do Xfce4.10 no Debian Squeeze.
Instala as dependências, baixa o Xfce 4.10 e instala.
#!/bin/bash #Script de instalação do Xfce 4.10 # Guia de Referencia do Script #http://gnu2all.blogspot.com.br/2012/09/xfce-410-no-debian-squeezewheezy.html #https://sites.google.com/site/debianinstallnotes/tutorial/xfce/xfce-4-10 echo "Instalando o Xfce 4.10" sleep 2 apt-get install build-essential intltool pkg-config libglib2.0-dev libdbus-1-dev libdbus-glib-1-dev libx11-dev libgtk2.0-dev libwnck-dev x11-xserver-utils libgudev-1.0-dev libnotify-dev gcc make bzip2 wget http://archive.xfce.org/xfce/4.10/fat_tarballs/xfce-4.10.tar.bz2 tar xfvj xfce-4.10.tar.bz2 && cd src/ && tar xfvj libxfce4util-4.10.0.tar.bz2 && cd libxfce4util-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj xfconf-4.10.0.tar.bz2 && cd xfconf-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj libxfce4ui-4.10.0.tar.bz2 && cd libxfce4ui-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj exo-0.8.0.tar.bz2 && cd exo-0.8.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj gtk-xfce-engine-3.0.0.tar.bz2 && cd gtk-xfce-engine-3.0.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj garcon-0.2.0.tar.bz2 && cd garcon-0.2.0/ && ./configure --prefix=/usr && make && make install && mkdir -p /etc/xdg/menus/ sudo cp data/xfce/xfce-applications.menu /etc/xdg/menus/ && cd .. && tar xfvj xfce4-panel-4.10.0.tar.bz2 && cd xfce4-panel-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj Thunar-1.4.0.tar.bz2 && cd Thunar-1.4.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj xfce4-appfinder-4.10.0.tar.bz2 && cd xfce4-appfinder-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj xfce4-session-4.10.0.tar.bz2 && cd xfce4-session-4.10.0/ && ./configure --prefix=/usr --enable-libgnome-keyring && make && make install && cd .. && tar xfvj xfce4-settings-4.10.0.tar.bz2 && cd xfce4-settings-4.10.0/ && ./configure --enable-sound-settings --enable-pluggable-dialogs --prefix=/usr && make && make install && cd .. && tar xfvj xfdesktop-4.10.0.tar.bz2 && cd xfdesktop-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj xfwm4-4.10.0.tar.bz2 && cd xfwm4-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj tumbler-0.1.25.tar.bz2 && cd tumbler-0.1.25/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj thunar-volman-0.8.0.tar.bz2 && cd thunar-volman-0.8.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj xfce4-power-manager-1.2.0.tar.bz2 && cd xfce4-power-manager-1.2.0/ && ./configure --prefix=/usr && make && make install && cd .. echo " Reiniciando a Máquina" sleep 3 reboot
Rotina para backup diário, semanal e mensal (exemplo para Firebird)
Mantenha seu relógio ajustado 2.0
COMO CRIAR UM MENU PARA SCRIPT EM SHELL NO LINUX, DEBIAN, UBUNTU E ETC
Nenhum comentário foi encontrado.
Maquina modesta - a vez dos navegadores ferrarem o usuario
Fscrypt: protegendo arquivos do seu usuário sem a lentidão padrão de criptograr o disco
Faça suas próprias atualizações de pacotes/programas no Void Linux e torne-se um Contribuidor
BigLinux 2026 Wallpapers animado (1)
Warsaw não é reconhecido no Google Chrome 147.0.7727.55 (8)
(CLIPPER) Rodando o mesmo código tanto no Windows quanto no Linux (5)









