
Gangsta OS X usplash
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A usplash theme adapted from this image:
http://www.pure-mirage.com/images/Gallery_Images/Maya/images/3d_Apple_Logo_102.jpg
It looks best at 1024x768 with 24-bit color.
If you are using Ubuntu, I recommend using this to set everything up: http://web.telia.com/~u88005282/sum/index.html
The .deb is located here if you're too lazy to go to the site's download page: http://web.telia.com/~u88005282/sum/archive/deb/startupmanager_1.0.7-1_all.deb
How to compile from source (I assume you extracted the archive's contents to your desktop):
sudo apt-get install build-essential libbogl-dev libusplash-dev
cd ~/Desktop/Gangsta OS X
make
That's it. Then all you have to do is use the start-up manager (if you're using Ubuntu) in System>Administration to add the gangstaosx.so file to your list of usplash themes and select it.
I didn't make it, but here is a login screen that imitates the OS X one very well:
http://taimila.com/downloads/gdm-osx-theme.tar.gz
It's from this guide, which I think is the best one to use to make your GNOME look exactly like OS X: http://taimila.com/osx-guide-2.php
Also, I recommend using this icon theme:
http://gnome-look.org/content/show.php?content=61193
freakcode
13 years ago
Report
adgo82
13 years ago
Its Awesome! Very Gangsta. Do you have any good files to modify the login screen (the one where you type in username and password). Is it even possible to change that screen?
Report
buu700
13 years ago
Report
adgo82
13 years ago
Report
adgo82
13 years ago
Its Awesome! Very Gangsta. Do you have any good files to modify the login screen (the one where you type in username and password). Is it even possible to change that screen?
Report
buu700
13 years ago
http://taimila.com/downloads/gdm-osx-theme.tar.gz
It's from this guide, which I think is the best one to use to make your GNOME look exactly like OS X: http://taimila.com/osx-guide-2.php
Also, I recommend using this icon theme:
http://gnome-look.org/content/show.php?content=61193
Report
buu700
13 years ago
Report
adgo82
13 years ago
root@Silver:~/Gangsta OS X# make
make: Circular gangstaosx_1024_576_cropped.png <- gangstaosx_1024_576_cropped.png.c dependency dropped.
pngtousplash gangstaosx_1024_576_cropped.png > gangstaosx_1024_576_cropped.png.c
/bin/sh: pngtousplash: not found
make: *** [gangstaosx_1024_576_cropped.png.c] Error 127
rm gangstaosx_1024_576_cropped.png.c
root@Silver:~/Gangsta OS X# make
Report
buu700
13 years ago
sudo apt-get install build-essential libbogl-dev
first (I think that's the right command).
Report