Important update: I added the installation of Restricted Drivers. This is necessary for compiz to work! :)
UPDATE 2: I changed the links for the wallpaper and panel BG because uploadingit.com is offline right now.
Thanks to user "alex", I have decided to make a complete tutorial to get from Windows to my basic setup. This actually shouldn't take more than a day or two, which is not bad, considering you're installing an entire new operating system.
I. Obtaining Ubuntu
- Go to the Ubuntu Download Page and get Ubuntu 7.04, typing all the requested information in.
- When your ~700MB download is finished, burn the ISO image to a disc with your favorite CD burning software.
- This part might be difficult for those with not so good computer knowledge, but you have to get your computer to launch off the cd. It depends on how your computer is made, but you might need to change the boot order in the BIOS. Or, you might have to do a key command to boot off the cd.
- When you've booted off the ubuntu cd, you'll have an option to "Install or boot Ubuntu". Go ahead and choose that, you won't lose any data yet.
- The CD will boot, and give you a working desktop environment. This is all running off the cd, and as a result nothing is saveable, and no settings are retained after reboot.
- Double-click the install icon on the desktop.
- Follow the instructions. When it comes to partitioning, if you want to keep windows, then DON'T choose the option to completely format the drive, otherwise do.
- Install Ubuntu on your system. This might take only 20 minutes, depending on the state of your hardware.
- Restart your computer, and if you have windows and ubuntu installed, choose the first option for ubuntu. Log in.
- You've installed ubuntu!
Now on to the next step!
++II. Installing the proprietary graphics driver (skip if you have intel or another that's already supported)
- Open up System>Administration>Restricted Drivers Manager.
- If you have an nVIDIA card, it will show up on the list. Install it by following the easy instructions. Make sure it's enabled.
- As prompted, restart your computer.
++
III. Getting the wallpaper and the panel candy and setting up your black theme
- First, download my green wallpaper here.
- Right-click the desktop and choose "Change desktop background."
- Browse to the folder in which you've saved my wallpaper, and choose it.
- Now get this png image.
- Right-click the panel on the top, and choose "Properties". In the Background tab, choose the png as the background image. You might have to make the panel thinner for it to look good. That's in the general tab.
- Go to the System>Preferences>Theme menu item. Choose the option "Customize".
- Under the Controls tab, choose Glossy
- Under the Colors tab, make the:
- Windows/Background #3E3E3E
- Input boxes/Background #4A4A4A
- Selected Items/background #616161
- And all the text items white.
- Under the Window Border tab, choose Glossy
- Under Icons, choose Tangerine.
- Close the Theme Details window, and choose "Save theme..." and save your theme.
- Now, to fix a little bug with the tooltips, get Gnome Color Chooser (to install, download and double-click)
- Open up Gnome Color chooser (system>preferences) and under the Specific tab>Tooltips make Background #565656.
- To fix some bugs with Firefox, do this (terminal):
- cd /usr/share/firefox/res
- sudo cp forms.css forms.css.bak
- sudo gedit forms.css
- (text editor): replace all instances of " background-color: -moz-Field " with background-color: #ffffff; //-moz-Field
- replace all instances of " color: -moz-FieldText; " with " color: #000000; //-moz-FieldText; "
- Save and quit.
Now you have a black theme and a nice wallpaper/panel! On to Compiz Fusion!
IV. Installing Compiz fusion through Trevinho's Eyecandy Repository, and installing Avant-Window-Navigator (dock)
We are going to use terminal commands, because it is faster that way. Don't be afraid, these aren't hard to use.
- Open up a Terminal window (applications>accessories>terminal)
- type into the terminal: sudo gedit /etc/apt/sources.list
- Type in your password (it will appear that nothing is happening, but the password is being received)
- A nice text editor with a bunch of text in it already should open up. Go to the very bottom of this and add the following five lines:
# TreviƱo’s Ubuntu feisty EyeCandy Repository (GPG key: 81836EBF - DD800CD9)
# Many eyecandy 3D apps like Beryl, compiz and kiba-dock snapshots
# built using latest available (working) sources from git/svn/cvs…
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy - Save the file and close the text editor. Type into the terminal: gpg --keyserver subkeys.pgp.net --recv 81836EBF
- Type into the terminal: sudo apt-get update
- Type into the terminal: sudo apt-get upgrade
- You might get a bunch of updates now, so just wait until they're done.
- Now type into the Terminal: sudo apt-get install compiz-fusion-plugins-extra compiz fusion-plugins-main compiz-fusion-plugins-unsupported compizconfig-settings-manager avant-window-navigator emerald emerald-themes
- That should install the dock, and compiz-fusion.
V. Launching Compiz Fusion and the dock
- Type into the terminal: compiz --replace ccp && emerald &
- You should now have wobbly windows! try it out. If it doesn't work, you might have to adjust some settings, but it should work fine.
- Under System>Preferences>CompizConfig Settings Manager you can change your settings. You will have to enable the plugins before they work (of course).
- Under Applications>Accessories>Avant Window Navigator you can launch the dock.
- You can adjust your panel settings so that the bottom panel is deleted, and the trash can is moved up to the top panel, etc, but I'm not going to get into that.
- Now, to get it so that you can close the terminal without stopping your compiz fusion, type alt-F2 and run the same command as if you were in a terminal.
VI. Installing my Emerald theme (for window decorations)
- Download my theme here.
- Go to System>Preferences>Emerald Theme Manager.
- Choose "Import..."
- Choose my .emerald file you downloaded.
- Choose it in the list now.
- You should have a sleek black window decoration now!
VII. Making it so Compiz Fusion starts on boot
I'm sorry, but I'm not sure about this yet. Eventually, there will be a tray icon that works pefectly, but not yet. Just wait... This is alpha software. You can search the
forums for a solution. I'm sure there's one somewhere :)
OK! You're done!
Keep in mind that your Ubuntu install won't play DVD's or mp3's, etc, yet. You have to research that elsewhere :) For help you can go to the
Ubuntu Forums.
If you want to install a new program, you can go to Applications>Add/Remove applications and choose applications to install. They'll download and install automatically.
And finally, to get out of compiz, do alt-f2 and type metacity --replace. That should dump you back into the default ubuntu window manager. I would suggest quitting Avant-window-navigator first though, since it doesn't run properly without compiz.
Tell me how it works !
EDIT: Due to questions about gmail notifier, I felt obliged to hack it.
Here's a fix for it to work with dark themes.
Also,
follow these instructions, and your firefox controls will look better!