个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第4行: 第4行:
 
* Gutsy Gibbon
 
* Gutsy Gibbon
 
Gimmie is available in the Gutsy repository
 
Gimmie is available in the Gutsy repository
 
 
<code><nowiki>sudo apt-get install gimmie python-libgmail</nowiki></code>
 
<code><nowiki>sudo apt-get install gimmie python-libgmail</nowiki></code>
 
 
* Previous Versions of Ubuntu
 
* Previous Versions of Ubuntu
 
 
Gimmie was experimental and not in the Ubuntu repositories, so it must be compiled manually. You'll need the following dependencies:
 
Gimmie was experimental and not in the Ubuntu repositories, so it must be compiled manually. You'll need the following dependencies:
 
+
* build-essential
**** build-essential
+
* python-dev
**** python-dev
+
* python-gtk2-dev
**** python-gtk2-dev
+
* python-gnome2-dev
**** python-gnome2-dev
+
* python-gnome2-desktop
**** python-gnome2-desktop
+
* python-gnome2-extras-dev
**** python-gnome2-extras-dev
+
* libgnome-desktop-dev
**** libgnome-desktop-dev
+
* libgnomecups1.0-dev
**** libgnomecups1.0-dev
+
* libwnck-dev
**** libwnck-dev
+
 
+
 
+
 
Use apt-get or synaptic to install those. Then:
 
Use apt-get or synaptic to install those. Then:
 
+
# Download the source tarball from http://beatniksoftware.com/gimmie/Download
*** Download the source tarball from http://beatniksoftware.com/gimmie/Download
+
2. Unpack it.
*** Unpack it.
+
3. Go to the newly created directory.
*** Go to the newly created directory.
+
4. Run (in a terminal)
*** Run (in a terminal)
+
 
+
 
<code><nowiki>./configure && make</nowiki></code>
 
<code><nowiki>./configure && make</nowiki></code>
 
 
 
Gimmie can then be started by changing to that directory and running:
 
Gimmie can then be started by changing to that directory and running:
 
 
<code><nowiki>./gimmie.py</nowiki></code>
 
<code><nowiki>./gimmie.py</nowiki></code>
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 17:26的版本

Gimmie is an experimental add-in for the GNOME panel, organized around the idea that people don't think in tasks, but in goals. Especially in documents and people, which gives Gimmie a distinctive feel compared to other panels.

  • Gutsy Gibbon

Gimmie is available in the Gutsy repository sudo apt-get install gimmie python-libgmail

  • Previous Versions of Ubuntu

Gimmie was experimental and not in the Ubuntu repositories, so it must be compiled manually. You'll need the following dependencies:

  • build-essential
  • python-dev
  • python-gtk2-dev
  • python-gnome2-dev
  • python-gnome2-desktop
  • python-gnome2-extras-dev
  • libgnome-desktop-dev
  • libgnomecups1.0-dev
  • libwnck-dev

Use apt-get or synaptic to install those. Then:

  1. Download the source tarball from http://beatniksoftware.com/gimmie/Download

2. Unpack it. 3. Go to the newly created directory. 4. Run (in a terminal) ./configure && make Gimmie can then be started by changing to that directory and running: ./gimmie.py