-
Website
http://www.manu-j.com/blog/ -
Original page
http://www.manu-j.com/blog/google-chrome-mac-flash-enable/363/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Andy Mesa
2 comments · 1 points
-
slotr
2 comments · 1 points
-
MikeGrace
2 comments · 1 points
-
joybelmant
3 comments · 1 points
-
Ben Leivian
2 comments · 1 points
-
-
Popular Threads
-
OpenDNS Upgrades Network, Rising To The Google Challenge
4 hours ago · 6 comments
-
Move Over OpenDNS, Google DNS is Here and It Rocks
2 weeks ago · 179 comments
-
OpenDNS vs Google DNS: Which is Better ?
1 week ago · 11 comments
-
Google Quick Search Box(QSB) Plugins List
3 weeks ago · 1 comment
-
OpenDNS Upgrades Network, Rising To The Google Challenge
But thanks for the tip, it's really useful
the differences between chromium and chrome. SO i have chosen to use
chrome instead of chromium everywhere.
The string ~/Downloads/chrome-mac/Chromium.app/Contents/MacOS/Chromium --enable-plugins
generates: No such file or directory.
Can U tell me what I am doing wrong?
Even if you get the path right, as far as I know chrome runs only on intel macs. Did you try running just the chrome app ? It should fail
For those who want to know how to enable this by default, you can try writing your own AppleScript to launch the application with this extra command line option, or perhaps a shell script. The AppleScript goes something like:
do shell script "/Applications/Chromium.app/Contents/MacOS/Chromium --enable-plugins"
the shell script:
#!/bin/bash
Applications/Chromium.app/Contents/MacOS/Chromium --enable-plugins
Make sure you name the shell script file as NAMEHERE.command
The .command makes it so the terminal autolaunches the script when you double click it.
That's all if Chromium lives in the Applications folder. If not, put the correct path there.
Also, I posted a script on my blog which automatically downloads and installs the latest build into the Applications folder.