All,
With the latest glibc updates it appears that the Gnome desktop has a nasty habit of not showing the icons in the taskbar. This is a known issue with the CentOS 5.6 distro (
google it).
I've found that editing my original repo file to include packages from CentOS 5.6 I386 will provide the needed glibc stuff to fix the icon missing issue, and it also gets you the latest firefox and thunderbird (if you use them).
Here's the contents of the new repo file:
| Code: |
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
[base]
name=CentOS-5.6 - Base
baseurl=http://mirror.centos.org/centos/5.6/os/i386/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#released updates
[updates]
name=CentOS-5.6 - Updates
baseurl=http://mirror.centos.org/centos/5.6/updates/i386/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#packages used/produced in the build but not released
[addons]
name=CentOS-5.6 - Addons
baseurl=http://mirror.centos.org/centos/5.6/addons/i386/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#additional packages that may be useful
[extras]
name=CentOS-5.6 - Extras
baseurl=http://mirror.centos.org/centos/5.6/extras/i386/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-5.6 - Plus
baseurl=http://mirror.centos.org/centos/5.6/centosplus/i386/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#contrib - packages by Centos Users
[contrib]
name=CentOS-5.6 - Contrib
baseurl=http://mirror.centos.org/centos/5.6/contrib/i386/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
|
This file can be found on my website:
here
The file should be placed in:
On the target system.
Note, you probably won't want to download all of the available updates from this repo.
Here's the list of packages I downloaded that fixed the missing icons problem:
| Code: |
May 5 13:08:11 picoitx yum(yumex): Updated: glibc.i686 2.5-58.el5_6.3
May 5 13:08:13 picoitx yum(yumex): Updated: nss.i386 3.12.8-4.el5_6
May 5 13:08:33 picoitx yum(yumex): Updated: xulrunner.i386 1.9.2.17-3.el5
May 5 13:08:33 picoitx yum(yumex): Updated: giflib.i386 4.1.3-7.3.3.el5
May 5 13:08:34 picoitx yum(yumex): Updated: giflib-utils.i386 4.1.3-7.3.3.el5
May 5 13:08:37 picoitx yum(yumex): Updated: nss-tools.i386 3.12.8-4.el5_6
May 5 13:08:41 picoitx yum(yumex): Updated: kudzu.i386 1.2.57.1.26-1.el5.centos.1
May 5 13:08:42 picoitx yum(yumex): Updated: paps.i386 0.6.6-20.el5
May 5 13:08:43 picoitx yum(yumex): Updated: sed.i386 4.1.5-8.el5
May 5 13:08:44 picoitx yum(yumex): Updated: jwhois.i386 3.2.3-12.el5
May 5 13:08:47 picoitx yum(yumex): Updated: nscd.i386 2.5-58.el5_6.3
May 5 13:08:49 picoitx yum(yumex): Updated: xorg-x11-font-utils.i386 1:7.1-3
May 5 13:08:56 picoitx yum(yumex): Updated: glibc-headers.i386 2.5-58.el5_6.3
May 5 13:09:01 picoitx yum(yumex): Updated: glibc-devel.i386 2.5-58.el5_6.3
May 5 13:09:32 picoitx yum(yumex): Updated: thunderbird.i386 2.0.0.24-17.el5.centos
May 5 13:09:54 picoitx yum(yumex): Updated: firefox.i386 3.6.17-1.el5.centos
|
I'd STRONGLY suggest you disable the repo from your system after downloading the above files, using the following commands:
| Code: |
cd /etc/yum.repos.d/
mv ./ClearOS-CentOS-Base.5.6.repo ./ClearOS-CentOS-Base.5.6.repo.disabled
|
Let me know if you run into any issues.
B