个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(翻译部分介绍文字)
连接服务器
 
(未显示同一用户的5个中间版本)
第1行: 第1行:
{{Translation}}
+
{{Copyedit translation}}
 
{{From|https://help.ubuntu.com/community/Dashboard}}
 
{{From|https://help.ubuntu.com/community/Dashboard}}
 
{{Translator|hjhee}}
 
{{Translator|hjhee}}
 
{{Languages|UbuntuHelp:Dashboard}}
 
{{Languages|UbuntuHelp:Dashboard}}
 
=== 介绍 ===
 
=== 介绍 ===
“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.
+
 
 +
'''提示:'''  
 +
本教程使用命令行安装和配置。基本的命令行/终端知识是被推荐的。在使用本教程前,请确定您已成功安装了beagle附随inotify补丁的内核。见[[UbuntuHelp:Beagle|Beagle]]的使用说明做。
 +
 
 
=== 安装 ===
 
=== 安装 ===
==== 第1步: Dependencies ====
+
==== 设置依靠 ====
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 ====
+
==== 复制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 ====
+
==== 下载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 /cvs路径/文件夹</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]]

2009年9月20日 (日) 20:05的最新版本

介绍

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

提示: 本教程使用命令行安装和配置。基本的命令行/终端知识是被推荐的。在使用本教程前,请确定您已成功安装了beagle附随inotify补丁的内核。见Beagle的使用说明做。

安装

设置依靠

在命令行键入下列命令:

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

复制Beagle配置

在命令行键入下列命令:

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

下载CVS的源代码

连接服务器

使用cd /cvs路径/文件夹进入你的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被找到。