Here's a workaround script for at least Ubuntu 8.04.1. What other libraries should be added to this list?
#!/bin/sh # Script to work around https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/190227 # "Picasa can't capture images on 64 bit ubuntu" if grep -q /usr/lib /usr/lib32/libgphoto2.so.2.3.0 && ! grep -q /usr/lib32 /usr/lib32/libgphoto2.so.2.3.0 then echo Your system has the bug. Applying workaround. sudo ln -s /usr/lib32 /usr/l32 sudo sed -i.bak 's/\/usr\/lib\//\/usr\/l32\//g' /usr/lib32/libgphoto2.so.2.3.0 /usr/lib32/libgphoto2_port.so.0.8.0 else echo Your system does not have the bug. fi -- ia32 apps look for libs on the wrong place https://bugs.launchpad.net/bugs/190227 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs