A few times a week. I can't really automate the builds, because the code base is in such a state of flux that the patches need to be regularly rebased.
Command Line Option Issue
anonymous
August 21 2009, 18:48:04 UTC
User scripts don't work in this build until you tweak the command line options, the actual options of the .desktop file are: chromium-browser --enable-plugins --enable-extensions --enable-greasemonkey
However "--enable-greasemonkey" seems to be outdated, I had to launch it with "--enable-user-scripts" to get user scripts working, that should really be changed.
chromium x86_64 builds looks under /usr/lib/mozilla/plugins pathext_204674August 23 2009, 17:05:49 UTC
I noticed that chromium-4.0.202.0-0.1.20090818svn23628.fc11.x86_64 looks under /usr/lib/mozilla/plugins for plugins: strings /usr/lib64/chromium-browser/chromium-browser | grep '/usr/lib/' /usr/lib/mozilla/plugins besides looking under /usr/lib64/chromium/plugins/
On multilib Linux distributions, I think searching /usr/lib64/chromium/plugins then /usr/lib64/mozilla/plugins would make more sense.
Comments 9
Reply
Reply
Reply
Reply
Reply
Reply
Reply
chromium-browser --enable-plugins --enable-extensions --enable-greasemonkey
However "--enable-greasemonkey" seems to be outdated, I had to launch it with "--enable-user-scripts" to get user scripts working, that should really be changed.
Reply
strings /usr/lib64/chromium-browser/chromium-browser | grep '/usr/lib/'
/usr/lib/mozilla/plugins
besides looking under /usr/lib64/chromium/plugins/
On multilib Linux distributions, I think searching /usr/lib64/chromium/plugins then /usr/lib64/mozilla/plugins would make more sense.
Reply
Leave a comment