Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 691
rools Avatar asked Nov 09 '22 15:11

rools


1 Answers

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

sudo apt-get install libwebkitgtk-1.0-0
like image 125
eri Avatar answered Dec 28 '22 16:12

eri