个人工具

UbuntuHelp:Expocity/zh

来自Ubuntu中文

跳转至: 导航, 搜索

原文出处:

原文作者:

授权许可:创作共用协议 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*