个人工具

“UbuntuHelp:Dashboard/zh”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(翻译部分介绍文字)
(翻译全文)
第5行: 第5行:
 
=== 介绍 ===
 
=== 介绍 ===
 
“Dashboard的目标是去自动展示一个用户他度过的一天里有用的文件及其他对象。当你阅读电子邮件时,浏览一个网页时,写一个文档时,或者在聊天工具和你朋友交谈时,Dashboard尽量最好地积极寻找有关您目前的活动的对象,并以友好的方式展示他们,从穿过你周围的东西就像一个杂乱无章的档案管理员中拯救你。”
 
“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 [[UbuntuHelp:Beagle|Beagle]] for instructions on  doing this.
+
 
 +
'''提示:''' 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 [[UbuntuHelp:Beagle|Beagle]] for instructions on  doing this.
 +
本教程使用命令行安装和配置。基本的命令行/终端知识是被推荐的。在使用本教程前,请确定您已成功安装了beagle随着inotify补丁的内核。见[[UbuntuHelp:Beagle|Beagle]]的使用说明去这样做。
 
=== 安装 ===
 
=== 安装 ===
==== 第1步: Dependencies ====
+
==== 第1步: 设置依靠 ====
At the command line, issue the following command:
+
在命令行键入下列命令:
 
<pre><nowiki>
 
<pre><nowiki>
 
# sudo apt-get install at-spi libatspi-dev
 
# sudo apt-get install at-spi libatspi-dev
 
</nowiki></pre>
 
</nowiki></pre>
==== 第2步: Copy Beagle Config ====
+
==== 第2步: 复制Beagle配置 ====
At the command line, issue the following command:
+
在命令行键入下列命令:
 
<pre><nowiki>
 
<pre><nowiki>
 
# sudo cp /usr/local/lib/pkgconfig/beagle-0.0.pc /usr/lib/pkgconfig
 
# sudo cp /usr/local/lib/pkgconfig/beagle-0.0.pc /usr/lib/pkgconfig
 
</nowiki></pre>
 
</nowiki></pre>
==== 第3步: CVS ====
+
==== 第3步: 下载CVS的源代码 ====
===== Connect to Server =====
+
===== 连接服务器 =====
Move into your cvs directory by <code><nowiki>cd /path_to_cvs/directory</nowiki></code>. At the command line, issue the following command:
+
使用<code><nowiki>cd /path_to_cvs/directory</nowiki></code>进入你的CVS目录 。在命令行键入下列命令:
 
<pre><nowiki>
 
<pre><nowiki>
 
# cvs -d:pserver:[email protected]:/cvs/gnome login
 
# cvs -d:pserver:[email protected]:/cvs/gnome login
 
</nowiki></pre>
 
</nowiki></pre>
'''NOTE:''' When it asks for a password, just press enter, using a blank password.
+
'''提示:'''当它请求密码,只用键入回车,使用一个空白的密码。
===== Downlaod Source =====
+
===== 下载源代码 =====
At the command line issue the following command:
+
在命令行键入下列命令:
 
<pre><nowiki>
 
<pre><nowiki>
 
# cvs -d:pserver:[email protected]:/cvs/gnome co dashboard
 
# cvs -d:pserver:[email protected]:/cvs/gnome co dashboard
 
</nowiki></pre>
 
</nowiki></pre>
==== 第4步: Install ====
+
==== 第4步: 安装 ====
Change into the dashboard directory now by <code><nowiki>cd dashboard</nowiki></code>. At the command line, issue the following command:
+
现在用<code><nowiki>cd dashboard</nowiki></code>进入dashboard的文件夹。在命令行键入下列命令:
 
<pre><nowiki>
 
<pre><nowiki>
 
# ./autogen.sh --prefix=/usr && make && sudo make install
 
# ./autogen.sh --prefix=/usr && make && sudo make install
 
</nowiki></pre>
 
</nowiki></pre>
 
=== 快速安装 ===
 
=== 快速安装 ===
More information on Beagle and Dashboard is found on their [http://beaglewiki.org Wiki].
+
关于Beagle和 Dashboard的更多信息可在他们的[http://beaglewiki.org Wiki]中被找到。
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年7月24日 (四) 11:11的版本

介绍

“Dashboard的目标是去自动展示一个用户他度过的一天里有用的文件及其他对象。当你阅读电子邮件时,浏览一个网页时,写一个文档时,或者在聊天工具和你朋友交谈时,Dashboard尽量最好地积极寻找有关您目前的活动的对象,并以友好的方式展示他们,从穿过你周围的东西就像一个杂乱无章的档案管理员中拯救你。”

提示: 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. 本教程使用命令行安装和配置。基本的命令行/终端知识是被推荐的。在使用本教程前,请确定您已成功安装了beagle随着inotify补丁的内核。见Beagle的使用说明去这样做。

安装

第1步: 设置依靠

在命令行键入下列命令:

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

第2步: 复制Beagle配置

在命令行键入下列命令:

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

第3步: 下载CVS的源代码

连接服务器

使用cd /path_to_cvs/directory进入你的CVS目录 。在命令行键入下列命令:

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

提示:当它请求密码,只用键入回车,使用一个空白的密码。

下载源代码

在命令行键入下列命令:

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

第4步: 安装

现在用cd dashboard进入dashboard的文件夹。在命令行键入下列命令:

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

快速安装

关于Beagle和 Dashboard的更多信息可在他们的Wiki中被找到。