After installing Fedora 9 on my laptop (which went pretty smoothly, hence no dedicated entry for this), I’ve figured that Google Picasa for Linux 2.7 doesn’t start at all. To be specific, it crashes with following output:
[evad@D620 ~]$ picasa /usr/bin/picasa: line 139: 27689 Segmentation fault "$PIC_BINDIR"/wrapper check_dir.exe.so /usr/bin/picasa: line 175: 27784 Segmentation fault "$PIC_BINDIR/wrapper" regedit /E $registry_export HKEY_USERS\S-1-5-4\Software\Google\Picasa\Picasa2\Preferences\
Pretty nasty, isn’t it? Command that fixes it is:
[root@D620 ~]# sysctl -w vm.mmap_min_addr=0 vm.mmap_min_addr = 0
And that’s it. Probably don’t have to mention that, as I assume readers are savvy enough, but putting above command into /etc/rc.local would probably be a grand idea. :)
