우분투 10.04 (리눅스)/테마ㅣ 배경화면

우분투 9.10에 프랑스제 명품 테마 설치하기

곽성호(자유) 2009. 10. 28. 11:10

There’s two way to install my themes:
- using repository
- using sources

_____________

Using repository

__

New repository are available. We choose launchpad to provide secure repository. Link to our launchpad page: https://launchpad.net/~bisigi

1 – Add the key for the repository

Open a terminal and do:

gpg --keyserver hkp://keyserver.ubuntu.com:11371 --recv-key 881574DE && gpg -a --export 881574DE | sudo apt-key add -



2 – Add the repository

Add those lines at the end of your sources.list (always in a terminal):
sudo gedit /etc/apt/sources.list

for karmic (9.10)
## Thèmes du projet bisigi
deb http://ppa.launchpad.net/bisigi/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu karmic main


3 - Install Themes

Then open a terminal and do: (this command install all themes. If you want to install only one theme, go look here)
sudo aptitude update
sudo aptitude install zgegblog-themes
or click on apt://zgegblog-themes

Liste des commandes pour installer les thèmes:
AquaDreams:                      sudo aptitude install aquadreams-theme
Ubuntu Sunrise:                  sudo aptitude install  ubuntu-sunrise-theme
Bamboo-Zen:                      sudo aptitude install bamboo-zen-theme
Step into Freedom:              sudo aptitude install step-into-freedom-theme
Tropical:                            sudo aptitude install tropical-theme
Exotic:                                sudo aptitude install exotic-theme
Balanzan:                           sudo aptitude install balanzan-theme
Wild Shine:                          sudo aptitude install wild-shine-theme
Infinity:                                sudo aptitude install infinity-theme
Showtime:                           sudo aptitude install showtime-theme

_____________

Unsing tar.gz sources

You can use tar.gz archives to install my themes. Go here: https://launchpad.net/~bisigi/+archive/ppa. Now, choose your favorite theme, click on it, and a description will opens. And you just have to select the archive tar.gz ( on red in the screenshot)