Thanks for this Oscar. I have been using your earlier versions in Slacko-5502 and I could live with the youtube problem but I couldn't get them to print. This latest version has cured both problems and is performing flawlessly.OscarTalks wrote:Debian have now released Chromium 31.0.1650.57 so I have been experimenting with packaging that and have removed the earlier versions.
Tested briefly and working in Wheezy, Precise and Upup Raring.
Works in Slacko 5.6 if you install libgconf2 and libgnome-keyring (use the search in PPM). With earlier Slackos you may also need to update the nss libs (which are in the Firefox directory).

I'm not using the 0micko's adrive so I didn't have libnss3.so or libnssutil3.so. I grabbed them out of a recent seamonkey and popped them into /usr/lib/Chromium, works fine.
I picked up a couple of addons from http://www.slackware.com/~alien/slackbuilds/, chromium-pdf-plugin and chromium-pepperflash-plugin. I have packaged them as pets. chromium-31.0.1650.57-pdf_reader.pet works very nicely turning the browser into a pdf reader. chromium-pepperflash-plugin-11.9.900.152.pet really bogs down my little atom N270 so I'm sticking with the stock flashplayer but on more powerful machines it will probably be fine. I've modified your /usr/bin/chromium to:
Code: Select all
exec /usr/lib/Chromium/chromium-wrapper "$@" --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so
Thanks again, J