Results 1 to 5 of 5

Thread: [SOLVED] Picasa auto import on SD insertion

  1. #1
    Join Date
    Jan 2006
    Location
    USA
    Beans
    332
    Distro
    Xubuntu

    Smile [SOLVED] Picasa auto import on SD insertion

    I use Ubuntu 8.20. I removed F-Spot and loaded Picasa3. The following steps enabled Picasa3 to be auto started when an SD card of photos is inserted, and Picasa then auto-imports the photos. I haven't tried it with a camera via a USB cable simply because I just don't use my camera in that way.

    Code:
    mv ~/.local/share/applications/picasa.desktop picasa-import.desktop
    Code:
    # I did the next step but it may not be necessary
    sudo cp ~/.local/share/applications/picasa.desktop /usr/share/applications
    Code:
    gedit ~/.local/share/applications/mimeapps.list
    
    I added the following line:
    x-content/image-dcf=picasa-import.desktop
    Opened nautilus and went to Edit > Preferences, go to the "Media" tab, and change the "Photos" item to Picasa image viewer.

    Gnome now uses Picasa to import photos
    ----
    Linux user since before Yggdrasil, Unix before that while with the real AT&T.

  2. #2
    Join Date
    May 2008
    Beans
    76

    Re: [SOLVED] Picasa auto import on SD insertion

    I'm using linux mint 6 based on ubuntu 8.10. I realize this is a different setup but in case anyone else has this issue and a similar setup to mine, fwiw, I couldn't get this solution to work because there is no file at the location specified in the first command and I couldn't figure out how to translate what was being said into something applicable.

  3. #3
    Join Date
    Jan 2006
    Location
    USA
    Beans
    332
    Distro
    Xubuntu

    Re: [SOLVED] Picasa auto import on SD insertion

    You may have to first execute Picassa for this file to be created.
    ----
    Linux user since before Yggdrasil, Unix before that while with the real AT&T.

  4. #4
    Join Date
    Apr 2006
    Location
    London UK
    Beans
    12
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: [SOLVED] Picasa auto import on SD insertion

    There is a script provided by Picasa 3 to set this up. It may be similar for earlier versions, I don't know. Run:

    Code:
    sudo /opt/google/picasa/3.0/bin/gnomehalintegration.sh

  5. #5
    Join Date
    Sep 2007
    Beans
    18

    Re: [SOLVED] Picasa auto import on SD insertion

    Seems like maybe you just have to set the media to autoplay to picasa. Not i am using ubuntu 10.04. Go to Edit->Preferences, Media tab, as described above, and set the program for photos for the picasa executable, which should be this:

    /opt/google/picasa/3.0/bin/picasa
    This line appeared automatically on my mimeapps.list file:

    x-content/image-dcf=userapp-picasa-7ZEYHV.desktop;
    So it seems to me you just have to direct nautilus to the picasa executable and everything works fine.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •