* caldercay <[email protected]> [07-19-10 13:07]: > On Jul 19, 10:48 am, mhenriday <[email protected]> wrote: > > > the project, Google could link to a how-to for Linux users which > > explained how to install Picasa for Windows under Wine.... > > It's a fairly simple task. I have the latest version > of Picasa running under the latest WINE (technically, > the RC version). Basically, what it boils down to is: > ~> wine picasa36-setup[.exe] > > Basically, you'll lose "desktop integration"; for example, > if you do an "export", WINE's file manager will pop up after > the export, pointing to the exported subdirectory, versus > a native desktop file manager, such as Dolphin (KDE) or > Nautilus (GNOME).
In openSUSE 11.2 x86_64 the "Kickoff Application Launcher" puts the picasa eexecutable in wine (one line): env WINEPREFIX="/home/pat/.wine" wine "C:\Program Files\Google\Picasa3\Picasa3.exe" I add an alias (one line) alias picasa3='wine "/home/pat/.wine/dosdevices/c:/Program Files/Google/Picasa3/Picasa3.exe"' -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org -- You received this message because you are subscribed to the Google Groups "Google-Labs-Picasa-for-Linux" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-labs-picasa-for-linux?hl=en.
