个人工具

UbuntuHelp:Dashboard/zh

来自Ubuntu中文

Hjhee讨论 | 贡献2008年7月24日 (四) 10:40的版本 (翻译部分介绍文字)

跳转至: 导航, 搜索

介绍

“Dashboard的目标是去自动展示一个用户他度过的一天里有用的文件及其他对象。当你阅读电子邮件时,浏览一个网页时,写一个文档时,或者在聊天工具和你朋友交谈时,Dashboard尽量最好地积极寻找有关您目前的活动的对象,并以友好的方式展示他们,从穿过你周围的东西就像一个杂乱无章的档案管理员中拯救你。” NOTE: This tutorial uses the command line for installation and configuration. A basic knowledge of the command line/terminal is recommended. Prior to using this tutorial, make sure you have successfully installed beagle along with the inotify patched kernel. See Beagle for instructions on doing this.

安装

第1步: Dependencies

At the command line, issue the following command:

# sudo apt-get install at-spi libatspi-dev

第2步: Copy Beagle Config

At the command line, issue the following command:

# sudo cp /usr/local/lib/pkgconfig/beagle-0.0.pc /usr/lib/pkgconfig

第3步: CVS

Connect to Server

Move into your cvs directory by cd /path_to_cvs/directory. At the command line, issue the following command:

# cvs -d:pserver:[email protected]:/cvs/gnome login

NOTE: When it asks for a password, just press enter, using a blank password.

Downlaod Source

At the command line issue the following command:

# cvs -d:pserver:[email protected]:/cvs/gnome co dashboard

第4步: Install

Change into the dashboard directory now by cd dashboard. At the command line, issue the following command:

# ./autogen.sh --prefix=/usr && make && sudo make install

快速安装

More information on Beagle and Dashboard is found on their Wiki.