特殊:Badtitle/NS100:Expocity/zh:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Dbzhang800留言 | 贡献
Dbzhang800留言 | 贡献
无编辑摘要
 
第1行: 第1行:
{{From|https://help.ubuntu.com/community/Expocity}}
{{Languages|UbuntuHelp:Expocity}}
----
----
原文出处:
原文出处:

2008年5月8日 (四) 09:50的最新版本

{{#ifexist: :Expocity/zh/zh | | {{#ifexist: Expocity/zh/zh | | {{#ifeq: {{#titleparts:Expocity/zh|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Expocity/zh|1|-1|}} | zh | | }}


原文出处:

原文作者:

授权许可:创作共用协议 GNU FDL

翻译人员:leal MillenniumDark

校对人员:MillenniumDark

贡献者:

适用版本: 文章状态:完成


Expocity is an effort to integrate an efficient means of switching between applications into the window manager 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)

Expocity旨在尝试把一种(多个)程序之间进行切换的有效方法集成到窗口管理器metacity中,类似苹果公司OS-X上的Exposé(tm)FootNote(观看QuickTime演示来迅速了解Exposé: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.

Expocity 主页下载最新版本。

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)

或作为deb文件(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 :

如果./configure脚本出现gconf2.0相关问题,那么安装Gnome 2.0库和相关共享库可能帮的上忙:

sudo apt-get install libgnomeui*