Installing Fedora 18

Posted by {"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"} on February 03, 2013 · 5 mins read

Installing the full distribution from usb stick

Just before I begun my installation from the 4.7 GB iso image (full distribution and not the live cd), I discovered to my dismay that my DVD ROM is not working properly. So i decided to try installing with a bootable usb stick.
This is the linux command to convert the usb stick to a bootable device from the iso image:

sudo dd if=/path-to-iso/name-XXX.iso of=/dev/sdX

Get the device name of USB by using

sudo parted -l

(Courtesy: https://ask.fedoraproject.org/question/1704/iso-firmware-to-usb-memory-stick)

Making Gnome 3 Usable

Gnome 3 is not usable in its original form. Here are some tips to make it usable:

  1. From the System Settings, select details. In the Graphics section, turn on the Forced Fallback Mode. Logout and log back in. You will see old Gnome somewhat restored.
  2. Install the GnomeTweak Tool (yum install gnome-tweak-tool). With this, you can change your Desktop to have files and launchers and can also bring back some amount of sanity in the Nautilus file manager. Also, you can install themes of your liking.

 
 

Gnome 3 Settings

 
 
 

Gnome 3 Settings Details

 
 

Playing mp3 and most movie formats

By default, due to some licensing issue, Totem cannot playback mp3 or the most popular movie formats. Run these commands to enable these:

yum --nogpgcheck install http://rpm.livna.org/livna-release.rpm http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum --nogpgcheck install gstreamer1 gstreamer1-plugins-good gstreamer1-plugins-bad-freeworld gstreamer1-plugins-ugly
yum --nogpgcheck install gstreamer-plugins-ugly
yum --nogpgcheck install audacious-plugins-freeworld-mp3

You can also install vlc, mplayer, xmms, amarok, etc. These are indeed cool.

Bye, bye Gnome3, welcome Mate

Gnome3 sucks big time. The Up-arrow in Nautilus is missing. I have to press crazy (Alt + Up-arrow) to go back to the parent folder. Breadcrumbs does not work for me. Also, I am constrained by Gnome3 to act in a certain way. So, I felt enough is enough and made a switch to Mate. Its the same old Gnome2. Gnome 2 is dead, long live Mate.
This is the way to install it:

yum groupinstall "MATE Desktop"

You can also install this:

yum install https://dl.dropbox.com/u/105479527/Mate-Desktop/fedora-release-extra-18/mate-desktop-fedora/noarch/mate-desktop-extra-release-18-1.fc18.noarch.rpm
yum groupinstall mate-desktop-extra

Mate problems and solutions

1. Totem (movie player) wont display any icon: It is an existing bug. Actually the problem is with the default theme. Make sure these two packages: gnome-icon-theme, gnome-icon-theme-symbolic are installed. Next change the theme from the default, to some other theme, and it works like breeze.
2. Screen-saver is not installed: I see that the screen-saver is not installed by default. I had to do yum install mate-screensaver to install it.

Fedora 18 random screen freeze

When I upgrade to kernel 3.7.7-201.fc18.i686.PAE or 3.7.8-202.fc18.i686.PAE, my Fedora freezes randomly. I am either unable to log in as the user-list screen itself does not appear as it hangs forever, or after login when I open Firefox, my screen freezes. I can fix this only if I use kernel 3.6.10-4.fc18.i686.PAE. This is what my messages say:

Feb 18 23:48:09 localhost gnome-session[1074]: WARNING: Detected that screensaver has left the bus
Feb 18 23:48:09 localhost gnome-session[1074]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
Feb 18 23:48:09 localhost gdm-simple-slave[687]: WARNING: Failed to remove slave program access to the display. Trying to proceed.

Grub 2: A pain in the wrong place

Grub 2 is just overtly complex for people who are not Linux sys admins. I wanted to change the default kernel in my boot loader(due to random screen freezes after kernel upgrade). You can understand my frustration when, even after frantic googling, all I found was warnings never to edit the main configuration file manually. I finally found a buddy in grubby. This is the command for displaying the default kernel:

grubby --default-kernel

And this is the one which sets the default kernel to our choice:

grubby --set-default=/boot/vmlinuz-3.6.x