Put a real-transparent shell on your desktop in ubuntu
Posted Under: General
I will show how to create a transparent shell on ubuntu desktop, and first make sure Compiz fusion has been installed
You will see the following figure if everything below done

Open a gnome terminal (Applications–>Accessories–>Terminal),then go to Edit–>Profiles

click New in the next window:

type profile name,it’s trans in my case :

click Create ,then set as following :
Show menubar: off
Initial title: trans
Dynamically-set title: Isn’t displayed
Color scheme: Black on white
Transparent Background: on
Set the transparency down to “None”
Scrollbar: disabled





Close the window when settings done,and do like this if you want

close the terminal window.
Open CompizConfig setting by click System–>Preferences–>CompizConfig Setting Manager

go to the Window Decoration,click it on and double click, add !title=^trans$ to the Decoration windows field


click Back,go to Windows Rules plugin,click it on thenĀ double click and do as following:


turn to Size rules tab,click New,put the Width and Height as you want for your shell

at last go to Place windows,click it on go to the Fixed Window Placement tab,click new

put x and y coordinates of the default position you want for your shell.
Now open a terminal window, (code:gnome-terminal –window-with-profile=trans if you do not set Profile used when launching a new terminal:trans) and you will see the figure at the beginning
Tips:
you can make it run at login by type gnome-terminal –window-with-profile=trans in command field
Related posts:
- How to install Compiz Fusion 3D desktop effects in ubuntu
- Customize your own Gnome desktop colors with Gnome color chooser
- Simple Ubuntu Desktop Backup Tool Backerupper
- How to install KDE (Kubuntu) on Ubuntu
- 3 Steps to Make Ubuntu 9.10(Karmic) looks like Mac OS X

Reader Comments
Thank you. Nice tutorial.
But, the command you mentioned in tips is not right. It should be ‘gnome-terminal –window-with-profile=trans’
[Reply]