rools
rools

Reputation: 1675

Browser cannot be initialized error when request for a certificate with tizen-sdk

When I try to request for a new certificate with tizen-sdk 2.4.0_Rev5 in Register Certificate, I get the following error Browser cannot be initialized.

I changed the path to chrome in Preferences->Tizen SDK->Web->Chrome to fit my actual path, and it works well with the simulator. I am using linux and I tried with chromium and google-chrome-stable.

Upvotes: 6

Views: 1966

Answers (2)

eri
eri

Reputation: 3524

libwebkitgtk-1.0 is needed for internal browser. to install it:

sudo apt-get install libwebkitgtk-1.0-0

Upvotes: 2

NeverHopeless
NeverHopeless

Reputation: 11233

I am using Mac, I have these settings in Tizen IDE for Chrome:

enter image description here

Could you please double check the Extra parameters list:

--no-first-run --activate-on-launch --no-default-browser-check --allow-file-access-from-files --disable-web-security --disable-translate --proxy-auto-detect --proxy-bypass-list=127.0.0.1 

Upvotes: 0

Related Questions