Open Compiz
Click on Windows Decorator
Under Shadow Windows, change any to
any & !(type=dock) & !(type=tooltip) & !(type=dropdownmenu) & !(type=popupmenu)
Sunday, August 24, 2008
Remove Gnome Panel | Tool Tip | Drop Down | Pop Up shadows
Posted by Schwerin Moses at 8:33 AM 0 comments
Saturday, August 16, 2008
Ubuntu themes, i like
Posted by Schwerin Moses at 8:10 AM 0 comments
Labels: Ubuntu, Ubuntu (Tweaks)
Thursday, August 14, 2008
Install globalmenu (Hardy)

Open Terminal
1. Create a folder
mkdir global-menu-install
2. Go to this folder
cd global-menu-install
3. Run this in termimal
wget http://gnome2-globalmenu.googlecode.com/files/gnome-globalmenu-0.4-svn964.tar.gz
4. Unarchive them
tar zxvf gnome-globalmenu-0.4-svn964.tar.gz
5. Install them
a. cd globalmenu
b. sudo dpkg -i *.deb
Source
Posted by Schwerin Moses at 7:59 AM 0 comments
Labels: Ubuntu, Ubuntu (Tweaks)
Saturday, August 9, 2008
Essential softwares for Ubuntu

These are a list of softwares that I found very essential for Ubuntu.
1. Start-Up Manager
2. Compiz and Emerald
3. Ubuntu Tweaks
4. Gparted
5. Audacity
6. VLC
7. NTFS-3g
8. Nautilus Action Configuration
9. Nautilus Set as Wallpaper plugin
Posted by Schwerin Moses at 6:57 AM 0 comments
Labels: Ubuntu, Ubuntu (Softwares)
Synaptic download location

You could just mount the partition to "/var/cache/apt/archives". If you don't run "apt-get clean" the downloaded packages should stay there. I'd recommend doing a backup of the directory first, creating a new one and then mount the partition:
sudo mv /var/cache/apt/archives /var/cache/apt/archives_bk
sudo mkdir /var/cache/apt/archives
sudo mount /dev/sdXX /var/cache/apt/archives/
Source
Posted by Schwerin Moses at 6:18 AM 0 comments
Labels: Ubuntu, Ubuntu (Tweaks)
Sunday, August 3, 2008
'dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem'

Run these commands in the terminal
sudo dpkg --configure -a
sudo apt-get -f install
Source
Posted by Schwerin Moses at 4:46 PM 2 comments
Labels: Ubuntu, Ubuntu (Errors)


