个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(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...)
 
第27行: 第27行:
 
cd /opt/picasa/desktop
 
cd /opt/picasa/desktop
 
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></code>
+
</nowiki></pre>
  
 
  Edit the script:
 
  Edit the script:
第33行: 第33行:
 
cd ../bin
 
cd ../bin
 
gksudo gedit picasa-hook-filemanager.sh
 
gksudo gedit picasa-hook-filemanager.sh
</nowiki></code>
+
</nowiki></pre>
  
 
  Change the last line
 
  Change the last line
 
  <pre><nowiki>
 
  <pre><nowiki>
 
exit 1
 
exit 1
</nowiki></code>
+
</nowiki></pre>
  
 
  to  
 
  to  
 
  <pre><nowiki>
 
  <pre><nowiki>
 
/usr/bin/nautilus "${1%%$(basename "$1")}"
 
/usr/bin/nautilus "${1%%$(basename "$1")}"
</nowiki></code>
+
</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.

2007年5月13日 (日) 12:39的版本

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



CategoryDocumentation