您的位置:首页 > Web前端

fedora 20(gnome3桌面环境)安装后的个人简单配置

2013-12-20 19:21 706 查看
1.设置全局快捷键

设置>键盘->快捷键

设置gnome-terminal 为ctrl+alt+t       nautilus为super+e    gnome-system-monitor为ctrl+shift+esc

Navigation->Hide all normal windows 为Super+D

System->Show the run command prompt为Supre+R

2.卸载软件

sudo yum remove abrt gnome-abrt  gnome-documents evolution  empathy libreoffice-*   fedora-release-notes  rhythmbox orca yelp totem setroubleshooter PackageKit

3.设置开机启动项
终端中运行gnome-session-properties 

取消caribou(屏幕键盘)Desktop Sharing(远程桌面连接) GNOME Login Sound   SELinux Troubleshooter  User folders update  Welcome

关闭selinux   sudo gedit  /etc/selinux/config   SELINUX=disabled

4.sudo无需输入密码

sudo gedit /etc/sudoers

84行%wheel ALL=(ALL)ALL注释掉

87行%wheel ALL=(ALL)NOPASSWD: ALL  删除#号

5.修改默认编辑器vim

~/.local/share/applications/defaults.list


确认包含
[Default Applications]
text/plain=gvim.desktop


安装国内及rpm源

cd /etc/yum.repos.d

wget http://mirrors.163.com/.help/fedora-163.repo
wget http://mirrors.163.com/.help/fedora-updates-163.repo
wget http://mirrors.sohu.com/help/fedora-sohu.repo
wget http://mirrors.sohu.com/help/fedora-updates-sohu.repo
wget http://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/fedora?codeblock=0
wget http://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/fedora?codeblock=1
yum makecache //(更新缓存)

sudo rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm
安装软件

sudo yum install nautilus-open-terminal clementine vlc gcc gcc-c++ codeblocks VirtualBox
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  fedora gnome3 简单配置