个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:Expocity}}
 
{{Languages|UbuntuHelp:Expocity}}
 
[http://www.pycage.de/software_expocity.html Expocity] is an effort to integrate an efficient means of switching between applications into the window manager [[UbuntuHelp:metacity]], similar to [http://www.apple.com/macosx/features/expose/ Exposé(tm)] on Apple's OS-X.[[FootNote(Watch this QuickTime movie to understand it quickly: http://www.apple.com/macosx/theater/expose.html)]]
 
[http://www.pycage.de/software_expocity.html Expocity] is an effort to integrate an efficient means of switching between applications into the window manager [[UbuntuHelp:metacity]], similar to [http://www.apple.com/macosx/features/expose/ Exposé(tm)] on Apple's OS-X.[[FootNote(Watch this QuickTime movie to understand it quickly: http://www.apple.com/macosx/theater/expose.html)]]
 
 
== Requirements ==
 
== Requirements ==
 
Be sure to have all dependencies installed. Some of them are:
 
Be sure to have all dependencies installed. Some of them are:
第8行: 第7行:
 
apt-get install build-essential libgtk2.0-dev libgconf2-dev
 
apt-get install build-essential libgtk2.0-dev libgconf2-dev
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Installation ==
 
== Installation ==
 
 
=== Download ===
 
=== Download ===
 
Download the latest version from the [http://www.pycage.de/software_expocity.html Expocity Homepage].
 
Download the latest version from the [http://www.pycage.de/software_expocity.html Expocity Homepage].
 
 
=== Compiling ===
 
=== Compiling ===
 
Extract the source.
 
Extract the source.
第19行: 第15行:
 
tar xvfj expocity-2.6.2-1.tar.bz2
 
tar xvfj expocity-2.6.2-1.tar.bz2
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Configure and compile it:
 
Configure and compile it:
 
<pre><nowiki>
 
<pre><nowiki>
第25行: 第20行:
 
make
 
make
 
</nowiki></pre>
 
</nowiki></pre>
 
 
install it
 
install it
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo make install
 
sudo make install
 
</nowiki></pre>
 
</nowiki></pre>
 
 
or to install it via a deb file (CheckInstall)
 
or to install it via a deb file (CheckInstall)
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo checkinstall
 
sudo checkinstall
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Start it:
 
Start it:
 
<pre><nowiki>
 
<pre><nowiki>
 
metacity --replace
 
metacity --replace
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Troubleshooting ===
 
=== Troubleshooting ===
 
Installing Gnome 2.0 libraries and related shared libraries might help if the ./configure script complain about gconf2.0 :
 
Installing Gnome 2.0 libraries and related shared libraries might help if the ./configure script complain about gconf2.0 :
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install libgnomeui*
 
sudo apt-get install libgnomeui*
 
</nowiki></pre>
 
</nowiki></pre>
 
----
 
----
 
 
[http://wiki.ubuntu.org.cn/Expocity A Chinese Translation] of this article.
 
[http://wiki.ubuntu.org.cn/Expocity A Chinese Translation] of this article.
 
 
----
 
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

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


Expocity is an effort to integrate an efficient means of switching between applications into the window manager UbuntuHelp:metacity, similar to Exposé(tm) on Apple's OS-X.FootNote(Watch this QuickTime movie to understand it quickly: http://www.apple.com/macosx/theater/expose.html)

Requirements

Be sure to have all dependencies installed. Some of them are:

apt-get install build-essential libgtk2.0-dev libgconf2-dev

Installation

Download

Download the latest version from the Expocity Homepage.

Compiling

Extract the source.

tar xvfj expocity-2.6.2-1.tar.bz2

Configure and compile it:

./configure
make

install it

sudo make install

or to install it via a deb file (CheckInstall)

sudo checkinstall

Start it:

metacity --replace

Troubleshooting

Installing Gnome 2.0 libraries and related shared libraries might help if the ./configure script complain about gconf2.0 :

sudo apt-get install libgnomeui*

A Chinese Translation of this article.