特殊:Badtitle/NS100:Picasa:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
无编辑摘要
Oneleaf留言 | 贡献
无编辑摘要
第17行: 第17行:
* Via instructions at '''[http://picasa.google.com/linux/faq.html]'''
* Via instructions at '''[http://picasa.google.com/linux/faq.html]'''
* Via instructions at sites such as the '''[http://ubuntuguide.org/wiki/Ubuntu_Edgy Unofficial Ubuntu 6.10 (Edgy Eft) Starter Guide]'''
* Via instructions at sites such as the '''[http://ubuntuguide.org/wiki/Ubuntu_Edgy Unofficial Ubuntu 6.10 (Edgy Eft) Starter Guide]'''
* Via installer applications like '''[[UbuntuHelp:Automatix]]'''


== Hints and Tips ==
== Hints and Tips ==

2007年11月21日 (三) 18:20的版本

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

Parent: UbuntuHelp:Software


Picasa

Google's Picasa is a photo management application with some intermediate-level editing features.

Screenshot

Picasa?action=AttachFile&do=get&target=scrn-Picasa2.png

Installation

Hints and Tips

  • The default file manager used by Picasa is Winefile. It is used when you select "Locate on disk" for an image. You can make it use UbuntuHelp:Nautilus (the default file manager on Ubuntu) instead:

Copy the template filemanager script to the bin directory:

cd /opt/picasa/desktop
sudo cp picasa-hook-filemanager.sh.template ../bin/picasa-hook-filemanager.sh

Edit the script:

cd ../bin
gksudo gedit picasa-hook-filemanager.sh

Change the last line

exit 1

to

/usr/bin/nautilus "${1%%$(basename "$1")}"

If you prefer, you can make Picasa start other file managers in a similar way. See the template filemanager script for details.

Other applications you may wish to look at

Further Reading