* David <[email protected]> [03-29-10 13:18]: > I have a problem with installation os picasa 3.6 in my Ubuntu 9.10. > > I can do all the process that we can see at: http://wiki.winehq.org/picasa > > But at the end when i need to do: > > *env WINEPREFIX="/home/<user>/.winepicasa" wine picasa36-setup.exe * > > don,t launch nothing, It don't work and I close the terminal after hous of > nothing. :( > > I have intalled Picasa 3.5 and it's works fine but slowly. Can you help me, > please.
you did separately?: env WINEPREFIX="/home/<user>/.winepicasa" winecfg go to in the “audio” tab and let's wine make its audio configuration test the audio with the "test" button installed "winetricks" go to the folder containing winetricks then env WINEPREFIX="/home/<user>/.winepicasa" winetricks wininet (hint: if you haven't installed winetricks, use: env WINEPREFIX="/home/<user>/.winepicasa" sh winetricks wininet) then to configure the use of wininet by Wine env WINEPREFIX="/home/<user>/.winepicasa" winecfg then go to the “library” tab then select “wininet....” then button “Modify” then select “integrated,native” this indicates to Wine to try to use initially the wininet of Wine then that of Windows then go to the folder containing the exe picasa launch its installation env WINEPREFIX="/home/<user>/.winepicasa" wine picasa36-setup.exe then accept all except at the end uncheck the launching of picasa then go to /home/<user>/.winepicasa/dosdevices/c:/Program Files/Google/Picasa3/ rename picasaupdater.exe to picasaupdater.exe.or note that you *must* be in the directory containing picasa36-setup.exe when doing: env WINEPREFIX="/home/<user>/.winepicasa" wine picasa36-setup.exe I have it running on openSUSE 11.2 x86_64 w/o any known problems other than the email failure discussed lately. -- 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.
