Oct
29

Ubuntu Gutsy Upgrade - Part 2 - Fixing Compiz

Ubuntu       Share This    Trackback

After Upgrading to Gutsy

After the Upgrade, to Ubuntu Gutsy 7.10 I found the following things wrong, broken or just missing.

Things I have fixed already.

  • Emerald Theme Manager Removed
  • Avant Window Navigator Was Removed
  • Compiz-Fusion Setting Manager Does Not Work with KDE
  • KDE-Core was missing??

Things left for me to Fix.

  • Fonts are Out of Whack, They Appear very Bold and Large
  • More stuff I havent checked for yet

Ok those were the Main things I noticed missing from my Upgrade to Gutsy, Compiz worked but I could not add/change it’s settings, AWN was removed due my repository list, Emerald was changed and needed to be removed and KDE-Core I Don’t know why/where it went but I reinstalled it. So far I have fixed some of this stuff, and will update this post later when i fix the rest. Here is the Steps I Took to Solve my Problems.

Replacing Emerald

Well to Replace Emerald-Theme Manager I just did a Simple

sudo apt-get install emerald

And that seemed to work, I just had to reselect the theme I used before and everything was back to normal.

ReInstalling AWN

As I Like the AWN Mac OSX Looking Dock-Bar for my Task bar, I needed it apparently, when I upgraded I lost the repository for it so I found we just needed
to upgrade our sources.list with the following and get the new Key

Add Below to /etc/apt/sources.list

sudo nano /etc/apt/sources.list
 
OR use Gedit if you like the GUI
 
gksudo gedit /etc/apt/sources.list

Add the following to the above File

deb http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator
deb-src http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator

Now to add the GPC Key to verify this repository Enter the following in your Terminal

wget http://download.tuxfamily.org/syzygy42/reacocard.asc
sudo apt-key add reacocard.asc
rm reacocard.asc
sudo apt-get update
 
sudo apt-get install avant-window-navigator-bzr awn-core-applets-bzr

Ok and now you have AWN Back in place and working good.

KDE-Core is Missing?

Since I installed originally a Ubuntu Desktop with GNOME, then later changed/added KDE as my Window Manager, after this upgrade it appears my KDE packages are gone. Anyway, I just did this to get them back. not sure where they went

sudo apt-get install kde-core

Removed Abunch of Software

Through Synaptic I Removed abunch of “Local:Obsolete” Applications that were installed before, such as Compiz, Compiz-Fusion Plugins, KiboDocker, Kooldock, mostly stuff I don’t use but I figured removing Compiz and reinstalling might help in making it work properly.

Please Note : I Removed these Completely with Config Files

Fixing Compiz-Fusion Manager

Well apparently, after compiling afew different programs from sources, and having a older install of compiz-fusion before the upgrade. My Compiz-Fusion-Setting-Manager
would exit with strange error methods. After much looking into the matter, I found the problem was in fact older library’s or packages where still in place and being used.
Take a Look in your /usr/local/lib path for them

cd /usr/local/lib
ls

Personally I created a backup directory and moved all these files into it for later sorting but do this

mkdir temp
mv *.* temp
mv * temp
mv .* temp
 
ldconfig

Afterwards You may have to reboot or restart X server ( Control-Alt-Delete ) and you should be able to run the Compiz-Fusion-Settings-Manager now
if you can’t find it in the menu, then press Alt-F2 and type ‘ccsm’ and it will open.

So that fixed my Compiz-Control-Center and we can now login and play with our settings.

Please Note : If you are running Beryl you must Exit it before Compiz-Fuzion will work properly.

Remove Beryl from Startup

Well now since I still had Beryl installed on my Desktop before the upgrade, apparently I had to stop Beryl and Restart Compiz-Fusion to make it work.
If you don’t kill Beryl from running your Fusion effects will not work properly.

sudo killall beryl
compiz --replace

Add Compiz To Startup Programs

Now that Compiz-Fusion is working perfectly I want it to start automaticly so I added a quick line to make it happen, enter the following code into Terminal

echo "compiz --replace" > ~/.kde/Autostart/startcompiz.sh 
chmod +x ~/.kde/Autostart/startcompiz.sh

NOTE : This is for KDE users only.

The Compiz Management Icon

Without Beryl I missed my Management Icon, so I found one for Compiz already in a deb package at this forum post.

After installing the above Icon, add the following to your startup commands so it start’s up automaticly.

echo "fusion-icon" > ~/.kde/Autostart/startcompiz-icon.sh 
chmod +x ~/.kde/Autostart/startcompiz-icon.sh

Now your compiz effects will be working just as you had set them. I personally just un-installed Beyl, through synaptic to get rid of it.
‘If I need to give a Startup Command for this Just make a comment and I will add it

Firefox Font Fix

Well After abit of googling to no avail to figure out why my fonts didn’t look the same as they do in Feisty, I Did find this post on the Ubuntu Forums, which gives a good quick Firefox tip to
Help the Problem in Firefox Atleast.

Basicly, open Firefox, in the Address Bar Copy Paste the Following Line

about:config

Then in the next line, Copy/Paste this line and Search for it then Change the Following Information

layout.css.dpi

Change this value from -1 to 0 and Restart Firefox.

Oct
29

My Ubuntu Feisty Gnome/GDE Upgrade to Gutsy - Part 1

Ubuntu       Share This    Trackback

Upgrading my Ubuntu 7.04 w/ Gnome and KDE Desktop to Ubuntu Gutsy 7.10

To Upgrade to Gutsy, in my KDE Menu I Found the Following Option “Upgrade Manager”

After Opening this Application, It quickly informed me that Ubuntu 7.10 was out and I should Upgrade

On First Attempt, It viewed my Extra Repositories and found many which would not work, And gave me a error and could not upgrade.

To fix this for now I commented out all the Third Party Repositories I used afterwords I was given a nice list of Unsupported Packages, I decided after the Upgrade I can just fix my Repositories correctly Gutsy and Reinstall/Upgrade these packages (hopefully)

Now Everything went through and Ubuntu Asked to Agree to the Following License, Just hit Accept here

After removing all my Third Party Repository’s, Another Screen opened explaining how long this would take and what packages had to be removed, and what packages would be upgraded. Looking at my setup 19 Packages were to be removed out of 1.5k Packages so that’s not to bad I’m sure I can locate 19 packages to replace them with.

NOTE : On doing this again, I HIGHLY suggest you thin your packages out before hand. Remove all those packages you don’t use at all, Gutsy will upgrade every one of them later

As I wait on all these packages to Download, I am left wondering how much time I will spend fixing issues after this Upgrade and If upgrading will fix any of my problems

After Fetching all the required Packages, and on installation of the new upgrades, A Pop up Window Appeared and asked me to reconfigure a few minor things, which will all depend on your Installation. My Personal Installation asked me to reconfigure Apache, Gallery 2 MYSQL Password and PHPMyAdmin Support, nothing really major yet. All of which were just a simple Yes/No Answer.

Almost done at around 2 hours or so into the upgrade process

After this a very long update process began, and After around 2 hours my System was ready to Restart.
After rebooting this system, I noticed the GDM login screen is slightly different but not much else yet. After logging in afound afew problems to be solved and that is what
part 2 will consist of.

top
Close
E-mail It