- elementary在之前那个网路热贴“linux发行版推荐”里面看到过,然后在bilibili看到了Loki的美化视频。周末刚好想把自己那个UI有点问题的Mint换掉。开始搞。
安装
- 官网下载elementary,用ISOUltra(软嗲捅)安装到自己的U盘里。
- windows磁盘管理把之前的Mint清空(会变成黑色的哦,保持这个黑色不要不要不要新建卷),windows快速启动检查关闭,检查bios secure选项关闭,设置usb-disk第一位启动。
- 开机安装,直接选windows共存安装。
- 安装完毕。
- 更新
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
UI配置
- 沿用之前那个bilibili视频提供的主题、dock、icon设定。
- adapta-gtk-theme
- OSX-Arc-White
- la-capitaine-icons
- 放置到 /usr/share/icons /usr/share/theme目录。
- 安装elementary tweaks,并按照视频配置。
- 文泉驿字体安装
sudo apt-get install ttf-wqy-microhei
,然后可以在tweak里面调整字体,思源宋体也可以看看。
常用配置
sudo apt-get remove ibus // 卸载ibus
sudo apt-get remove scim
sudo apt-get autoremove // 删除依赖包
sudo apt-get -f install // 修正安装过程中出现的依赖性关系
- 安装fcitx和google拼音
sudo apt install fcitx-googlepinyin
sudo apt-get remove ibus scim
sudo im-config -s fcitx -z default
sudo reboot now // 重启生效,有的同学说键盘布局里面只留下英文
sudo add-apt-repository ppa:canonical-chromium-builds/stage
sudo apt-get update
sudo apt-get install chromium-browser
sudo apt-get install pepperflashplugin-nonfree
网易云音乐
sudo dpkg -i net*.deb
有时候会出错要加上sudo apt-get -f install
纠正依赖再安装。MPV 播放器,app-center里面有
Stellarium,app-center里面有
安装slingscold启动器,并设置给左上角的hot corner。plank下添加slingscold请到
/usr/share/applications
下面找到slingscold并移动到plank的dock上。Windows双系统时间调整,参考这里,建议改动windows的,linux的我的改了没用。要反复重启好几次验证改动。
grub配置timeout(10s等待太长了):
sudo vim /etc/default/grub #timeout改成3s
sudo update-grub