Hi ,
I want to launch my webkit browser from my c code as following:
 pId = fork();
   if(pId)
        {
            execl("/GtkLauncher","sh","-c",NULL);
        }

but its not launching .
Please can anybody tell me that where i am doing wrong?

Thanx
Ajay
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to