Fedora MAC Pt 1

This is a how to change your fedora 12 gnome into MacOsx theme. Looks like MAC OSX. Install Fedora 12 GNOME into your PC. Next is to download the themes. Try googling for MAC 4 Lin or just go to http://sourceforge.net/projects/mac4lin/. Theres a lot of tutorial on how to change the layout. Since a friend of mine what his laptop to be ala2 MACOSX. So here is what I have done.

Due to newly formated computer. I will jog all the actions taken and the commands prompted.

Installing Yum plugins
yum install -y yum yum-utils yum-presto yum-plugin-fastestmirror yum-plugin-rpm-warm-cache
New repo install
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
rpm -ivh http://rpm.livna.org/livna-release.rpm 
System Update
yum install -y binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms kernel
Restart your computer.
  
Fedora Update
 yum update -y
Restart fedora.


Opensuse Emulator:Wine repo
As root do the following
cd /etc/yum.repos.d/
gedit Emulator:Wine.repo
Copy and paste the below codes into the geditor.








[Emulators_Wine]
name=Wine (openSUSE_11.2)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_11.2/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_11.2/repodata/repomd.xml.key
enabled=1
Then, save.  Make sure the document has an extension .repo and located in /etc/yum.repos.d/ directory.

Screenlet repo
As root do the following
cd /etc/yum.repos.d/
gedit screenlets.repo
Copy and paste the below codes into the geditor.

[home_some-guy_screenlets]
name=Screenlets Build Repository (Fedora_12)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/home:/some-guy:/screenlets/Fedora_12/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/home:/some-guy:/screenlets/Fedora_12/repodata/repomd.xml.key
enabled=1
Then, save.  Make sure the document has an extension .repo and located in /etc/yum.repos.d/ directory.

Applications / Codecs Install
yum install -y wine wine-gecko avant-window-navigator compiz-fusion-extras emerald compiz-fusion compiz-manager compiz-fusion-extras-gnome libcompizconfig compiz-fusion-gnome ccsm xcompmgr gnome-globalmenu screenlets rpm-build wget ttmkfdir cabextract xfs gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg gstreamer-plugins* libdvdcss firefox yakuake htop pulseaudio-libs

Comments

Popular Posts