Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jan 17th, 2011  |  syntax: None  |  size: 0.70 KB  |  hits: 77  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. 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.  
  3. 2. Put it in /opt/google-chrome/
  4.  
  5. 3. Run as root: gdk-pixbuf-query-loaders > /opt/google-chrome/loaders.cache
  6.  
  7. 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/
  8.  
  9. 5. Open the google-chrome script and add somewhere before the exec: export GDK_PIXBUF_MODULE_FILE=/opt/google-chrome/loaders.cache