个人工具

UbuntuHelp:Picasa

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:30的版本 (New page: {{From|https://help.ubuntu.com/community/Picasa}} {{Languages|php5}} Parent: UbuntuHelp:Software == Picasa == Google's Picasa is a photo management application with some intermedia...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Parent: UbuntuHelp:Software


Picasa

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

Screenshot

attachment: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
</code>

 Edit the script:
 <pre>
cd ../bin
gksudo gedit picasa-hook-filemanager.sh
</code>

 Change the last line
 <pre>
exit 1
</code>

 to 
 <pre>
/usr/bin/nautilus "${1%%$(basename "$1")}"
</code>

 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 ==

* '''[[UbuntuHelp:F-Spot]]''' - Photo management
* '''[[UbuntuHelp:gThumb]]''' - Image Viewer
* '''[[UbuntuHelp:TheGIMP]]''' - Complex photo and image editing

== Further Reading ==

* '''[http://picasa.google.com/linux/ Picasa for Linux]'''


----
CategoryDocumentation

[[category:UbuntuHelp]]