TechEnclave
Register Now

Registration is free.
Join us today.

The Ultimate Ubuntu Customization Guide!

This is a discussion on The Ultimate Ubuntu Customization Guide! within the Guides and Tutorials forums, part of the TechEnclave Gateway category; ...Click here to read the entire article...

TechEnclave > TechEnclave Gateway > Guides and Tutorials


Comment
 
LinkBack (10) Article Tools Display Modes
The Ultimate Ubuntu Customization Guide!
Change the way look feel and work of Ubuntu!
Dark Star
20 Jun 07
  #13  
By Anish on 21 Jun 07, 03:47 PM
Default Re: The Ultimate Ubuntu Customization Guide!

Nice work Darkstar !
Reply With Quote
  #14  
By PiXeLpUsHeR on 22 Jun 07, 06:21 AM
Default Re: The Ultimate Ubuntu Customization Guide!

Very nice work DarkStar, very good guide, and well written.. but the question is... do I really want my Linux to look like OSX
Reply With Quote
  #15  
By Dark Star on 22 Jun 07, 07:18 AM
Default Re: The Ultimate Ubuntu Customization Guide!

@ all the pdf file has been updated in attachments so plz download the new 1 as it has additional screenlet topic

@ ArtfulDodger :- Cause mac is as soothing as Vista
Reply With Quote
  #16  
By montylee on 22 Jun 07, 09:44 AM
Default Re: The Ultimate Ubuntu Customization Guide!

hey @Darkstar, 2 queries:

1) Which xmms skin r u using (as shown in ur screenshot)?
2) How did u got screenlet weather widget to display Delhi's temperature?
Reply With Quote
  #17  
By Dark Star on 22 Jun 07, 09:53 AM
Default Re: The Ultimate Ubuntu Customization Guide!

^^ Ohh so you liked the themes
  • The XmmS theme taken from Gnome-Looks Here: Almond [Vu Meter]
  • Add this code to your weather desklets to get delhi temperature details
    Code:
    INXX0096
    To download the weather desklet I am having click here GoodWeather
Reply With Quote
  #18  
By montylee on 22 Jun 07, 04:26 PM
Default Re: The Ultimate Ubuntu Customization Guide!

thanks a ton dude. I'll try it out once i reach home.
Reply With Quote
  #19  
By greenhorn on 22 Jun 07, 07:36 PM
Default Re: The Ultimate Ubuntu Customization Guide!

View Post
Originally Posted by Dark Star
@ all the pdf file has been updated in attachments so plz download the new 1 as it has additional screenlet topic

@ ArtfulDodger :- Cause mac is as soothing as Vista
Once you get the ubuntu studio look, you'll forget about mac and vista

here are some instructions

» Installing Ubuntu Studio Theme by Complicated Mind

I'm not sure that all the packages get installed correctly with the instructions in the guide.

I went to synaptic , searched for studio, and installed some packages manually ( i think the splash and gdm)

either way, dont install everything with ubuntu studio in it ... some are the audio and video editor packages , and a low latency kernel for audio recording work , which unfortunately crashed with my nvidia driver

for those of you still running after the vista look , another guide to vista-izing linux : vistalinux -

and a small detail

*Vista-Panel GNOME-Look.org
Last edited by greenhorn : 22 Jun 07 at 07:41 PM.
Reply With Quote
  #20  
By Deepak on 23 Jun 07, 03:02 AM
Default Re: The Ultimate Ubuntu Customization Guide!

Nice work m8, now if only I can get my lazy butt off the couch and do some Linuxy things I have always wanted to do...lol...
Reply With Quote
  #21  
By Dark Star on 27 Jun 07, 09:53 AM
Default Re: The Ultimate Ubuntu Customization Guide!

Here are some more : New themes ad Icon set addons... + a new thing...

Now telling you all 1 more thing how to change the Boot screen there are terminal commands to change Boot screen .. But those can be too much for a newbie... So here is a tool that can help you ....

Download: Startup Manager from here StartUp Manager - Info
Now Click on Latest version and a .deb file will be downloaded now just open the .deb file and it will do the rest of stuff by itself.....
The Start Up manager is located at Main Menu ->System -> Administration.
Open it you can easily customize themes from there.. .for Boot Screen to download latest Boot Screen click here GNOME-Look.org

Hope it added a lot in customization

Peas Ds
Reply With Quote
  #22  
By Dark Star on 1 Jul 07, 12:23 PM
Default Re: The Ultimate Ubuntu Customization Guide!

The following guide will teach you (step by step) how to install Compiz Fusion on your Ubuntu 7.04 operating system. Be aware that Compiz Fusion is still in heavy development, so it may not be very stable.

Open a terminal (Applications -> Accessories -> Terminal for GNOME users) Since this guide for Gnome USers so this too is for Gnome only

Code:
sudo apt-get -y remove compiz-core desktop-effects
Leave the terminal open and go to System -> Administration -> Software Sources, click on the second tab (Third-Party Software), then click on the "Add" button and paste the following code:

Code:
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
Click the "Add Source" button after you pasted the above code and to the same for the following code:

Code:
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
Don't close the Software Sources window yet!
In the terminal window, type:

Code:
wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg
Code:
sudo apt-key add DD800CD9.gpg
Now click the "Close" button on the Software Sources window and you will be asked if you want to reload the information about available software, so click the "Reload" button and wait for the window to disappear.

Copy/Paste the following lines in the terminal window:

Code:
sudo apt-get update

sudo apt-get -y upgrade
FOR GNOME USERS:

Code:
sudo apt-get -y install compiz compiz-gtk compizconfig-settings-manager compiz-fusion-plugins-extra libcompizconfig-backend-gconf
Now, if everything was correctly installed and you didn't encounter errors, press ALT+F2 and type:

Code:
compiz --replace
That's it! Enjoy the latest 3D eye candy effects on your Ubuntu OS.

Some quick tricks:
  • Hold CTRL + ALT keys and with the left mouse button rotate the cube
  • Super + E activates the Expo plugin
  • Hold Super + Shift and with your mouse paint fire on your desktop
  • Super + Shift + C will erase the fire paint
  • Super + Tab activates the Ring Switcher plugin


Where Super refers to WIndows Key....

For more short cuts you can find that in Compiz Fusion Manager..
Here are some screenshots of Fusion Projects..


Last edited by Dark Star : 5 Jul 07 at 08:09 AM.
Reply With Quote
  #23  
By montylee on 1 Jul 07, 01:25 PM
Default Re: The Ultimate Ubuntu Customization Guide!

I am unable to get the 3D cube with Compiz Fusion. That's bcoz there's some problem with my OpenGL driver installation.
Even the 3D games stopped working.
Then i built the latest version of OpenGL i.e. 7.0. The games started working but 3D cube is still not working.
Reply With Quote
  #24  
By Dark Star on 3 Jul 07, 10:05 AM
Default Re: The Ultimate Ubuntu Customization Guide!

A small How to for installing a dock : Follow the steps and u will install Kiba Dock

Code:
sudo gedit /etc/apt/sources.list
Add the following lines to the end of the file:
Code:
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
Save and exit.Run from terminal window:
Code:
wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install kiba-dock kiba-dock-dev kiba-plugins
Configure and launch kiba dock from the applications menu.

If this process fails then install the dock Using Synaptic manager.. Just Search Kiba in Manager and Right click it and Select Mark for Installation.. Click Apply and u are done

Hope its done now

Peas Ds
Reply With Quote
  #25  
By Dark Star on 5 Jul 07, 08:06 AM
Default Re: The Ultimate Ubuntu Customization Guide!

There are few thing still left

1.How to change splash screen that appear after password .... To do install any of the application mentioned below

Install is not present by default :-

Code:
sudo apt-get install gnome-splashscreen-manager
Run (Through Alt+F2 or Terminal):

Code:
gnome-splashscreen-manager
Above will install Splash Screen Manager...

One of th easiest of em.. Is Splash Screen which I am using currently :--

Code:
sudo apt-get install gnome-art
To use it after installing you will find the application under System -> Administration.

Click Install, choose the image file (PNG or JPG) and it must appear in the window thus. Click Activate, re-login to see it in effect.

Now you need to change the background of Ur Splash Screen to match the image... To do this go to System Then point towards Administration and Open Log In Windows.. Under Local Tab u'll find Color option change it accc to ur Splash screen....

Splash Screen :- GNOME-Look.org

Note: Splash Screen are different from Boot Screen so make sure u download splash screen which looks like Rectangular Image .. For Example..Here is my current Splash Screen


Peas Ds
Last edited by Dark Star : 5 Jul 07 at 04:08 PM.
Reply With Quote
  #26  
By montylee on 5 Jul 07, 09:32 AM
Default Re: The Ultimate Ubuntu Customization Guide!

Lol, i have no use of this splash screen thing bcoz my pc is too fast and splash screen is displayed for only 1-2 seconds.
Reply With Quote
  #27  
By shirish on 5 Jul 07, 10:49 AM
Default Re: The Ultimate Ubuntu Customization Guide!

put Kubuntu & I'm sure the splash screen will display for more than 2 seconds
Reply With Quote
Comment


LinkBacks (?)
LinkBack to this Thread: http://www.techenclave.com/guides-and-tutorials/the-ultimate-ubuntu-customization-guide-93039.html
Posted By For Type Date
Digg - The Ultimate Ubuntu Customization Guide! This thread Refback 11 Oct 07 12:18 PM
digg / ShashPant / news / dugg This thread Refback 17 Aug 07 11:13 AM
The Ultimate Ubuntu Customization Guide! (reddit.com) This thread Refback 25 Jul 07 06:33 AM
reddit.com: what's new online This thread Refback 16 Jul 07 10:09 AM
reddit.com: newest submissions This thread Refback 16 Jul 07 02:39 AM
The Ultimate Ubuntu Customization Guide! - TechEnclave This thread Refback 15 Jul 07 08:04 PM
submitted by ShashPant (on reddit.com) This thread Refback 15 Jul 07 07:29 PM
overview by ShashPant (on reddit.com) This thread Refback 15 Jul 07 07:06 PM
So True- JOKES - FunEnclave This thread Refback 11 Jul 07 05:49 PM
Digg - The Ultimate Ubuntu Customization Guide! This thread Refback 20 Jun 07 07:01 PM
Article Tools
Display Modes


Welcome, Unregistered.

  
Search
Advertisement


From FunEnclave
Quick Navigation

All times are GMT +5.5. The time now is 10:24 PM.


Style by Safin, exclusive for TechEnclave
Copyright ©2005 - 2008 TechEnclave.com, All Rights Reserved.
Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0