Bookmark and Share

If you are new to Unixmen, you may want to subscribe :

(Last updated : 18-06-2010 ) This is a collection of great themes for Ubuntu 9.04 Jaunty Jackalope, these themes are from zgegblog a blog of François Vogelweith,on the blog exist a collection of wonderful gnome themes for Ubuntu (see the total collection). The installation is easy because can be done after adding a repository, so with sudo apt-get install theme-name you can have the theme installed.

Now i will show you the steps you have to follow to install the themes.

I - Add Bisigi repository

- For Ubuntu 10.04 Lucid Lynx:

Open terminal and and add the stable repository

sudo add-apt-repository ppa:bisigi/ppa

- For other ubuntu releases ,open the source list :

sudo gedit /etc/apt/sources.list

add these 2 lines at the end of the sources.list:

For Ubuntu 9.10 Karmic Koala :

deb http://ppa.launchpad.net/bisigi/ppa/ubuntu karmic main

deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu karmic main

For Ubuntu9.04 Jaunty jackalope :

deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main 
deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main

after open the terminal and add the repository verification ke

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


II- Update and install Bisigi Themes

sudo apt-get update

Now, To install all themes use this command :

sudo apt-get install bisigi-themes

If you want to install the themes one by one ,then you will have to type the command correspondent to the theme you want to install (first follow the steps above to add the repositories) :

1-Showtime for Gnome :

sudo apt-get install showtime-theme 


2- Balanzan

sudo apt-get install balanzan-theme 

2-Infinity

sudo apt-get install infinity-theme 

3-Wild shine

 sudo apt-get install wild-shine-theme 

4-Exotic

sudo apt-get install exotic-theme

5- Tropical

sudo apt-get install tropical-theme 


6-Bamboo Zen

sudo apt-get install bamboo-zen-theme


7- Ubuntu sunrise

  sudo apt-get install ubuntu-sunrise-theme 

8- Aqua Dreams

sudo apt-get install aquadreams-theme 

To remove thethemes you have to use the command :

sudo apt-get remove theme-name 

9- Orange

Orange is A New theme from Bisigi blog,This theme is lightweigh one with just 2 Mo, and it is based on a beautifull wallpaper the umar123.

sudo apt-get install orange-theme

10- Ellanna

Ellana , is the latest theme that bring us the famous Bisigi project. This theme is a little bit special. First of all, it’s the first theme drawn for women. And it’s the first theme, which is a special command too.

sudo apt-get install ellanna-theme

11- Airlines :

This is the first theme based on a walltime (wallpaper that change during the day).

It includes:

- 1 wallpaper
- 1 GTK theme
- 1 Metacity theme
- 1 icons pack


Install Airlines :

sudo aptitude install airlines-theme

12-Eco

This theme has been designed to be used in dark rooms. The various components are darker than is other bisigi themes! It includes

  • 1 Wallpaper: created by Leo L.
  • 2 Gtk theme (only one packaged in the repository)
  • 2 Metacity theme (only one package in the repository)
  • 1 Metacity theme
  • 1 Icons pack


If you have a Tip, tutorial, Idea or anything you want to share with unixmen readers, you can send it to : tips[a]unixmen.com or use our contact form Thanks.


Links : http://http://francois.vogelweith.com/





Related Articles By Tags:

