个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Dashboard}} {{Languages|UbuntuHelp:Dashboard}} === Introduction === ''The goal of the dashboard is to automatically show a user useful files and ...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Dashboard}}
 
{{From|https://help.ubuntu.com/community/Dashboard}}
 
{{Languages|UbuntuHelp:Dashboard}}
 
{{Languages|UbuntuHelp:Dashboard}}
 
 
=== Introduction ===
 
=== Introduction ===
 
''The goal of the dashboard is to automatically show a user useful files and other objects as he goes about his day. While you read email, browse the web, write a document, or talk to your friends on IM, the dashboard does its best to proactively find objects that are relevant to your current activity, and to display them in a friendly way, saving you from digging around through your stuff like a disorganized filing clerk.''
 
''The goal of the dashboard is to automatically show a user useful files and other objects as he goes about his day. While you read email, browse the web, write a document, or talk to your friends on IM, the dashboard does its best to proactively find objects that are relevant to your current activity, and to display them in a friendly way, saving you from digging around through your stuff like a disorganized filing clerk.''
 
 
'''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]] for instructions on  doing this.
 
'''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]] for instructions on  doing this.
 
 
=== Installation ===
 
=== Installation ===
 
==== Step 1: Dependencies ====
 
==== Step 1: Dependencies ====
第13行: 第10行:
 
# sudo apt-get install at-spi libatspi-dev
 
# sudo apt-get install at-spi libatspi-dev
 
</nowiki></pre>
 
</nowiki></pre>
 
 
==== Step 2: Copy Beagle Config ====
 
==== Step 2: Copy Beagle Config ====
 
At the command line, issue the following command:
 
At the command line, issue the following command:
第19行: 第15行:
 
# 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>
 
 
==== Step 3: CVS ====
 
==== Step 3: CVS ====
 
===== Connect to Server =====
 
===== Connect to Server =====
第27行: 第22行:
 
</nowiki></pre>
 
</nowiki></pre>
 
'''NOTE:''' When it asks for a password, just press enter, using a blank password.
 
'''NOTE:''' When it asks for a password, just press enter, using a blank password.
 
 
===== Downlaod Source =====
 
===== Downlaod Source =====
 
At the command line issue the following command:
 
At the command line issue the following command:
第33行: 第27行:
 
# cvs -d:pserver:[email protected]:/cvs/gnome co dashboard
 
# cvs -d:pserver:[email protected]:/cvs/gnome co dashboard
 
</nowiki></pre>
 
</nowiki></pre>
 
 
==== Step 4: Install ====
 
==== Step 4: Install ====
 
Change into the dashboard directory now by <code><nowiki>cd dashboard</nowiki></code>. At the command line, issue the following command:
 
Change into the dashboard directory now by <code><nowiki>cd dashboard</nowiki></code>. At the command line, issue the following command:
第39行: 第32行:
 
# ./autogen.sh --prefix=/usr && make && sudo make install
 
# ./autogen.sh --prefix=/usr && make && sudo make install
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Post Installation ===
 
=== Post Installation ===
 
More information on Beagle and Dashboard is found on their [http://beaglewiki.org Wiki].
 
More information on Beagle and Dashboard is found on their [http://beaglewiki.org Wiki].
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 16:39的版本


Introduction

The goal of the dashboard is to automatically show a user useful files and other objects as he goes about his day. While you read email, browse the web, write a document, or talk to your friends on IM, the dashboard does its best to proactively find objects that are relevant to your current activity, and to display them in a friendly way, saving you from digging around through your stuff like a disorganized filing clerk. 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 for instructions on doing this.

Installation

Step 1: Dependencies

At the command line, issue the following command:

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

Step 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

Step 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

Step 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

Post Installation

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