ago 13

Shutter001

Shutter (precedentemente chiamato GScrot) è un programma scritto in Perl e GTK, quindi per Gnome, che permette di catturare l’immagine del vostro schermo intero, di una finestra, di una regione o di un sito web.

Per installarlo su Ubuntu bisogna aggiungere i repository, quindi aprite un terminale e digitate:

per Ubuntu 9.04:

echo “deb http://ppa.launchpad.net/shutter/ppa/ubuntu jaunty main” | sudo tee -a /etc/apt/sources.list
echo “deb-src http://ppa.launchpad.net/shutter/ppa/ubuntu jaunty main” | sudo tee -a /etc/apt/sources.list

per Ubuntu 8.10:

echo “deb http://ppa.launchpad.net/shutter/ppa/ubuntu intrepid main” | sudo tee -a /etc/apt/sources.list
echo “deb-src http://ppa.launchpad.net/shutter/ppa/ubuntu intrepid main” | sudo tee -a /etc/apt/sources.list

Sempre in un terminale, digitate il seguente comando per aggiungere le chiavi dei repository:

wget -q http://shutter-project.org/shutter-ppa.key -O- | sudo apt-key add -

Adesso, per rendere effettive le modifiche, bisogna digitare in un terminale il comando:

sudo apt-get update

Per installare Shutter non vi resta che usare Synaptic oppure digitare in un terminale:

sudo apt-get install shutter

Finita l’installazione lo trovate nel menù delle applicazioni sotto nella voce “Accessori>Shutter – Screeshot Tool”.

Leggi il seguito »

Scritto da: Emmanuel \\ tags: , ,