Ubuntu 桌面上角文字

阅读更多
先为Ubuntu瘦身: http://blog.csdn.net/skykingf/article/details/45267517
需要安装Vim
安装sudo apt-get install vim
新建Mac.po,要在家目录下~
donald_draper@rain:~$ vim Mac.po
添加如下内容:
msgid "Ubuntu Desktop"
msgstr "try, you can!"
donald_draper@rain:~$ cat Mac.po
msgid "Ubuntu Desktop"
msgstr "try, you can!"
donald_draper@rain:~/Documents$ cd /usr/share/locale/en/LC_MESSAGES
donald_draper@rain:/usr/share/locale/en/LC_MESSAGES$ sudo msgfmt -o unity.mo ~/Mac.po
重启即可

Ubuntu 桌面上角文字_第1张图片


  • Ubuntu 桌面上角文字_第2张图片
  • 大小: 77.9 KB
  • 查看图片附件

你可能感兴趣的:(ubuntu)