|
13 June 2009
Posted in
Linux distributions -
Ubuntu
(Last updated : 05-02-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.
To add the repository ,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 -
Now update the cache
sudo apt-get update
Now, 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
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
If you are here for the first time, you may want to subscribe to our rss feed or to follow us on Twitter. Thanks for visiting.
|
Related Articles by Tag : |
Links :
- http://http://francois.vogelweith.com/

Great themes for Ubuntu 9.04 Jaunty jackalope by M. Zinoune is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Netherlands License.
Based on a work at francois.vogelweith.com.
-
2009-06-14 11:36:44 | zinovsky

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

-
2009-06-14 12:20:34 | ed

Sudo gedit /etc/apt/sources.list
should be:
sudo gedit /etc/apt/sources.list
capitalization matters in linux
Thanks, corrected
-
2009-06-14 19:58:19 | delusr - Bad advise

Sudo gedit /etc/apt/sources.list
should be:
sudo gedit
/etc/apt/sources.listcapitalization matters in linux
Thanks, correctedNow 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.listgksu 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.
-
2009-06-15 00:51:39 | Anonymous

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

-
2009-06-15 02:59:30 | Anonymous

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

-
2009-06-15 11:47:43 | BobCFC - True

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.
-
2009-06-15 04:48:17 | Anonymous

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

-
2009-06-14 18:18:23 | BlearyEyed - Where's the light colored themes?

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.
-
2009-06-29 10:40:53 | Chris Moore

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

-
2009-06-15 05:55:41 | Vadim - use apturl

--> https://wiki.ubuntu.com/AptUrl So you can just click to install after adding the repository.
-
2009-06-15 06:30:51 | Kholid Fuadi

Thanks for share, this is truly a great and easy way to install themes in Ubuntu.
-
2009-06-15 08:28:08 | Brett Alton - Installer script

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
-
2009-06-15 08:42:23 | Brett Alton - Just be careful

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

-
2009-06-29 10:47:17 | Chris Moore

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-themesCheers
-
2009-06-15 12:47:11 | Vaibhav

it works fine on Karmic, just saying , can you provide the ppa for karmic, or approach the guy to enable karmic also
-
2009-06-15 20:39:47 | nice

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.
-
2009-06-16 05:19:04 | Iura - Help!

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: 0after I try to add the repository verification key.
-
2009-06-16 13:40:53 | zinovsky

The key server seems down, there is nothing todo just wait untill will back
-
2009-10-22 14:58:33 | shailendra

it is saying that
key 881574DE not found on keyserver
what to do.....
-
2009-10-22 19:37:47 | zinovsky - Server was down, try again

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

-
2009-06-16 06:55:22 | Nikesh - That's what you call "kool"

Oh boy, that's a huge and kool collection
-
2009-06-16 11:58:49 | pro003 - Mr.

Great themes! I'm glad I found them. Easy installable and great looking.
Ubuntu still rules.
-
2009-06-23 21:28:08 | Joe - just get rid of ubuntu

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.
-
2009-06-27 21:42:40 | ubuntulover - /woW

super cool themes! i have been fed up with d default theme! this made ma day!
Thanx a lot!
-
2009-06-29 10:37:59 | Chris Moore

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
-
2009-07-07 06:47:40 | Chris87 - Help pleas

i did
sudo apt-get install zgegblog-themesand some themes are in my appearance preferences but not all of them only like 6 new ones.
where are the rest of them located ?
-
2009-07-07 07:26:08 | zinovsky

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

-
2009-07-11 07:10:47 | James Barber - Me

Just wanted to say this was great
the best direction on loading up themes
-
2009-08-25 20:58:56 | Gavin - ???

I cant get it to work for some reason and its really making me mad can somebody plzzzz help me???
-
2009-08-26 07:22:48 | zinovsky

Hi,
Strange, try again, i changed the verification key
hope that will work for you this time
-
2009-08-26 07:23:36 | zinovsky

Hi,
Try again , i changed the verification key.
Hope will work for you this time.
-
2009-09-27 11:44:51 | pranav

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?
-
2009-10-29 07:42:52 | Ian MacGregor - sudo vs. gksudo

sudo is for cli apps, gksudo is for GUI apps. Here's an explanation: http://www.psychocats.net/ubuntu/graphicalsudo
-
2009-10-31 19:10:21 | Raphal - Easier on Koala

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.
-
2009-11-09 23:10:24 | Anonymous - Login screen

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.
-
2009-11-14 04:49:35 | Anonymous

hello sir.
what is this i cant get the themes i wantW: 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
-
2009-12-03 01:47:00 | nevex - the themes dont appear

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!
-
2009-12-16 12:18:38 | nevex - the themes dont appear

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!
-
2010-02-04 06:59:14 | ntcleric - W00T! Thank you

Loving this! Thank you so much

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












tks these are cool themes