Fedora10安装后快速设置(更新中...)

Fedora 安装后的快速设置

 

设置第三方源RPM Fusion

su -c 'rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm'

su -c 'rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'

 

安装 yum-fastestmirror 加速插件

su -c 'yum install yum-fastestmirror'

 

更新数据源

su -c 'yum makecache'

 

如果你学没有安装中文支持

su -c 'yum groupinstall chinese-support'

 

安装 QQ for Linux

上官方网站下载后,点击安装

 

安装 ibus 输入法

如果你不想使用SCIM,可以先删去它

su -c 'yum remove scim'

su -c 'yum install ibus/*'

 

安装rar软件

su -c 'yum install unrar'

 

安装Q7z

yum install PyQt4-devel

到 http://k7z.sourceforge.net/ 下载Q7z rpm 包

rpm -ivh Q7z......rpm

 

安装chm 阅读器

su -c 'yum install gnochm'

 

安装下载工具

目前wxdfast很容易崩溃,不推荐

su -c 'yum install multiget'

su -c 'yum install gwget'


安装32flash 插件

su -c 'rpm -ivh http://linuxdownload.adobe.com/linux/i386/adobe-release-i386-1.0-1.noarch.rpm'

su -c 'rpm -- import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux'

su -c 'yum install flash-plugin'

安装Skype

su -c 'gedit /etc/yum.repos.d/skype.repo'

在这个文件中复制下面几行:
[skype]
name=Skype Repository
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/
enabled=1
gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc
gpgcheck=0

su -c 'yum install skype'
su -c 'yum update skype'

安装BT下载软件Azureus
su -c 'yum install azureus'

安装音乐播放器audacious(推荐)

su -c 'yum install audacious'

su -c 'yum install audacious-plugins*'

播放mp3

su -c 'yum install gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly'

kde下的播放器Dragon Player

 yum search demultiplexer

yum install compat-libstdc++-33

yum install xine-lib-extras-nonfree

 yum install lame

需要安装mplayer解码器 用essential 就行。

Totem 播放视频

su -c 'yum install totem-xine totem-gstreamer xine-lib-extras-freeworld'

su -c 'yum install libdvdread libdvdnav lsdvd'

su -c 'yum install totem-xine totem-gstreamer xine-lib-extras-freeworld'

Totem播放rm视频

移去已有的totem

yum remove totem
安装totem-xine

yum install totem-xine
安装extras

yum install xine-extras   (这个如果没有就不安)
安装DVD播放

yum install libdvdnav (这一步中如果有 libdvdcss 也安上,提示没有也可不安)
安装lame

yum install lame
安装mpeg支持

yum install ffmpeg
安装RM播放支持

yum install compat-libstdc++-33 (如果没安装这个realplayer是用不了,totem播放出现没图象与没声音)
安装声音支持

yum install xine-lib-extras-nonfree (如果没安装这个totem播放rm有图象没声音)

在播放rm 如果还提示安装其它包,就按提示安装

安装mplayer

su -c 'yum install mplayer '

安装smplayer

su -c 'yum install smplayer'

安装VLC

su -c 'yum install vlc'

安装Avidemux多媒体编辑器

su -c 'yum install avidemux'

安装SWF播放器

su -c 'yum install swfdec swfdec-gnome swfdec-gtk swfdec-mozilla'

安装wine

su -c 'yum install wine'

升级wine

su -c 'yum --enablerepo=updates-testing upgrade wine'

删除旧的配置文件

su -c 'rm -fr ~/.wine'

安装stardict

su -c 'yum install stardict'

su -c 'yum install stardict-dic-en.noarch'

su -c 'yum install stardict-dic-zh_CN.noarch'

 

安装KDE

su -c 'yum groupinstall 'KDE (K Desktop Environment)''

 

GTK程序使用QT样式

su -c 'yum install gtk-qt-engine'

 

托盘GNOME程序图标背景不透明的问题

不要安装 gtk-qt-engine

 

使用KDM作默认登录管理器

安装switchdesk-gui程序,进行DM切换 (这个好象不起作用)

su -c 'yum install switchdesk-gui'

 

或者直接创建配置文件

su

(root password)

vim /etc/sysconfig/desktop

DISPLAYMANAGER="KDE" (如果是其它桌面则为:GNOME/XDM)


KDE4中的GNOME程序显示英文的修正

vim /etc/sysconfig/i18n (确保里面为下面的内容)

#LANG="en_US.UTF-8"
LANG="zh_CN.UTF-8"

 

在KDE4中改变Firefox

Step 1
 su -c 'install gtk-qt-engine package'
 
代码:
yum install gtk-qt-engine
Now go to System Settings > Appearance > Click on the Gtk Styles and Fonts tab on the left side and select the following options there
 Use my KDE style in Gtk applications
 Use my KDE fonts Gtk applications
 Click the image to open in full size.
 Then finally click on install scrollbar fix
 
 Step 2:
 Install KFirefox theme for Firefox from here
 I found Kfirefox theme better than the oxygen theme for firefox coz kfirefox integrates better with firefox and looks good
 
 Step 3:
 Open With
 
 Right-Click on a downloaded file and click on ‘Open Containing Folder’ and click on Select Application and give it a path to /usr/bin/dolphin and every file will open with dolphin.
 
 Next for other file types open Firefox > Edit > Preferences click on Applications tab and choose the appropriate file types needed to open.

 

 

 

 

 

 

 

 

 

 

 

 

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值