Nice Ubuntu themes for Jaunty and Intrepid Users
Sponsored Link
Thanks to Zgegblog for this fantastic themes
For Ubuntu Jaunty users
First edit /etc/apt/sources.list file
sudo gedit /etc/apt/sources.list
add the following lines
deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main
Save and exit the file
add the GPG key using the following command
sudo apt-key adv --
recv-keys --
keyserver keyserver.ubuntu.com 1781bd45c4c3275a34bb6aec6e871c4a881574de
Update the source list using the following command
sudo aptitude update
Install all the themes using the following command
sudo aptitude install zgegblog-themes
For Ubuntu Intrepid users
First edit /etc/apt/sources.list file
sudo gedit /etc/apt/sources.list
add the following lines
deb http://ppa.launchpad.net/bisigi/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu intrepid main
Save and exit the file
add the GPG key using the following command
sudo apt-key adv
--
recv-keys--
keyserver keyserver.ubuntu.com 1781bd45c4c3275a34bb6aec6e871c4a881574de
Update the source list using the following command
sudo aptitude update
Install all the themes using the following command
sudo aptitude install zgegblog-themes
List of themes available
Showtime for Gnome
Balanzan
Infinity
Wild shine
Exotic
Tropical
Bamboo Zen
Ubuntu sunrise
Aqua Dreams
If you want to install above themes separately use the following commands
sudo aptitude install showtime-theme
sudo aptitude install balanzan-theme
sudo aptitude install infinity-theme
sudo aptitude install wild-shine-theme
sudo aptitude install exotic-theme
sudo aptitude install tropical-theme
sudo aptitude install bamboo-zen-theme
sudo aptitude install ubuntu-sunrise-theme
sudo aptitude install aquadreams-theme
Remove Themes
If you want to remove full package use the following command
sudo aptitude remove zgegblog-themes
If you want to remove each theme use the following syntax
sudo aptitude remove themename
Note :- themename is showtime-theme,balanzan-theme etc
These are wonderful themes! Thanks for pointing them out to a long time gnome user. Lets all thank Zgegblog for these fantastic themes!
Getting:
gpg: “0×1781bd45c4c3275a34bb6aec6e871c4a881574de” not a key ID: skipping
When trying to download the key…any ideas?
nice themes there..!! but, at the end of the day, it is the dust theme that stays on your system!!
p.s. i suspect an error in the GPG key. it should be “0X1781bd45c4c3275a34bb6aec6e871c4a881574de” and not “0×1781bd45c4c3275a34bb6aec6e871c4a881574de”. whatdyasay?
The key you gave didnt work i had to run with:
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 6E871C4A881574DE
Running the command you gave gave me
bill@bill-netbook:~$ sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0×1781bd45c4c3275a34bb6aec6e871c4a881574de
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 –recv-keys –keyserver keyserver.ubuntu.com 0×1781bd45c4c3275a34bb6aec6e871c4a881574de
gpg: “0×1781bd45c4c3275a34bb6aec6e871c4a881574de” not a key ID: skipping
I received the following error while following your instructions:
$ sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0×1781bd45c4c3275a34bb6aec6e871c4a881574de
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 –recv-keys –keyserver keyserver.ubuntu.com 0×1781bd45c4c3275a34bb6aec6e871c4a881574de
gpg: “0×1781bd45c4c3275a34bb6aec6e871c4a881574de” not a key ID: skipping
Thanks!
This line resulted in an error–
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0×1781bd45c4c3275a34bb6aec6e871c4a881574de
Error details:-
“0×1781bd45c4c3275a34bb6aec6e871c4a881574de” not a key: SKipping
@full command should be in one line for gpg key
Here is the correct command (all on one line):
sudo apt-key adv
--
recv-keys--
keyserver keyserver.ubuntu.com 0x1781bd45c4c3275a34bb6aec6e871c4a881574deGreat themes!
Installing the GPG keys did not work as described. Dropping “0x” did the trick for me:
sudo apt-key adv
--
recv-keys--
keyserver keyserver.ubuntu.com 1781bd45c4c3275a34bb6aec6e871c4a881574deThe correct key:
sudo apt-key adv
--
recv-keys--
keyserver keyserver.ubuntu.com 0x1781bd45c4c3275a34bb6aec6e871c4a881574dePicked it up from the theme’s website
Just use this command:
sudo apt-key adv
--
recv-keys--
keyserver keyserver.ubuntu.com 0x1781bd45c4c3275a34bb6aec6e871c4a881574deI don’t know whether it’s a bot protection or something else, but you’re all using a “×” = [ASCII: 158] instead of a real “x” = /??ks/ = [ASCII: 120]
You can try it out yourself by holding the ALT-key and typing in the according ASCII-Number.
Great themes by the way! Big THANKYOU to Ubuntugeek and the guys from zgegblog!
sudo apt-key adv
--
recv-keys--
keyserver keyserver.ubuntu.com 0×1781bd45c4c3275a34bb6aec6e871c4a881574deExecuting: 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 –recv-keys –keyserver keyserver.ubuntu.com 0×1781bd45c4c3275a34bb6aec6e871c4a881574de
gpg: “0×1781bd45c4c3275a34bb6aec6e871c4a881574de” not a key ID: skipping
It’s NOT WORK
Please Help
Sorry It’s Work !
It’s working with the ASCII kode… and type 120, but it’s saying it takes like 9 days to download, can that be right ???
To do everything at once (add source – get key – update – install), just copy/paste the following code, that should work for everyone:
echo “deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main” | sudo tee -a /etc/apt/sources.list && echo “deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main” | sudo tee -a /etc/apt/sources.list && sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 1781bd45c4c3275a34bb6aec6e871c4a881574de && sudo aptitude update && sudo aptitude install zgegblog-theme
I see we all had issues.. the guy above there nikoboxxx put this in and it worked for me smoothly.
sudo apt-key adv
--
recv-keys--
keyserver keyserver.ubuntu.com 1781bd45c4c3275a34bb6aec6e871c4a881574dehow can i remove that package?
one of the guys here is right, replace x in the gpg key command with x and it will work.
@Omri
I have updated article with how to remove these themes
Thanks for your help!
Thanks all for help! it’s work:
sudo apt-key adv
--
recv-keys--
keyserver keyserver.ubuntu.com 0x1781bd45c4c3275a34bb6aec6e871c4a881574deThankyou, using Gnome-Infinity right now 🙂
not work
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0×1781bd45c4c3275a34bb6aec6e871c4a881574de
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 –recv-keys –keyserver keyserver.ubuntu.com 0×1781bd45c4c3275a34bb6aec6e871c4a881574de
gpg: “0×1781bd45c4c3275a34bb6aec6e871c4a881574de” not a key ID: skipping
zaher@zaher-laptop:~$
Copying the Key import line from above does not work. However, going to the launchpad ppa and using the provided key works properly. Here is the proper command for importing the key:
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0x1781bd45c4c3275a34bb6aec6e871c4a881574de
In follup to my previous post above, I realize the problem with copying the key import line – the “x” in the key doesn’t appear to copy properly into the Gnome terminal. Manually replace it with a lower-case “x” and everything should work fine.;)
hi Dropping the 0x work for me aswell , portably do with the X.
Very nice! Thanks for this.
Replacing the ‘x’ worked for me in the key.
does not work 🙁
HELP
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0x1781bd45c4c3275a34bb6aec6e871c4a881574de
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 –recv-keys –keyserver keyserver.ubuntu.com 0x1781bd45c4c3275a34bb6aec6e871c4a881574de
gpg: Schlüssel 881574DE von hkp Server keyserver.ubuntu.com anfordern
gpgkeys: key 1781BD45C4C3275A34BB6AEC6E871C4A881574DE not found on keyserver
Installation ran smoothly. But I have a silly question. I activated window decorations in Gnome settings, however, I would like to use Emerald ones instead.
I went to Emerald settings and don’t know how to activate the theme there. It looks nicer imo.
thx for help
Installation ran smoothly after setting up a GPG-key 🙂
A have a problem with the Showtime theme. When I ran this on my old computer it included a cool font that displayed the titles of folders och pages on top of window. However, this font isn’t visible now and it’s just Verdana or something. Any idea?
Best and thanks for a great tutorial 🙂
Jonas