Slashdot Mirror


Google Releases Picasa for Linux

chrisd writes "Hi, everyone. Today I'm pleased to announce that we're making Picasa, our photo management application, available for Linux. This is a pre-beta labs release and since we're still learning on how to best make software for Linux, we're asking that you submit your bugs as you find them. Picasa for Linux uses Wine internally; this shows a bit in the interface, but it works even better than we had hoped. Download it and check it out! A list of supported distributions can be found in the FAQ. We hope our patches to Wine will help make it easier for everyone to run Windows apps on Linux and other Unix-like systems. Thanks to our pals at CodeWeavers who did much of the heavy lifting, and to Marcus Meissner, whose libgphoto support patch was a welcome surprise."

6 of 486 comments (clear)

  1. Files available in US only (apparantly) by LiquidCoooled · · Score: 5, Informative

    So, use coral as your proxy :)

    http://picasa.google.com.nyud.net:8080/linux/
    http://picasa.google.com.nyud.net:8080/linux/faq.h tml

    Chris, looks good so far, big thanks.

    --
    liqbase :: faster than paper
  2. Re:not free by root_42 · · Score: 5, Informative

    And while we're at it. There is a free alternative. It has even got all the spiffy KDE features like ioslaves and so on at its hands. Plus all the cameras supported that gphoto2 has.

    --
    [--- PGP key and more on http://www.root42.de ---]
  3. Re:suprise? by Bungopolis · · Score: 5, Informative

    libgphoto is an OSS library for interfacing with digital cameras. Marcus Meissner is a major Wine developer. Presumably, he wrote a patch that integrates libgphoto with Wine, thus enabling Picassa to download photos from digital cameras - a neccessary feature that would not have otherwise been available as part of the Wine API.

  4. First impressions by kkiller · · Score: 5, Informative
    Well it works.... just like the Windows version. With the exception of slightly crummy looking fonts in the menus, the interface is quite slick and near-identical to the original, and appears to be as fast and slick as the original. Nice job.

    One or two problems remain (and I'm sure more will pop up after I play with it for more than 10 minutes). It doesn't integrate into any desktop environment at all - its very much a Windows application hacked to bits so it runs smoothly in Linux, and it shows at points. With the exception of Desktop, it does not remember stored folders from either Konqueror or Nautilus, and maintains meaningless links to "My Documents", "My Pictures", "My Music" and other folders which don't exist in the file requesters. This could use some work.

  5. Re:suprise? by Marcus+Meissner · · Score: 5, Informative
    There are cameras that do not support Mass Storage. Notably the Canon cameras for instance (PowerShot, Digital IXUS, et.al.) and others.

    Second, Windows has several methods to interface with digital cameras. One of the is direct filesystem access (works just fine). The second is TWAIN. Originally just for scanners it is also used for digital cameras. On third, WIA (Windows Imaging Architecture).

    WINE already had a TWAIN implementation (written by Corel during WordPerfect 2000 times) but it was only able to use SANE, and not really able to use libgphoto2 in a good way.

    So what I did was to just add the lowlevel libgphoto TWAIN driver to WINE, and CodeWeavers provided a gphoto Import GUI for it. My part of work was small compared to the stuff the CodeWeavers people did.

    Voila - importing from any kind of cameras into Picasa.

    Btw, I think all of this is in regular WINE 0.9.14.

    Ciao, Marcus