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
Fedora Update
Opensuse Emulator:Wine repo
As root do the following
Screenlet repo
As root do the following
Applications / Codecs Install
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-cacheNew repo install
System Updaterpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpmrpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpmrpm -ivh http://rpm.livna.org/livna-release.rpm
yum install -y binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms kernelRestart your computer.
Fedora Update
yum update -yRestart fedora.
Opensuse Emulator:Wine repo
As root do the following
cd /etc/yum.repos.d/
gedit Emulator:Wine.repoCopy and paste the below codes into the geditor.
[Emulators_Wine]Then, save. Make sure the document has an extension .repo and located in /etc/yum.repos.d/ directory.
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
Screenlet repo
As root do the following
cd /etc/yum.repos.d/
gedit screenlets.repoCopy and paste the below codes into the geditor.
[home_some-guy_screenlets]Then, save. Make sure the document has an extension .repo and located in /etc/yum.repos.d/ directory.
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
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
Post a Comment