Pagina 2 di 2

Re: Come far diventare ubuntu bellissimo???

Inviato: venerdì 18 aprile 2008, 22:23
da Maththias
Hai fatto gli aggiornamenti di recente?

E la sources.list, è abilitata per ricevere tutti gli aggiornamenti di ubuntu?

Prova a dare questo comando e posta il risultato

Codice: Seleziona tutto

cat /etc/apt/sources.list

Re: Come far diventare ubuntu bellissimo???

Inviato: venerdì 18 aprile 2008, 22:24
da federico1992
ecco:

federico@federico-desktop:~$ cat /etc/apt/sources.list
deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

# Line commented out by installer because it failed to verify:
# deb http://it.archive.ubuntu.com/ubuntu/ gutsy main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
# Line commented out by installer because it failed to verify:
# deb http://it.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# Line commented out by installer because it failed to verify:
# deb http://it.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
# deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
# deb http://it.archive.ubuntu.com/ubuntu/ gutsy-updates universe
# Line commented out by installer because it failed to verify:
# deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# Line commented out by installer because it failed to verify:
# deb http://it.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
# deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
# deb http://it.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
# Line commented out by installer because it failed to verify:
# deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://it.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner

# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
# Line commented out by installer because it failed to verify:
deb http://archive.ubuntu.com/ubuntu/ gutsy main universe restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy universe main multiverse restricted #Added by software-properties
# deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb http://ppa.launchpad.net/gilir/ubuntu gutsy main universe
deb http://repository.cairo-dock.org/ubuntu gutsy cairo-dock
deb http://ppa.launchpad.net/reacocard-awn/ubuntu gutsy main
deb-src http://ppa.launchpad.net/reacocard-awn/ubuntu gutsy main

Re: Come far diventare ubuntu bellissimo???

Inviato: venerdì 18 aprile 2008, 22:33
da Maththias
Come pensavo: allora dai questo comando per aprire il file da editare

Codice: Seleziona tutto

sudo gedit /etc/apt/sources.list
cancella TUTTO il contenuto del file e incollaci questo (uguale a quello di prima ma con i repository di ubuntu abilitati)

Codice: Seleziona tutto

# deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://it.archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://it.archive.ubuntu.com/ubuntu/ gutsy universe
deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy universe
deb http://it.archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://it.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb http://it.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://it.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner

deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse

deb http://archive.ubuntu.com/ubuntu/ gutsy main universe restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy universe main multiverse restricted #Added by software-properties
deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb http://ppa.launchpad.net/gilir/ubuntu gutsy main universe
deb http://repository.cairo-dock.org/ubuntu gutsy cairo-dock
deb http://ppa.launchpad.net/reacocard-awn/ubuntu gutsy main
deb-src http://ppa.launchpad.net/reacocard-awn/ubuntu gutsy main

Poi dai un update alla lista con

Codice: Seleziona tutto

sudo apt-get update
e aggiorna con

Codice: Seleziona tutto

sudo apt-get upgrade
Fatto l'aggiornamento del sistema (sarà un bel po di roba) rilancia i comandi per installare awn e vedrai che lo farà...

Re: Come far diventare ubuntu bellissimo???

Inviato: sabato 19 aprile 2008, 0:04
da SAKO
nella guida c'èra scritto che dovevi abilitare tutti i repo e c'èra anche come fare!!! >:(

Re: Come far diventare ubuntu bellissimo???

Inviato: sabato 19 aprile 2008, 15:27
da federico1992
OK funziona ma e normale che le icone appaiono solo quando apro l'applicazione che voglio un altra cosa ma berly o altri si istallano su ubuntu 7.10????

Re: Come far diventare ubuntu bellissimo???

Inviato: sabato 19 aprile 2008, 15:37
da Maththias
AWN comincia come taskbar e non come launcher: ovvero vedi le applicazioni aperte ma non le puoi lanciare da lì...

Per avere icone che fanno partire le applicazioni prendile dal menu Accessori e trascinale sulla barra...

Invece, che te ne fai di beryl se hai compiz?

Re: Come far diventare ubuntu bellissimo???

Inviato: sabato 19 aprile 2008, 15:40
da federico1992
compiz e gia istallato con ubuntu 7.10 ????

Re: Come far diventare ubuntu bellissimo???

Inviato: sabato 19 aprile 2008, 15:48
da Maththias
Lo stai usando già, se vedi bene AWN (e comunque dalla 7.10 è installato di default, tranne il manager che si installa col pacchetto compizconfigsettings-manager o giù di lì)...

Il manager degli effetti lo trovi in Sistema > Preferenze > Advanced desktop effects setting e da lì puoi sbizzarrirti nelle molteplici possibilità che ti offre...

Re: Come far diventare ubuntu bellissimo???

Inviato: sabato 19 aprile 2008, 15:52
da federico1992
a ok ma ES. se scarico un tema da gnome look nella sezione compiz come faccio a impostarlo poi????

Re: Come far diventare ubuntu bellissimo???

Inviato: sabato 19 aprile 2008, 16:51
da federico1992
ho un problema!!!!! dopo un po che faccio qualcosa con ubuntu aplicazzioni ecc.. si blocca  tutto e devo perforza riavviare ???? perche????' ho disabilitato le finestre tremanti e gli effetti finestre!!!! cosa devo fare

Re: Come far diventare ubuntu bellissimo???

Inviato: domenica 20 aprile 2008, 13:19
da federico1992
perche nessuno mi aiuta?!?

Re: Ubuntu dekstop:effeti 3d compiz fussion temi icone ecc!!!!!!!!!!!

Inviato: venerdì 25 aprile 2008, 11:13
da federico1992
come devo fare per istallare su ubuntu 8.04 la barra in basso dove posso mettere le icone non mi ricordo il nome??!!!!

Re: Ubuntu dekstop:effeti 3d compiz fussion temi icone ecc!!!!!!!!!!!

Inviato: venerdì 25 aprile 2008, 16:43
da DragonJoker
ciao gente...qualocuno di voi potrebbe darmi un giudizio su enlightenment(e16 o 17, anche se non ho capito le differenze)?
ho sentito grandi cose...ma l'ultima volta che l'ho provato era ancora un po' acerbo...qualche news?
ciaociao

Re: Ubuntu dekstop:effeti 3d compiz fussion temi icone ecc!!!!!!!!!!!

Inviato: venerdì 25 aprile 2008, 17:04
da anes
@ federico la barra e' awn o cairodock
@ dragon e17 e' stupendo io lo uso e mi ci trovo da dio

Re: Ubuntu dekstop:effeti 3d compiz fussion temi icone ecc!!!!!!!!!!!

Inviato: venerdì 25 aprile 2008, 17:21
da DragonJoker
che bella notizia...quindi e17 allora eh?lo prendo dal sito di enlightenment (dr17) o da terminale??
grazie mille

Re: Ubuntu dekstop:effeti 3d compiz fussion temi icone ecc!!!!!!!!!!!

Inviato: sabato 26 aprile 2008, 8:55
da anes
come ti trovi comodo ...
io farei da terminale ma devi prima abilitarti il repo
non crredo che ubunutu lo abbia in quelli ufficiali!!

Re: Ubuntu dekstop:effeti 3d compiz fussion temi icone ecc!!!!!!!!!!!

Inviato: lunedì 28 aprile 2008, 19:44
da federico1992
mi aiutate a mettere la barra circolare su avant winodwnavigation??? per favore!