On 12/27/13 at 10:48am, Aditya Lodha wrote: > I am trying to launch webGL based HTML in GtkLauncher. > It is a mesh of wrap-up images. I have used imageutil API from three.js for > this. > Whenever I launch the GUI using GtkLauncher, the mesh GUI disappears after 2 > seconds.
1. Probably you should use minibrowser, instead of gtklaunch, since minibrowser is webkit2 and gtklaunch is webkit1 2. You need to pass the parameter --enable-webgl=true to program to enable the webgl in the websettings 3. If you use a webview in your code, enable the webgl through the websettings: http://webkitgtk.org/reference/webkit2gtk/stable/WebKitSettings.html#webkit-settings-set-enable-webgl vmjl > > Regards. > Aditya L > > ----- Original Message ----- > From: Philippe Normand <[email protected]> > To: [email protected] > Sent: Thu, 26 Dec 2013 18:49:42 +0530 (IST) > Subject: Re: [webkit-gtk] configuration warnings in webkit gtk 2.2.3 > compilation > > On Thu, 2013-12-26 at 18:22 +0530, Aditya Lodha wrote: > > Hello, > > > > I am trying to install webkit gtk 2.2.3 from stable tarball. > > > > I faced some of the warnings while webkit gtk compilation as, > > > > > > > > configure: WARNING: unrecognized options: --enable-media-stream, > > --enable-web-sockets > > > > > > Mediastream(WebRTC) support is not implemented yet. That warning is > harmless. > > > > > I am not facing any error as such in compilations but I think I am > > facing some streaming problems and this can be the reason. > > > > What kind of "streaming problems" ? > > Philippe > > > I am using Kubuntu 13.04 64-bit version. > > > > Please inform if any solution / patch is available for this issue. > > > > Regards, > > Aditya L > > > > =====-----=====-----===== > > Notice: The information contained in this e-mail > > message and/or attachments to it may contain > > confidential or privileged information. If you are > > not the intended recipient, any dissemination, use, > > review, distribution, printing or copying of the > > information contained in this e-mail message > > and/or attachments to it are strictly prohibited. If > > you have received this communication in error, > > please notify us by reply e-mail or telephone and > > immediately and permanently delete the message > > and any attachments. Thank you > > > > _______________________________________________ > > webkit-gtk mailing list > > [email protected] > > https://lists.webkit.org/mailman/listinfo/webkit-gtk > > > _______________________________________________ > webkit-gtk mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-gtk > _______________________________________________ > webkit-gtk mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-gtk > _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
