个人工具

“UbuntuHelp:Picasa”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:Picasa}}
 
{{Languages|UbuntuHelp:Picasa}}
 
Parent: [[UbuntuHelp:Software]]
 
Parent: [[UbuntuHelp:Software]]
 
 
 
 
== Picasa ==
 
== Picasa ==
 
 
Google's Picasa is a photo management application with some intermediate-level editing features.
 
Google's Picasa is a photo management application with some intermediate-level editing features.
 
 
== Screenshot ==
 
== Screenshot ==
 
 
https://help.ubuntu.com/community/Picasa?action=AttachFile&do=get&target=scrn-Picasa2.png
 
https://help.ubuntu.com/community/Picasa?action=AttachFile&do=get&target=scrn-Picasa2.png
 
 
== Installation ==
 
== Installation ==
 
 
* 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]'''
 
 
== Hints and Tips ==
 
== 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:
 
* 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:
 
Copy the template filemanager script to the bin directory:
 
<pre><nowiki>
 
<pre><nowiki>
第27行: 第16行:
 
sudo cp picasa-hook-filemanager.sh.template ../bin/picasa-hook-filemanager.sh
 
sudo cp picasa-hook-filemanager.sh.template ../bin/picasa-hook-filemanager.sh
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Edit the script:
 
Edit the script:
 
<pre><nowiki>
 
<pre><nowiki>
第33行: 第21行:
 
gksudo gedit picasa-hook-filemanager.sh
 
gksudo gedit picasa-hook-filemanager.sh
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Change the last line
 
Change the last line
 
<pre><nowiki>
 
<pre><nowiki>
 
exit 1
 
exit 1
 
</nowiki></pre>
 
</nowiki></pre>
 
 
to  
 
to  
 
<pre><nowiki>
 
<pre><nowiki>
 
/usr/bin/nautilus "${1%%$(basename "$1")}"
 
/usr/bin/nautilus "${1%%$(basename "$1")}"
 
</nowiki></pre>
 
</nowiki></pre>
 
 
If you prefer, you can make Picasa start other file managers in a similar way. See the template filemanager script for details.
 
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 ==
 
== Other applications you may wish to look at ==
 
 
* '''[[UbuntuHelp:F-Spot]]''' - Photo management
 
* '''[[UbuntuHelp:F-Spot]]''' - Photo management
 
* '''[[UbuntuHelp:gThumb]]''' - Image Viewer
 
* '''[[UbuntuHelp:gThumb]]''' - Image Viewer
 
* '''[[UbuntuHelp:TheGIMP]]''' - Complex photo and image editing
 
* '''[[UbuntuHelp:TheGIMP]]''' - Complex photo and image editing
 
 
== Further Reading ==
 
== Further Reading ==
 
 
* '''[http://picasa.google.com/linux/ Picasa for Linux]'''
 
* '''[http://picasa.google.com/linux/ Picasa for Linux]'''
 
 
 
----
 
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 21:02的版本

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