Comments (82)
  • ratza  - tks
    avatar

    tks these are cool themes :D

  • Fred
    avatar

    Alas all the theme's can't be found.
    Removed?

  • zinovsky
    avatar

    Yes are working, did you add the repository to source.list before to try to install ? :wink:

  • Fred
    avatar

    Got it working thanks

  • Fred
    avatar

    Got it working thanks

  • ed
    avatar

    Sudo gedit /etc/apt/sources.list

    should be:

    sudo gedit /etc/apt/sources.list

    capitalization matters in linux
    Thanks, corrected

  • delusr  - Bad advise
    avatar

    Sudo gedit /etc/apt/sources.list

    should be:

    sudo gedit
    /etc/apt/sources.list

    capitalization matters in linux
    Thanks, corrected

    Now for some real advise.

    If you know that caps count in linux then you should also know that its

    gksu gedit /etc/apt/sources.list or
    gksudo gedit /etc/apt/sources.list and not sudo gedit /etc/apt/sources.list

    gksu and gksudo are for opening UI applications while su or sudo are for opening no graphical items.

    Stop being sheep, stop with the Chinese whispers, find things out for your self.

  • Anonymous
    avatar

    Actually, sudo gedit /etc/apt/sources.list works just fine from terminal... maybe you should "find things out for your self" :)

  • Anonymous
    avatar

    sudo can cause unexpected and destructive results when running some graphical programs. gksudo does not. It is therefore good practice to use gksudo for graphical apps and sudo for terminal commands.

    Editing a file with gedit, should not have problems with sudo :)

  • BobCFC  - True
    avatar

    He speaks the truth

    If something goes wrong with sudo in the GUI it could potentially leave you with a broken system, I think because your home files could get owned by root.

    gksu or gksudo for gnome

    su or sudo for terminal


    In practice it has never happened to me and I usually use sudo by mistake with no problems, but for a written tutorial it should be proper.

  • Anonymous
    avatar

    Just use vi

  • Anonymous
    avatar

    Now for some REAL advice.

    If you know the difference between gksudo and sudo, then you should also know that it's

    sudo vim /etc/apt/sources.list

    :wink:

  • BlearyEyed  - Where's the light colored themes?
    avatar

    I'm so sick of these dark, shades of black, themes that are imphuckinpossible to read. Phuk all you douchephuckinbags for creating such horridphuckinsh1t. DieMotherphuckerzDie.

  • Chris Moore
    avatar

    I hate to feed trolls, but I'll bite this time ;)

    DID YOU EVEN PHUCKIN LOOK AT THE SCREENSHOTS??? ABOUT HALF OF THE THEMES ARE DARK AND THE REST ARE LIGHT!

    Okay now that I have gotten that outa my system I'll go get some coffee :)

  • Fergie
    avatar

    Awesome!!

  • Vadim  - use apturl
    avatar

    --> https://wiki.ubuntu.com/AptUrl So you can just click to install after adding the repository.

  • Kholid Fuadi
    avatar

    Thanks for share, this is truly a great and easy way to install themes in Ubuntu.

  • Brett Alton  - Installer script
    avatar

    These are some absolutely fantastic themes and wallpapers. I mean, the wallpapers are worth it alone!

    THANK YOU!

    But if it's going to be all terminal work, you might as well supply a one line installer.

    Try this:

    echo 'deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main' | sudo tee -a /etc/apt/sources.list.d/launchpad.list ; sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0x1781bd45c4c3275a34bb6aec6e871c4a881574de ; sudo apt-get update ; sudo apt-get install showtime-theme balanzan-theme infinity-theme wild-shine-theme exotic-theme tropical-theme bamboo-zen-theme ubuntu-sunrise-theme aquadreams-theme

  • zinovsky  - Thank you
    avatar

    Thank you, is a usefull command to install all at once

  • Brett Alton  - Just be careful
    avatar

    The website - err !JoomlaComment - has made my script wrap, so you'll have to do some whitespace editing before running. If the author could fix that up it'd be much appreciated :)

  • Chris Moore
    avatar

    Just a slight adjustment to make this a little easier:

    echo 'deb
    http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main' | sudo tee -a
    /etc/apt/sources.list.d/launchpad.list ; sudo apt-key adv --recv-keys
    --keyserver keyserver.ubuntu.com 0x1781bd45c4c3275a34bb6aec6e871c4a881574de ;
    sudo apt-get update ; sudo apt-get install zgegblog-themes

    Cheers

  • Vaibhav
    avatar

    it works fine on Karmic, just saying , can you provide the ppa for karmic, or approach the guy to enable karmic also

  • nice
    avatar

    For most of the GUI/themes/icons/.. i usually go to gnome-looks.org. Please do post these themes at gnome-looks.org. Quite sure you will surely see some traffic boost and admirers.

  • Iura  - Help!
    avatar

    I keep receiving this message:

    gpg: requesting key 881574DE from hkp server keyserver.ubuntu.com
    gpgkeys: key 1781BD45C4C3275A34BB6AEC6E871C4A881574DE not found on keyserver
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0

    after I try to add the repository verification key.

  • zinovsky
    avatar

    The key server seems down, there is nothing todo just wait untill will back

  • shailendra
    avatar

    it is saying that
    key 881574DE not found on keyserver
    what to do.....

  • zinovsky  - Server was down, try again
    avatar

    i did check it several times was not working, i think the server was down, but now i checked and is working so just try again :)

  • Nikesh  - That's what you call "kool"
    avatar

    Oh boy, that's a huge and kool collection

  • pro003  - Mr.
    avatar

    Great themes! I'm glad I found them. Easy installable and great looking.
    Ubuntu still rules.

  • Tullawat  - สุดยอด
    avatar

    ขอบคุนมากมากมาก นะครับ

  • Joe  - just get rid of ubuntu
    avatar

    if you want to get away from the nasty ugly brown just uninstall the dorky ubuntu garbage and install something nice like Mandriva or some other real linux distro. Then you would have a winner all around.

  • aha  - aaa
    avatar

    :D :D :D

  • ubuntulover  - /woW
    avatar

    super cool themes! i have been fed up with d default theme! this made ma day!
    Thanx a lot! :)

  • Chris Moore
    avatar

    I have been using these themes now for over two months and love them! To install all of rançois Vogelweith's themes you can install the meta-package:

    sudo apt-get install zgegblog-themes

    This will install all of the available themes!

    Chris

  • DAVID DEVASSY  - EXCELLENT
    avatar

    :shock: AMAZING EXCELLENT .THANKS TO SHARE

  • Chris87  - Help pleas
    avatar

    i did
    sudo apt-get install zgegblog-themes

    and some themes are in my appearance preferences but not all of them only like 6 new ones.

    where are the rest of them located ?

  • zinovsky
    avatar

    All the themes has to be located at the same place, and normally has to appear in the theme manager ,Try to install one by one is better and see :)

  • James Barber  - Me
    avatar

    Just wanted to say this was great
    the best direction on loading up themes

  • Douglas Green
    avatar

    Awesome themes guys THANKS

  • Eljo Anthony NJ
    avatar

    Nice Collection!

    Thanx for sharing

  • saef
    avatar

    :D Great simply great

  • bishop
    avatar

    thanks for sharing this! :D

  • Gavin  - ???
    avatar

    I cant get it to work for some reason and its really making me mad can somebody plzzzz help me???

  • zinovsky
    avatar

    Hi,
    Strange, try again, i changed the verification key
    hope that will work for you this time

  • zinovsky
    avatar

    Hi,
    Try again , i changed the verification key.
    Hope will work for you this time.

  • pranav
    avatar

    When both ubuntu and fedora use gnome, why are the themes listed above not found for fedora distros??
    is there a way to get these themes to run on fedora? :roll:

  • krishnapavan
    avatar

    Couldn't find package exotic-theme

  • wei  - cool
    avatar

    :shock: :shock: very cool ,nice ,thank you for supplying

  • Ian MacGregor  - sudo vs. gksudo
    avatar

    sudo is for cli apps, gksudo is for GUI apps. Here's an explanation: http://www.psychocats.net/ubuntu/graphicalsudo

  • Raphal  - Easier on Koala
    avatar

    On koala you can do "sudo add-apt-repository ppa:bisigi"
    and save yourself from the hassle of editing sources.lst and adding the gpg keys.

  • Sourav Mohanty  - Cool
    avatar

    This toooooooo cooooooooool

  • Anonymous  - Login screen
    avatar

    I downloaded the exotic theme and I can not figure out how to change the login screen to the screen shown on the above screen shots. Anyone have any ideas? Obviously a newb with Ubuntu...please point me in the right direction.

  • Jim
    avatar

    I too cant seem to be able to config the login screen

  • Anonymous
    avatar

    :D Thank you :D ขอบคุณครับ

  • Anonymous
    avatar

    hello sir.
    what is this i cant get the themes i want

    W: GPG error: http://repository.cairo-dock.org karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1392A97E41317877

    ty

    mel buendia
    philippines

  • nevex  - the themes dont appear
    avatar

    hi every one, the themes are cool, (sorry my bad english) but i can use! i install on the terminal, but the themes dont appear at the theme menu, i kwon were you change for the availables

    can some one help me!

  • nevex  - the themes dont appear
    avatar

    hi every one, the themes are cool, (sorry my bad english) but i can use! i install on the terminal, but the themes dont appear at the theme menu, i kwon were you change for the availables

    can some one help me!

  • ntcleric  - W00T! Thank you
    avatar

    Loving this! Thank you so much :D
    zinovsky ROCKS!!

    Robert
    ---
    Thank you Microsoft, for pushing Vista, it was the last straw that drew me to Linux and I'll never look back.
    .oO(wishing I'd moved over sooner, oh well :)

  • cristi
    avatar

    Thanks man theese are great themes thanks a lot

  • zinovsky
    avatar

    You`re welcome :)

  • PARVEEN ARORA  - GREAT
    avatar

    these are realy great themes...
    now m badly addicted to linux ubuntu..
    thanx alot........ :D :lol:

  • arinto nurcahyono  - great
    avatar

    Gracia
    thanks
    terima kasih

  • sowmya  - Thanks
    avatar

    Beautiful themes. Loved them all

  • radical
    avatar

    jajaja esto es lo que andava buscando gracias y quisiera aprender massobre linux y sus distribuciones gracias a todos los que hacen posible todo esto

  • radical
    avatar

    hery gracias por hacer posble todoo esto y kisiera aprender mas sobre GNU-Linux y sus distribuciones gracias t a todos por hacer posible todo esto y lograremos conquistar el mundo poco a poco dejaremos a un lado a windows jajajajajajajaja

  • ale-boba  - aha
    avatar

    u hu :P

  • Northen Mike  - Amazing
    avatar

    Your work should be part of the Release its amazing. I help a lot people with their systems and this is the first change I make right after I update.

    Thank you

  • Nathan Muirhead  - Package Download
    avatar

    Utter Brilliance! A great package you have designed and put together. My hat goes off to you! Thank you!

  • Steven M  - Adding repository......
    avatar

    when i try to add the repository i get the following:

    sudo add-apt-repository ppa:bisigi/ppa
    Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 1781BD45C4C3275A34BB6AEC6E871C4A881574DE
    gpg: requesting key 881574DE from hkp server keyserver.ubuntu.com
    gpgkeys: HTTP fetch error 7: couldn't connect to host
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0

    Any ideas?

    P.S. The themes are great!

  • Zinovsky
    avatar

    I think that the server is busy that`s why you got this message error
    I just tested again the ppa and is working, please just keep trying until it works :

    sudo add-apt-repository ppa:bisigi/ppa

  • Andy
    avatar

    Hi !

    I succesfully downloaded theme (infinity) and now I want my system to use this theme, I just don't know how to do that. I tried several applications, but none of them is aware of this theme (appearance just shows background)...

    Take care,
    Andy

  • Tom
    avatar

    Hey, I installed some of the themes here, but when I clicked on them, they didn't look like the screenshots!

    Some of themes I installed had an Apple OS style icon bar at the bottom of the screen, but I can't see it.

    Know how to get that part working?

    Thanks.

  • Sam  - Excellent
    avatar

    This is a great resource. Thank you very much! :D

  • Ted
    avatar

    Here is another nice list of themes.
    http://all-things-tek.blogspot.com/2010/06/12- popular-ubuntu-themes.html

  • Ted
    avatar

    Here is another nice list of themes.
    http://all-things-tek.blogspot.com/2010/06/12- popular-ubuntu-themes.html

  • Belo
    avatar

    "kiki@kiki-desktop:~$ sudo apt-get install bisigi-themes
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package bisigi-themes"
    Not working anymore?

  • Belo
    avatar


    I got it!
    I wrote in terminal sudo apt get update and it WORK after that:D :)) :lol:

  • Crofty80  - Crofty80
    avatar

    Finally rejected Windows and have had Ubuntu Lucid for about 3 days now, "AWESOME" why did i not convert sooner javascript:JOSC_emoticon(":oops:"), anyway i found this website followed the instructions and now i have an amazing looking OS.. Many thanks :)

  • Ty Ty Ty  - Ty Ty Ty
    avatar

    100% working. I love that themes. TY TY TY :twisted:

  • nitin singh  - unable to install all themes
    avatar

    i have a problem .
    i downloaded the entire package at once but when it was getting installed , only showtime theme got installed others did nt what to do???

    plz help.

  • Zinovsky  - Did you type the right command?
    avatar

    Hi,

    Did you type the right command ?

    Quote:
    sudo apt-get install bisigi-themes
  • Nitin Singh
    avatar

    thanks for caring, i was able to install the themes individually,later.

Write comment
Your Contact Details:
Gravatar enabled
Comment:
[b] [i] [u] [s] [url] [quote] [code] [img]   
:D:):(:0:shock::confused:8):lol::x:P:oops::cry:
:evil::twisted::roll::wink::!::?::idea::arrow: