mint18.1KDE,问题记录,相互提高!
linuxmint吧
全部回复
仅看楼主
level 8
mint18.1 kde版本的正式版终于来了,第一时间下载安装,遇见了多多少少的一些问题。
每一楼都会说明一些配置或者一些问题,希望备份自己的一些见解,更希望帮助到一些朋友。
截图为系统信息和桌面信息版本。两种不同的主题,关于美观与否每个人都有自己的认识。
2017年02月02日 14点02分 1
level 8

1,kde5安装程序后不显示
最后版本的mint18 kde和18.1 kde都有这个现象,但是网络上却查不到这些问题,或许是我自己电脑的问题。
纯净安装系统后,安装软件,无论是deb包或者是从软件市场安装,都不会在kde程序菜单中显示。简单的说,就是安了软件找不到。很气。
Google搜索后,解决。
sudo apt-get update
sudo apt-get update --reinstall plasma-workspace
2017年02月02日 14点02分 3
sudo apt-get install xxx --reinstall
2017年02月06日 20点02分
level 8
2,安装fcitx输入法
曾经搜狗输入法forLinux还有cpu满载占用的问题,现在用起来,发现很久很久没出现过了。
sudoaptitude install fcitx fcitx-config-gtk fcitx-frontend-allfcitx-module-cloudpinyin fcitx-ui-classic
然后再去官网下载搜狗的deb包安装就好。
最后需要设置下fcitx的输入法切换,把搜狗勾选上,类似windows。
2017年02月02日 14点02分 4
给楼主补充一下吧,如果不想用搜狗(如,rime)安装完记得安装fcitx-front-qt和fcitx-dbus等,否则开机不能加载守护进程,无法在qt环境下使用输入法
2017年04月15日 07点04分
level 8
4,windows10和Linuxmint的时间一致问题
两套方案
=================
1- 硬件时钟使用UTC
=================
1-1.
代码:
timedatectlset-local-rtc 0
timedatectl set-ntp 1
1-2. 修改Windows 注册表:
代码:
Reg addHKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /vRealTimeIsUniversal /t REG_DWORD /d 1
1-3. 关闭Windows 网络对时
====================
2- 硬件时钟使用本地时间
====================
2-1.
代码:
timedatectlset-local-rtc 1 --adjust-system-clock
timedatectl set-ntp 0
2-2. 打开Windows 网络对时
2017年02月02日 15点02分 6
level 8
5,ssd的一些简单设置
本来是长篇大论,但是想了想ssd不消耗也没啥意思,就记录了一条,聊胜于无吧。
Google来的,懒得整理。
a.First make sure that you have installed theapplications gksu and leafpad:
Launch aterminal window.
(You can launch a terminal window likethis: *Click*)
Type(or copy/paste):
sudoapt-get install gksu leafpad
Press Enter and submit yourpassword. Please note that the password will remain invisible, noteven asterisks will show, which is normal.
b. Then type inthe terminal (usecopy/paste):
gksudo leafpad /etc/fstab
PressEnter.
c. Now add "noatime" to the line for yourroot partition and your other Linux partitions. Not to the line forthe swap partition!
An adapted line may look likethis:
UUID=xxxxx / ext4noatime,errors=remount-ro 0 1
Note: thereshould be no space after the comma after noatime! Otherwise bootfailure will probably occur. See the example line above.
d.Save the modified text file and close it.
看来外国玩家想省钱的也不少。
2017年02月02日 15点02分 7
level 8
[阴险]
2017年02月03日 19点02分 14
level 2
有种?[滑稽]
2017年02月05日 19点02分 17
level 1
kde确实好看。
感谢楼主分享经验:)
2017年02月22日 11点02分 18
[阴险]
2017年02月25日 08点02分
1