Tag Archives: ubuntu

让Ubuntu 10.04标题栏按钮回到右侧 (ZZ)

ubuntu 10.04版本中,大家可能会观察到一个比较直观的改变就是将标题栏的按钮放到了左侧。这无论你是初涉ubuntu,或者是一个用了多年ubuntu的朋友来说,都是一个比较难适应的改变。终端输入以下命令,能让你的ubuntu 10.04的标题栏按钮迅速回到右侧。 gconftool -s /apps/metacity/general/button_layout -t string menu:minimize,maximize,close 原文地址:http://www.unhex.net/index.php/archives/226

Posted in linux应用, 技术为本 | Tagged | Leave a comment

gnome 下面使用中文农历桌面插件 lunar-applet

在Debian/Ubuntu很简单,只需要 sudo aptitude install lunar-applet 即可,它会自动安装依赖包。 不过有个小问题,由于我使用的locale是en_US.utf8,所以阴历显示的都是拼音,看着很别扭。上网查了一下,解决办法很简单只需要: sudo ln -s /usr/share/locale/zh_CN/LC_MESSAGES/liblunar.mo /usr/share/locale/en/LC_MESSAGES/ 即可。 参考链接:http://code.google.com/p/lunar-applet/issues/detail?id=2

Posted in linux应用, 技术为本 | Tagged , , | Leave a comment

ubuntu 10.04 Thinkpad 指点杆设置

sudo aptitude install gpointing-device-settings 运行 gpointing-device-settings 看着设置吧,会好用很多。 参考链接:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=260673&start=0

Posted in 尚未分类 | Tagged , | Leave a comment