Emesene 1.5 添加摄像头支持,附上ubuntu的安装方法

上网、浏览、聊天、下载等
回复
iakuf
帖子: 227
注册时间: 2006-10-23 7:58
联系:

Emesene 1.5 添加摄像头支持,附上ubuntu的安装方法

#1

帖子 iakuf » 2009-08-24 9:11

Emesene 1.5 添加摄像头支持


MSN Messenger 客户端 Emesene 于近日发布了新的 1.5 版本。Emesene 1.5 除了兼容于最新的 Windows Live Messenger 外,还添加了摄像头支持、HTTP 连接及代理支持、@msn 帐户支持、msn groups 支持、新的 Plus! colors、Notifications、Mail check 插件等特性。


install Emesene 1.5 in Ubuntu:

1. Add the Launchpad PPA repository:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E2314809
sudo echo "deb http://ppa.launchpad.net/bjfs/ppa/ubuntu jaunty main" | sudo tee -a /etc/apt/sources.list


2. Install Emesene

sudo apt-get update && sudo apt-get install emesene


or if you already have Emesene installed and need to upgrade:

sudo apt-get update && sudo apt-get upgrade


For other Linux distributions, download the source code from HERE.

How to run Emesene as Root
Before you follow any of the below steps, you show know that YOU MUST NOT LOG IN AS ROOT. If you still chose to do so, then read on.

Emesene refuses to start when you are logged in as root. In fact, if you runt it in a terminal, the following text is displayed:

I refuse to run as root


To make Emesene run as root, press Alt + F2 and type:

gksu gedit /usr/share/python-support/emesene/Controller.py


Then search for "I refuse to run as root" in that file. Comment that line, the line before and after it, using the "#" symbol. Like this:


def debug(msg):
'''print a debug message'''
print 'Controller: ' + msg

def main():
# if os.name == 'posix' and os.getuid() == 0:
# print "I refuse to run as root"
# return

try:
path = os.path.dirname(__file__) or sys.path[0]
except NameError:
path = sys.path[0]
liutianbao
帖子: 24
注册时间: 2008-11-26 23:27

Re: Emesene 1.5 添加摄像头支持,附上ubuntu的安装方法

#2

帖子 liutianbao » 2009-08-24 23:08

请问这位兄台,我怎样打开或运行这个东东啊
头像
mickeywaley
帖子: 1427
注册时间: 2009-03-19 9:19
系统: ubuntu
来自: 江苏
联系:

Re: Emesene 1.5 添加摄像头支持,附上ubuntu的安装方法

#3

帖子 mickeywaley » 2009-08-24 23:27

代码: 全选

may@may-desktop:~$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E2314809
[sudo] password for may: 
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys E2314809
gpg: 下载密钥‘E2314809’,从 hkp 服务器 keyserver.ubuntu.com
gpg: 密钥 E2314809:公钥“Launchpad PPA for B.J. Stobiecki”已导入
gpg: 合计被处理的数量:1
gpg:               已导入:1  (RSA: 1)
may@may-desktop:~$ sudo echo "deb http://ppa.launchpad.net/bjfs/ppa/ubuntu jaunty main" | sudo tee -a /etc/apt/sources.list
deb http://ppa.launchpad.net/bjfs/ppa/ubuntu jaunty main
may@may-desktop:~$ 
上面不是些的很清楚了
下载KEY

代码: 全选

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E2314809
加源

代码: 全选

sudo echo "deb http://ppa.launchpad.net/bjfs/ppa/ubuntu jaunty main" | sudo tee -a /etc/apt/sources.list
更新源列表

代码: 全选

sudo apt-get update
安装emesene

代码: 全选

sudo apt-get install emesene
头像
arvan
帖子: 190
注册时间: 2005-08-02 18:04
来自: Lanzhou
联系:

Re: Emesene 1.5 添加摄像头支持,附上ubuntu的安装方法

#4

帖子 arvan » 2009-09-11 16:00

非常好,mark。
Jonathan Swift - "May you live every day of your life."
头像
czjl
帖子: 765
注册时间: 2008-07-28 10:02

Re: Emesene 1.5 添加摄像头支持,附上ubuntu的安装方法

#5

帖子 czjl » 2009-09-11 16:44

8.04安装时,要升级python-support,卸载下来一装,崩溃!只好重装系统。妈的!我是要天天办公的。 :em20
回复