• 问题

使用Ubuntu的过程中,安装搜狗输入法,卸载了系统自带的ibus。输入法搞定后,发现System Setting没有了。。。

  • 原因

因为在卸载ibus等软件时,会删除一些依赖包,删除过程可能会意外删除System Setting。

  • 解决办法

Ubuntu的System Setting是通过unity-control-center这个程序进行启动和管理的,使用命令sudo apt-get install unity-control-center安装程序。然后,man unity-control-center查看说明文档(使用Ubuntu自带截图工具进行截图):

[Linux]Ubuntu中的System Setting

 

小结:

使用Ubuntu等Linux系统,刚开始可能感觉很麻烦、不习惯等,作为一名开发人员使用熟练后,还是受益颇多的!

 

参考链接:http://askubuntu.com/questions/116655/what-is-the-command-to-run-system-settings-from-a-terminal

 

相关文章:

  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2021-11-28
  • 2021-06-27
  • 2022-12-23
  • 2021-11-11
猜你喜欢
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2021-07-11
  • 2022-12-23
  • 2021-11-12
相关资源
相似解决方案