empathy加源升级安装最新版(090807目前最新Empathy 2.27.5)

上网、浏览、聊天、下载等
回复
头像
mickeywaley
帖子: 1427
注册时间: 2009-03-19 9:19
系统: ubuntu
来自: 江苏
联系:

empathy加源升级安装最新版(090807目前最新Empathy 2.27.5)

#1

帖子 mickeywaley » 2009-08-07 5:35

添加公匙
First add the public key from the developers:

代码: 全选

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FA3A1271
加源
Next add the following repositories depending upon your Ubuntu version to /etc/apt/sources.lst or graphically in System->Administration->Synaptic Package Manager->Settings->Repositories:

For Jaunty(9.04) Users

代码: 全选

deb http://ppa.launchpad.net/telepathy/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/telepathy/ppa/ubuntu jaunty main
For Intrepid(8.10) users

代码: 全选

deb http://ppa.launchpad.net/telepathy/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/telepathy/ppa/ubuntu intrepid main
For Hardy(8.04) users

代码: 全选

deb http://ppa.launchpad.net/telepathy/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/telepathy/ppa/ubuntu hardy main
安装empathy
In a terminal, enter the following command:

代码: 全选

sudo apt-get install empathy telepathy-mission-control telepathy-stream-engine telepathy-gabble telepathy-butterfly telepathy-haze telepathy-idle telepathy-salut telepathy-sofiasip python-msn empathy-megaphone-applet
添加更多功能
Optionally, you can add more functionality/integration with the following:

代码: 全选

sudo apt-get install nautilus-sendto-universe galago-telepathy-feed libtelepathy-farsight0 python-tpfarsight galago-eds-feed python-galago python-galago-gtk
The application will show up in Applications->Internet->"Empathy Instant Messenger"
要语音一定得安装telepathy-stream-engine
For working VoIP you need telepathy-stream-engine
可是我在Gtalk上没有人聊天,所以不知道,但网页上说可以,ubuntuforum上也有人说可以。
见http://live.gnome.org/Empathy/Install
菜单:系统 --> 系统管理 --> 新立得软件包管理器

设置 -> 软件库
第三方软件 --> 添加;
在APT后中输入下面这一行:
deb http://ppa.launchpad.net/telepathy/ubuntu hardy main

关闭、刷新。

"搜索" 并 "标记以便安装" 下面的包:
Empathy
telepathy-gabble
telepathy-mission-control
telepathy-stream-engine

点击 "应用" 安装一下。ok, 试试吧,在 应用程序 --> 互联网 中。

第一次运行Empathy会弹出窗口提醒你添加帐号,我这里的设置:

type(类型):Google Talk
输入Login ID , Password
========================
Installation Instructions

Ubuntu

In a terminal, enter the following command:

sudo apt-get install empathy telepathy-mission-control telepathy-stream-engine telepathy-gabble telepathy-butterfly telepathy-haze telepathy-idle telepathy-salut telepathy-sofiasip python-msn empathy-megaphone-applet

Optionally, you can add more functionality/integration with the following:

sudo apt-get install nautilus-sendto-universe galago-telepathy-feed libtelepathy-farsight0 python-tpfarsight galago-eds-feed python-galago python-galago-gtk

The application will show up in Applications->Internet->"Empathy Instant Messenger"

You can get the latest version by changing your repositories as follows:

First add the public key from the developers:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FA3A1271

Next add the following repositories depending upon your Ubuntu version to /etc/apt/sources.lst or graphically in System->Administration->Synaptic Package Manager->Settings->Repositories:

For Jaunty(9.04) Users

deb http://ppa.launchpad.net/telepathy/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/telepathy/ppa/ubuntu jaunty main

For Intrepid(8.10) users

deb http://ppa.launchpad.net/telepathy/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/telepathy/ppa/ubuntu intrepid main

For Hardy(7.04) users

deb http://ppa.launchpad.net/telepathy/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/telepathy/ppa/ubuntu hardy main

Finally, you need to update the source list using the following command

sudo apt-get update

Other

1. Install build dependencies. If you are building on a Debian based system, you need the following packages:

gnome-common
gettext
libglib2.0-dev
gtk-doc-tools
libxml2-dev
libtelepathy-glib-dev
libmissioncontrol-client-dev
libtelepathy-farsight-dev
libx11-dev
libgtk2.0-dev
libcanberra-gtk-dev
libgstreamer-plugins-base0.10-dev
libebook1.2-dev
libnotify-dev

2. For working VoIP you need telepathy-stream-engine
3. Optional dependencies:
* for spellcheck:

libenchant

* for megaphone and nothere applets:

libpanelapplet

4.

Check out Empathy from GNOME Git repository:
git clone git://git.gnome.org/empathy

or get it from tarballs
5. Run:

$ ./autogen.sh --prefix=<your prefix>
$ make && make install
$ ldconfig (if installing in a system library. Make sure that "/etc/ld.so.conf" contains "<your prefix>/lib" first.)
6.

If you installed in a special prefix different from /usr or /usr/local you have to add it to XDG dirs:
$ export XDG_DATA_DIRS="$XDG_DATA_DIRS:$prefix"
7. To make use of files from source dir (*.ui, *.dtd, etc) you can define EMPATHY_SRCDIR=/path/to/empathy/source
头像
xiajiebuhui
帖子: 193
注册时间: 2008-07-17 13:24
联系:

Re: empathy加源升级安装最新版(090807目前最新Empathy 2.27.5)

#2

帖子 xiajiebuhui » 2009-08-15 17:43

支持了,我用tweak安装了,qq能用,就是没有显示qq群,我多安装一些试试

代码: 全选

如鱼饮水 冷暖自知
头像
luyang
帖子: 290
注册时间: 2008-10-29 11:59
来自: 中国 新安江特别行政区

Re: empathy加源升级安装最新版(090807目前最新Empathy 2.27.5)

#3

帖子 luyang » 2009-08-15 21:37

做个记号,QQ能用,不过经常来个网络错误,不知道怎么回事。没有Q群。
世间这样荒芜。寂静深不可测量。如果你不在我的身边。我这样想念你。
回复