HOWTO:Google Picasa
(→Adding Repository) |
(→From the Linux source) |
||
| (7 intermediate revisions by one user not shown) | |||
| Line 7: | Line 7: | ||
to arrange your albums and make labels to create new groups. | to arrange your albums and make labels to create new groups. | ||
| − | Picasa makes sure | + | Picasa makes sure your pictures are always organized. |
| − | your pictures are always organized. | + | |
| − | Picasa | + | You can always add pictures manually through Picasa > Tools > Folder Manager. |
| − | = | + | |
| − | == | + | Picasa can be installed in 2 different ways. The "easy way" version also has face recognition software on board. |
| + | =The easy way= | ||
| + | ==Add software source== | ||
Add the following source to your Package Manager | Add the following source to your Package Manager | ||
| + | *For Pardus 2011-i686 (32 bit) | ||
| + | Name: pardususer.de | ||
| + | Address: http://pakete.pardususer.de/pardus-2011/i686/pisi-index.xml.xz | ||
| + | in console with: {{command | sudo pisi ar pardususer.de http://pakete.pardususer.de/pardus-2011/i686/pisi-index.xml.xz -y}} | ||
| + | *For Pardus 2011-x86_64 (64 bit) | ||
| + | Name: pardususer.de | ||
| + | Address: http://pakete.pardususer.de/pardus-2011/x86_64/pisi-index.xml.xz | ||
| + | in console with: {{command | sudo pisi ar pardususer.de http://pakete.pardususer.de/pardus-2011/x86_64/pisi-index.xml.xz -y}} | ||
| + | *For Pardus 2009 | ||
Name: pardususer.de | Name: pardususer.de | ||
Address: http://pakete.pardususer.de/pardus-2009/pisi-index.xml.bz2 | Address: http://pakete.pardususer.de/pardus-2009/pisi-index.xml.bz2 | ||
| − | + | in console with: {{command | sudo pisi ar pardususer.de http://pakete.pardususer.de/pardus-2009/pisi-index.xml.bz2 -y}} | |
| − | + | ||
==Installation== | ==Installation== | ||
Picasa can now be installed in Package Manager (after doing a "Show Upgradable Packages"). | Picasa can now be installed in Package Manager (after doing a "Show Upgradable Packages"). | ||
| + | |||
| + | It is necessary to be connected to the internet as some additional files will be downloaded by the installation script. | ||
| + | |||
| + | During installation the progress-bar will hold for some time wile downloading and unpacking the additional files. | ||
| + | |||
| + | =From the Linux (.deb) source= | ||
| + | == From Google website== | ||
| + | :# Go to http://picasa.google.com/linux/ and select (at this moment) <pre> Download Picasa 3 for Linux</pre> and select version <pre>deb, for Debian/Ubuntu</pre> | ||
| + | :# Open Konsole and check required packages <pre> sudo pisi it binutils </pre> | ||
| + | :# Cd to downloaded .deb file <pre> cd ~/Desktop </pre> | ||
| + | :# Use ar to extract the installation archive from deb <pre> ar x picasa_*.deb data.tar.gz </pre> | ||
| + | :# Delete downloaded .deb file <pre> rm -f picasa_*.deb </pre> | ||
| + | :# Move archive to top directory <pre> sudo mv data.tar.gz /. </pre> | ||
| + | :# Goto this directory <pre> cd / </pre> | ||
| + | :# Unpack archive <pre> sudo tar zxf data.tar.gz </pre> | ||
| + | :# Delete the archive <pre> sudo rm -f data.tar.gz </pre> | ||
| + | :# Add an item for Picasa 3 to K Menu <pre> kdesu kwrite /usr/share/applications/picasa3.desktop </pre> After entering the root password an empty KWrite window will appear and Copy/Paste the following 7 lines in this window: <pre>[Desktop Entry]</pre><pre>Name=Picasa 3</pre><pre>Exec=/opt/google/picasa/3.0/bin/picasa</pre><pre>Terminal=false</pre><pre>Type=Application</pre><pre>Icon=/opt/google/picasa/3.0/desktop/picasa32x32.xpm</pre><pre>Categories=Application;Graphics</pre>Select [Save] and [Close] KWrite. | ||
| + | :# Close the Konsole | ||
| + | :# You can find Picasa 3 in Pardus > Programs > Graphics. | ||
Latest revision as of 19:28, 24 June 2011
Picasa is software that helps you instantly find, edit and share all the pictures and images on your PC.
Every time you open Picasa, it automatically locates all your pictures (even ones you forgot you had) and sorts them into visual albums organized by date with folder names you will recognize. You can drag and drop to arrange your albums and make labels to create new groups.
Picasa makes sure your pictures are always organized.
You can always add pictures manually through Picasa > Tools > Folder Manager.
Picasa can be installed in 2 different ways. The "easy way" version also has face recognition software on board.
Contents |
The easy way
Add software source
Add the following source to your Package Manager
- For Pardus 2011-i686 (32 bit)
Name: pardususer.de Address: http://pakete.pardususer.de/pardus-2011/i686/pisi-index.xml.xz
in console with: sudo pisi ar pardususer.de http://pakete.pardususer.de/pardus-2011/i686/pisi-index.xml.xz -y
- For Pardus 2011-x86_64 (64 bit)
Name: pardususer.de Address: http://pakete.pardususer.de/pardus-2011/x86_64/pisi-index.xml.xz
in console with: sudo pisi ar pardususer.de http://pakete.pardususer.de/pardus-2011/x86_64/pisi-index.xml.xz -y
- For Pardus 2009
Name: pardususer.de Address: http://pakete.pardususer.de/pardus-2009/pisi-index.xml.bz2
in console with: sudo pisi ar pardususer.de http://pakete.pardususer.de/pardus-2009/pisi-index.xml.bz2 -y
Installation
Picasa can now be installed in Package Manager (after doing a "Show Upgradable Packages").
It is necessary to be connected to the internet as some additional files will be downloaded by the installation script.
During installation the progress-bar will hold for some time wile downloading and unpacking the additional files.
From the Linux (.deb) source
From Google website
- Go to http://picasa.google.com/linux/ and select (at this moment)
Download Picasa 3 for Linux
and select versiondeb, for Debian/Ubuntu
- Open Konsole and check required packages
sudo pisi it binutils
- Cd to downloaded .deb file
cd ~/Desktop
- Use ar to extract the installation archive from deb
ar x picasa_*.deb data.tar.gz
- Delete downloaded .deb file
rm -f picasa_*.deb
- Move archive to top directory
sudo mv data.tar.gz /.
- Goto this directory
cd /
- Unpack archive
sudo tar zxf data.tar.gz
- Delete the archive
sudo rm -f data.tar.gz
- Add an item for Picasa 3 to K Menu
kdesu kwrite /usr/share/applications/picasa3.desktop
After entering the root password an empty KWrite window will appear and Copy/Paste the following 7 lines in this window:[Desktop Entry]
Name=Picasa 3
Exec=/opt/google/picasa/3.0/bin/picasa
Terminal=false
Type=Application
Icon=/opt/google/picasa/3.0/desktop/picasa32x32.xpm
Categories=Application;Graphics
Select [Save] and [Close] KWrite. - Close the Konsole
- You can find Picasa 3 in Pardus > Programs > Graphics.
- Go to http://picasa.google.com/linux/ and select (at this moment)