
Untitled
By: a guest on
Jan 17th, 2011 | syntax:
None | size: 0.70 KB | hits: 77 | expires: Never
1. Obtain a libpixbufloader-jpeg.so that links to libjpeg6 (e.g. Ubuntu Karmic's GTK package (e.g. from here: http://mirrors.easynews.com/linux/ubuntu/pool/main/g/gtk+2.0/libgtk2.0-0_2.18.3-1_amd64.deb) -> extract the .deb -> extract the data.tar.gz -> get the file from: usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so)
2. Put it in /opt/google-chrome/
3. Run as root: gdk-pixbuf-query-loaders > /opt/google-chrome/loaders.cache
4. Open the loaders.cache and change the line referring to libpixbufloader-jpeg.so to point to the one you put in /opt/google-chrome/
5. Open the google-chrome script and add somewhere before the exec: export GDK_PIXBUF_MODULE_FILE=/opt/google-chrome/loaders.cache