This is an old revision of the document!
http://fedora.missingbox.co.nz/
http://www.howtoforge.com/the-perfect-desktop-fedora-16-i686-gnome
http://www.sklav.com/fedora-15-multimedia-howto
All commands are run as root unless otherwise noted. Change to
root
in a terminal window:
su -
For some reason, Fedora Network Manager configuration is broken. If you want to run the real NetworkManager configuration tool, use the command line:
nm-connection-editor
yum update -y
yum install wget vim-enhanced smartmontools whois thunderbird esound-tools gimp keepassx remmina-* @office gconf-editor
esound-tools | needed for audible alerts from Thunderbird+Lightning | gconf-editor | for tweaking Gnome configuration | |
vim-enhanced | a better VIM, if you use it | esound-tools | needed by Thunderbird+Lightning for audible alerts | |
remmina | the best remote desktop support tool | @office | Libre Office suite | |
thunderbird | the best e-mail client, especially for IMAP | |||
gimp | the best image editor | |||
keepassx | a secure, multi-platform password database |
Show date and use the Desktop as a folder, as a regular user:
gsettings set org.gnome.shell.clock show-date true gsettings set org.gnome.desktop.background show-desktop-icons true gsettings set org.gnome.desktop.background draw-background true
Use Thunderbird and Lightning for default calendar client:
gsettings set org.gnome.desktop.default-applications.office.calendar exec thunderbird
In Firefox, set Thunderbird as the default mail client:
Edit → Preferences → Applications → mailto → url-handlers → mailto → use other → /usr/bin/thunderbird
Use Thunderbird for default Desktop (Gnome) mail client:
System Tools → Configuration Editor → desktop → gnome → url-handlers → mailto
Change command
to thunderbird %s
.
Show minimize/maximize/close button layout:
System Tools → Configuration Editor → desktop → gnome → shell → windows
To add Minimize and Maximize buttons, find button_layout
and enter the following:
:minimize,maximize,close
If you want Ubuntu-like (top-left) controls, enter the following instead:
close,minimize,maximize:
Log out and log back in to activate changes.
To enable tapping, edit /usr/share/X11/xorg.conf.d/50-synaptics.conf
.
Add following to Section “InputClass”:
Option "TapButton1" "1" Option “TapButton2" "2" Option “TapButton3" "3"
To enable touchpad features:
System Tools → System Settings → Mouse & Touchpad → Touchpad
Edit ~/.fonts.conf
:
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> </fontconfig>
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 yum -y install gstreamer-plugins-bad gstreamer-plugins-ugly xine-lib-extras-nonfree gstreamer-ffmpeg
http://blog.laimbock.com/2011/12/09/increase-the-framerate-on-the-f16-screencast-recorder/
Use Control+Alt+Shift+R
to start and stop a screencast recording. Look for the resulting file in your home directory.
32-bit:
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
64-bit:
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
Then install (32 or 64-bit):
yum check-update yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
64-bit:
rpm -ivh http://www.dropbox.com/download?dl=packages/fedora/nautilus-dropbox-0.7.1-1.fedora.x86_64.rpm
32-bit:
rpm -ivh http://www.dropbox.com/download?dl=packages/fedora/nautilus-dropbox-0.7.1-1.fedora.i386.rpm
See Dropbox.
rm -rf ~/Documents ln -s ~/Dropbox/Documents ~/Documents
Set up the repository:
cat >> /etc/yum.repos.d/skype.repo << EOF [skype] name=Skype Repository baseurl=http://download.skype.com/linux/repos/fedora/updates/i586 enable=1 gpgcheck=0 gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc EOF
and install:
yum install skype
See Dropbox for simple, synchronized, additional fonts.
yum -y install rpm-build cabextract ttmkfdir rpm -ivh http://easylinux.info/uploads/msttcorefonts-1.3-4.noarch.rpm --nodeps
yum localinstall -y http://repo.missingbox.co.nz/repo/fedora/missingbox-1-1.noarch.rpm --nogpgcheck yum install HandBrake-gui libdvdcss
64-bit:
rpm -ivh http://dl.atrpms.net/f16-x86_64/atrpms/stable/libdvdcss2-1.2.11-6.fc16.x86_64.rpm
32-bit:
rpm -ivh http://dl.atrpms.net/f16-i386/atrpms/stable/libdvdcss2-1.2.11-6.fc16.i686.rpm
Win32 Codecs:
cd /tmp/ wget http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2 tar xfvj all-20071007.tar.bz2 mkdir /usr/lib/codecs/ cp all-20071007/* /usr/lib/codecs/ ln -s /usr/lib/codecs/ /usr/lib/win32
If you're not a programmer, you probably want to use the Java Runtime Edition (JRE) instead of the JDK.
You also probably want to verify the architecture of your system and match it (32-bit vs. 64-bit).
java -version alternatives --config java
rpm -ivh http://olea.org/paquetes-rpm/olea-repo-release-0.0.3-1olea.noarch.rpm yum install kompozer
sudo yum upgrade -y
Reboot if the kernel was updated.
sudo yum install VirtualBox-4.1 dkms wget gcc kernel-devel kernel-headers
Verify that the kernel and kernel-headers packages match the running kernel:
rpm -qa|grep kernel uname -a
Rebuild the kernel modules:
/etc/init.d/vboxdrv setup