转自archlinux wiki
@1 加速面板的自动隐藏
如果你使用面板功能里的 自动隐藏 功能,但发现需要太长的时间来出现/消失,可以试试这个:
1. 打开 gconf-editor(配置编辑器)
2. 定位到 /apps/panel/global
3. 设置 panel_hide_delay 和 panel_show_delay 到一个合适的数值,数值越低速度越快,数值的单位为毫秒。
@2 加速菜单出现速度
可以使用下面的命令来移除GNOME菜单的延时:
echo "gtk-menu-popup-delay = 0" >> ~/.gtkrc-2.0
或者添加值 gtk-menu-popup-delay = 0 到 ~/.gtkrc-2.0 文件下
@3 安装 Alacarte,它能够方便的通过图形界面的方式创建,变更和移除菜单:
pacman -S alacarte
用户组菜单, 系统菜单
你会发现gnome 菜单都是如 'appname.desktop' 的形式存在于 /usr/share/gnome/share/applications下。
* 编辑其中的一个直到适合你的新程序为止,然后保存。
* 使之能让所有用户使用
你需要让文件的权限变为 644 (管理员: rw 组: r 其他: r), 所以所有的用户都可以使用。
* 使之能让一个组或者单个用户使用
你需要设置文件不同的权限; 例如只让一个组或者单个用户使用。
这是一个 Scite 菜单的样例:
[Desktop Entry]
Encoding=UTF-8
Name=SciTE
Comment=SciTE editor
Type=Application
Exec=/usr/bin/scite
Icon=/usr/share/pixmaps/scite_48x48.png
Terminal=false
Categories=GNOME;Application;Development;
StartupNotify=true
有用的附加功能
FAM
FAM allows gnome to do such useful things as automatically update the menu when new applications are installed, and refresh nautilus when a directory it is viewing is changed.
See the FAM Wiki for instructions on how to install it.
GNOME系统监视器
安装后会出现一个 系统监视器 程序,用于显示处理器/内存/交换分区和所有正在运行的应用程序等信息。它并不会在默认安装桌面时安装,所以必须单独安装来使用它:
pacman -Sy gnome-system-monitor
GNOME系统工具
这将增加了若干个菜单项到 系统 => 系统管理 下,有 用户管理,日期和时间,网络,服务,共享文件夹。更多的可以查看: Gnome documentation.
pacman -Sy gnome-system-tools
@4 Gdesklets:桌面小部件
可以添加时钟,日历,天气预报等到你的桌面上
pacman -S gdesklets
你能从这里找到更多的小部件 gdesklets.org。 To install them, download the files. Next, in the Gnome menu, open Applications->Accessories->gDesklets. When the gDesklets Shell appears, drag the new gdesklet file onto the shell. If you want gdesklets to load when you log in, click on the Gnome menu under System->Preferences->Sessions. Choose "Startup Programs", click "add", and type in the data. The command should be /usr/bin/gdesklets. You can always find such a path by typing "whereis gdesklets".
@5 pacman -Sy unrar unzip p7zip
To enable default mp3 profiles in preferences menu:
pacman -S gstreamer0.10-lame gstreamer0.10-taglib
Note: This should not be necessary anymore, since these packages now are included in gstreamer0.10-ugly-plugins and gstreamer0.10-good-plugins.
@6 abiword
一个小巧、快速和兼容 .doc 文档的文字编辑器。
@7 gnumeric
一个类似于excel的电子表格编辑器。