Announcement

Collapse
No announcement yet.

[Solved] Picasa "Shop" function broken

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Solved] Picasa "Shop" function broken

    Picasa 3.0.0 (Build 57.4402,0) no longer has anything come up for the "Shop" button... JJ w/ 4.3 RC2 (not that it should matter). Anyone else having trouble recently?

    Edit: http://groups.google.com/group/Googl...dac98f28485f9e appears to work.


    #2
    Re: [Solved] Picasa "Shop" function broken

    (Since I needed this again with my recent reinstall, I'll just throw it in this thread...)

    To locate where your defaults.ini file is run this command:
    sudo updatedb && locate defaults.ini | grep picasa

    Create a backup of the defaults.ini file:
    sudo cp /opt/google/picasa/3.0/wine/drive_c/Program\ Files/Google/Picasa3/runtime/defaults.ini

    /opt/google/picasa/3.0/wine/drive_c/Program\ Files/Google/Picasa3/runtime/defaults.ini.bak

    Then edit the defaults.ini file with your editor of choice:
    sudo vim /opt/google/picasa/3.0/wine/drive_c/Program\ Files/Google/Picasa3/runtime/defaults.ini

    replace the line -
    printerURL=https://uploader.picasa.com/providers/wine/printers.php?picasaversion=30

    with this line -
    printerURL=https://client4.google.com/providers/printers.html

    Comment

    Working...
    X