Ubuntu上安装Picasa3.0

转载:Ubuntu上安装Picasa3.0

原文地址:http://xdp.me/2008/11/12/ubuntu-install-picasa3/

Picasa 是 Google 出品的免费照片管理和编辑软件,下面我来教你如何在 Ubuntu8.10 上安装最新的 Picasa3.0 Beta 版本。

删除存在的旧版本 Picasa

sudo apt-get remove picasa

安装最新版本 Picasa

导入密钥文件

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add  -

添加 google 软件源地址,编辑/etc/apt/sources.list,添加如下行

deb http://dl.google.com/linux/deb/ testing non-free

保存并更新

sudo apt-get update

最后安装

sudo apt-get install picasa

 

有一个问题,安装后可能有中文乱码问题,解决方法如下:

1.

把你想要使用的中文字体拷贝到 Picasa 的字体目录

sudo cp /usr/share/fonts/truetype/wqy/wqy-zenhei.ttc ~/.google/picasa/3.0/drive_c/windows/fonts/

2.

打开该配置文件

sudo gedit ~/.google/picasa/3.0/system.reg

找到如下字段,或者如果没找到的话,手动添加上去:

[Software//Microsoft//Windows NT//CurrentVersion//FontLink//SystemLink] 1203706862

"Tahoma"="
wqy-zenhei.ttc"

"Tahoma Bold"="wqy-zenhei.ttc"

如图,选择你系统所使用的中文字体,重启Picasa,乱码问题即可解决。

–EOF–


你可能感兴趣的:(Ubuntu上安装Picasa3.0)