2

How can you configure Chromium Browser to load multipl plugins (specifically; type NPAPI)?. I edited /etc/chromium-browser/default to add the pepperflash from google-chrome (CHROMIUM_FLAGS="--ppapi-flash-path=/usr/lib/chromium-browser/libpepflashplayer.so" and it is working. Now I need to add two more plugins for VMware Web Client that are not detected by default. The plugins are located in the chromium plugins folder. I appreciate any help on the issue. Thank you.

1 Answer 1

1

How about adding:

--load-plugin=/path/to/plugin1,/path/to/plugin2

to your CHROMIUM_FLAGS

http://peter.sh/experiments/chromium-command-line-switches provides a useful reference for the command line options.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.