Thx ! You're running x64 and .deb doesn't work... BUT : Sources are available so... You can compile you're own .deb (x64)
Here is a french Tutorial I made : http://forum.ubuntu-fr.org/viewtopic.php?pid=1462446#p1462446
I can try to translate you the main manipulations to get a .deb from the sources.
First :
sudo apt-get install build-essential libusplash-dev debhelper checkinstall startupmanager
Then, run Konsole, go to the sources directory. Type :
sudo make
*your pwd*
sudo checkinstall
Normaly a .deb (x64) has been created in the directory and the theme is already installed.
Run startupmanager and select your theme
... Well, I hope this explaination will be helpful.
Ratings & Comments
2 Comments
.deb does not work for my ubuntu unfortuantly (64-bit arch)
Thx ! You're running x64 and .deb doesn't work... BUT : Sources are available so... You can compile you're own .deb (x64) Here is a french Tutorial I made : http://forum.ubuntu-fr.org/viewtopic.php?pid=1462446#p1462446 I can try to translate you the main manipulations to get a .deb from the sources. First : sudo apt-get install build-essential libusplash-dev debhelper checkinstall startupmanager Then, run Konsole, go to the sources directory. Type : sudo make *your pwd* sudo checkinstall Normaly a .deb (x64) has been created in the directory and the theme is already installed. Run startupmanager and select your theme ... Well, I hope this explaination will be helpful.