Instalação Xfce4.10 no Debian
Publicado por Daniel Lara Souza (última atualização em 26/10/2012)
[ Hits: 5.236 ]
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
Monitore vários servidores ao mesmo tempo com Apache + shellscript
Instalando o Modem Motorola SM56
Programação do Dia da Tv Aberta
gera saída com substituindo coluna por outra (substr)
Front-end para administração do Samba
Nenhum comentário foi encontrado.
LazyDocker – Interface de Usuário em Tempo Real para o Docker
Instalando COSMIC no Linux Mint
Turbinando o Linux Mint: o poder das Nemo Actions
Inteligência Artificial no desenvolvimento de software: quando começar a usar?
[Resolvido] Algo deu errado ao abrir seu perfil
Usando o VNSTAT para medir o seu consumo de internet
Habilitando clipboard manager no ambiente COSMIC
Quando vocês pararam de testar distros? (14)
Problema com som no laptop (3)
Não estou conseguindo fazer funcionar meu Postfix na versão 2.4 no Deb... (2)









