NOTA IMPORTANTE: Usad el botón SELECCIONAR TODO al lado del título CODIGO para aseguraros que copiáis bien los comandos.
- Activar los repositorios partner
Buscamos la línea #deb http://archive.canonical.com/ubuntu maverick partner y la descomentamos quitando la almohadilla (#) del principio.
Código: Seleccionar todo
sudo gedit /etc/apt/source.list
Código: Seleccionar todo
sudo apt-get update && sudo apt-get dist-upgrade -y
- Instalar AdobeAir y TweetDeck
Código: Seleccionar todo
sudo apt-get install adobeair -y && cd && wget http://tweetdeck.com/go/download/tweetdeck -O /tmp/tweetdeck.air && Adobe\ AIR\ Application\ Installer /tmp/tweetdeck.air
- Crear un script para que funcione correctamente en LXDE
Código: Seleccionar todo
echo '''#!/bin/bash DIRNAME="/opt/TweetDeck/bin" GNOME_DESKTOP_SESSION_ID=$GNOME_KEYRING $DIRNAME/TweetDeck''' > tweetdeck.command && sudo chmod +x tweetdeck.command
- Dejar las cosas bonitas
Código: Seleccionar todo
sudo mv tweetdeck.command /opt/TweetDeck/ && cd /usr/bin && sudo ln -s /opt/TweetDeck/tweetdeck.command tweetdeck && cd && echo '''[Desktop Entry] Name=TweetDeck Comment=Welcome to TweetDeck - a unique way to view your twitter timeline GenericName=TweetDeck Exec=tweetdeck Type=Application Terminal=false Icon=tweetdeckfast.fff259dc0ce2657847bbb4aff0e62062efc56543.1 StartupNotify=true X-KDE-StartupNotify=true Categories=Network; X-AppInstall-Package=tweetdeckfast.fff259dc0ce2657847bbb4aff0e62062efc56543.1 X-AppInstall-Section=main ''' > tweetdeck.desktop && sudo mv tweetdeck.desktop /usr/share/applications/