Busqueda en Genbata.com
Solo es necesario copiar y pegar en terminal o consola lo que sigue
- Code: Select all
#############################################
##Cliente para twitter en Sabayon y ubuntu ambos mi preferidos dist. Linux#
#############################################
##################
# Bajar extencion para firefox#
##################
wget http://flock.spatialviews.com/files/twitterbar_0.0.5.xpi
#############
#cliente de escritorio#
#############
wget http://gtwitter.googlecode.com/files/gtwitter-0.2.3.tar.gz
tar -zxvf gtwitter-0.2.3.tar.gz
cd gtwit*/
./configure
make
su ##Esto puede trabar el proceso copia y pega esto tambien##
make install
mv data/gtwitter-64.png /usr/share/pixmaps/gtwitter.png
echo "[Desktop Entry]
Encoding=UTF-8
Name=gTwitter
Name[es]=gTwitter
Name[en_US]=gTwitter
Comment=Cliente y lector de la red Twitter
Comment[es]=Cliente y lector de la red Twitter
Comment[en]=Read and Write from and to Twitter NET
Exec=gtwitter
Icon=gtwitter.png
StartupNotify=true
Terminal=false
Type=Application
Categories=Network;InstantMessaging;" > /usr/share/applications/gtwitter.desktop
cd
rm -r gtwit*/
exit
