Instalação Xfce4.10 no Debian
Publicado por Daniel Lara Souza (última atualização em 26/10/2012)
[ Hits: 5.107 ]
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
linkswitch (redundância de internet)
Monitoramento de usuário via screenshots
Script Para reiniciar o Debian
Troca de link em caso de queda de Internet (FAILOVER)
Detecta e bloqueia tentativa de acesso ao SSH
Nenhum comentário foi encontrado.
Desktop Linux ganha fôlego enquanto distros refinam experiência e segurança
Wayland em alta, IA em debate e novos ventos para distros e devices
Qt 6.10 e Python 3.14 puxam o ritmo do software livre nesta quarta
Atualizações de Apps, Desktop e Kernel agitam o ecossistema Linux nesta terça-feira
Como mudar o nome de dispositivos Bluetooth via linha de comando
Adicionando o repositório backports no Debian 13 Trixie
Erro ao fazer remaster usando Penguin eggs (1)
Warcraft II Remastered no Linux? (0)
queria saber como instalar o android power tools igual ao winux no lin... (7)