Feed for discussion General in project Web Browsers. http://community.qnx.com/sf/discussion/do/listTopics/projects.web_browsers/discussion.general Posts for General post118664: qnx700 / WebView / WPEWebKit http://community.qnx.com/sf/go/post118664 Is the release story for 7 if you want a WebView, you use a QT WebView? I've spent some exploration time starting a qnx700 WPEWebKit port. There is a reasonable list of dependencies. Does anyone know if this work is done already, and if so where/who? Thanks, Joel Joel Winarske(deleted) 2018-03-13T16:43:29Z post114539: web browser in QNX 6.5.0 http://community.qnx.com/sf/go/post114539 Hello , I am trying to get running html page in QNX 6.5 by using wklauncher. But , getting memory fault error when I go to htttp://www.google.com. Is there any other way to get the web engine for QNX 6.5? I am not intending to use Mozilla in 6.5. Then, how to enable for https connection ? Thanks in advance. Nitar(deleted) 2015-09-29T10:09:09Z post110467: html5 sample for playbook http://community.qnx.com/sf/go/post110467 Hello: i use qnx html5sdk to create a html5 sample. when i try to install this bar sample on playbook,it failed.here is the info:failure 881 application author does not match debug token author. i have install a new debug token for playbook. doesn't anyone know this issue? henry zhang(deleted) 2014-05-23T06:53:03Z post109466: New Web Engine QNX 6.6 http://community.qnx.com/sf/go/post109466 Hi, is there any example or howto to guide us to implement and test new web engine in QNX 6.6? In last days i've been trying to launch a browser in VM iso of Neutrino version 6.6 but without success. 1. There isn't 'weblauncher' installed in vmware iso able to launch a deployed application. 2. There isn't 'launch' command avaliable in vmware iso, as cited in PDFs. 3. weblauncher and launcher application avaliable only in ARM targets. Appreciate your help. Regards, Jefferson Soares Biernastki Jefferson Biernastki(deleted) 2014-03-17T19:08:02Z post101846: Re: slinger will not run SSI or CGI in read-only OS filesystem image http://community.qnx.com/sf/go/post101846 In order for SSI commands (and CGI) to be run from slinger it must be started like so: slinger -es & See options for http://www.qnx.com/developers/docs/6.5.0_sp1/index.jsp?topic=%2Fcom.qnx.doc.neutrino_utilities%2Fs%2Fslinger.html Erick Roane(deleted) 2013-05-29T20:45:32Z post101836: slinger will not run SSI or CGI in read-only OS filesystem image http://community.qnx.com/sf/go/post101836 Attached is my build and boot script for Nitrogren6X. The issue is SSI and CGI does not work on my target under slinger, although when I tested it on the x86 QNX VM it worked fine. For example, something like: Date and Time (Local): <!--#echo var="DATE_LOCAL" --> shows up like Date and Time (Local): on my Nitrogen6X system. I have the appropriate libraries built into the image (io-pkt*.so and libsocket.so) so I'm not sure if I'm missing something else. Also, I'm not sure if slinger SSI and CGI can work under a read-only monolithic OS file system image. Does it need a writeable filesystem? Erick Roane(deleted) 2013-05-29T19:13:44Z post100618: Upload files using HTML forms in slinger http://community.qnx.com/sf/go/post100618 Trying to figure out the right combination of html and CGI scripts to upload a file from a client using HTML forms in slinger. I can only use a C-based CGI scripts. My secondary question is how to feed a C-based CGI script HTML form input arguments. There doesn't appear to be any examples on how to do this. Erick Roane(deleted) 2013-04-16T06:17:46Z post99563: RE: Cannot get wklauncher to work in QNX as described in QNX Web Browser Engine Developer's Guide http://community.qnx.com/sf/go/post99563 Are you running as root? -----Original Message----- From: Ralph Canapa [mailto:community-noreply@qnx.com] Sent: Monday, February 25, 2013 8:28 AM To: general-web_browsers Subject: Cannot get wklauncher to work in QNX as described in QNX Web Browser Engine Developer's Guide I have a Flash (ActionScript 2) front-end running on a QNX system to control lights, temperature and some other features. I'd like to support a webkit browser but I'm having problems displaying the browser correctly using the code provided in examples. I can see that the webkit_kd process is running and I can get a browser screen to display launched by Flash using the QNX-CAR code samples but there are problems with fonts and defining boundaries of the browser port. So in an effort to handle one problem at a time I'm trying to see if I can get the webkit_kd browser to display local pages without Flash running using the wklauncher application. However I cannot get it to work in QNX as described in the QNX Web Browser Engine Developer's Guide. Here's my procedure: 1) I've set LD_LIBRARY_PATH 2) I've verified that I have the proper files in $QNX_TARGET/opt/webkit/ 3) I've executed $QNX_TARGET/opt/webkit/x86/bin/wklauncher file:\\\aLocalFolder\index.html and I'm rewarded with: gf_layer_attach() failed: No such process GF init failed: are you running io-display? BTW I'm running io-display So, is there anyone who can give some guidance on how to solve this problem? _______________________________________________ General http://community.qnx.com/sf/go/post99503 To cancel your subscription to this discussion, please e-mail general-web_browsers-unsubscribe@community.qnx.com Max Feil 2013-02-26T21:57:54Z post99503: Cannot get wklauncher to work in QNX as described in QNX Web Browser Engine Developer's Guide http://community.qnx.com/sf/go/post99503 I have a Flash (ActionScript 2) front-end running on a QNX system to control lights, temperature and some other features. I'd like to support a webkit browser but I'm having problems displaying the browser correctly using the code provided in examples. I can see that the webkit_kd process is running and I can get a browser screen to display launched by Flash using the QNX-CAR code samples but there are problems with fonts and defining boundaries of the browser port. So in an effort to handle one problem at a time I'm trying to see if I can get the webkit_kd browser to display local pages without Flash running using the wklauncher application. However I cannot get it to work in QNX as described in the QNX Web Browser Engine Developer's Guide. Here's my procedure: 1) I've set LD_LIBRARY_PATH 2) I've verified that I have the proper files in $QNX_TARGET/opt/webkit/ 3) I've executed $QNX_TARGET/opt/webkit/x86/bin/wklauncher file:\\\aLocalFolder\index.html and I'm rewarded with: gf_layer_attach() failed: No such process GF init failed: are you running io-display? BTW I'm running io-display So, is there anyone who can give some guidance on how to solve this problem? Ralph Canapa(deleted) 2013-02-25T13:27:38Z post98460: wklauncher terminates with Memory Fault http://community.qnx.com/sf/go/post98460 Starting wklauncher on platform causes process to terminate as follows: # wklauncher LcdControllerR61581: For 480 rows at 136 rows per page (0x0001FE00 bytes) I need 4 pages (0x00080000 bytes). <-- generated by our devg SlcdcImx25(): Using R61581 for SlcdcImx25LcdTransConfig <-- generated by our devg LCD Data Buffer using 524288 of 4194304 <-- generated by our devg Font face error Memory fault # I have requested to join the web browsers project to get access to the repo for debugging. Until then, is there a way to increase verbosity on these errors? Thanks, Devan Devan Lippman(deleted) 2013-01-09T17:08:17Z post98250: Re: RE: Embedding webkit with PHOTON APP BUILDER on QNX6.5.0 http://community.qnx.com/sf/go/post98250 thanks for the replay, How to display map(say google map) in UI screen(developing using photon app builder QNX6.5.0) ? And i want to show some indication point on the screen based on the GPS data ? Any idea/suggestion please ..... RAJASEKHAR REDDY YENUGA(deleted) 2012-12-20T10:44:04Z post98249: RE: Embedding webkit with PHOTON APP BUILDER on QNX6.5.0 http://community.qnx.com/sf/go/post98249 The QNX port of WebKit is not designed to be used with the Photon Appbuilder. There is no PtWebServer API layer available for it. Sorry. Max -----Original Message----- From: RAJASEKHAR REDDY YENUGA [mailto:community-noreply@qnx.com] Sent: Tuesday, December 18, 2012 11:07 AM To: general-web_browsers Subject: Embedding webkit with PHOTON APP BUILDER on QNX6.5.0 Hi, I want to Embedded webkit with QNX6.5.0 Photon App Builder. How to port webkit on QNX6.5.0 & how to embedded this with Photon App builder ? Any document please ..... _______________________________________________ General http://community.qnx.com/sf/go/post98212 To cancel your subscription to this discussion, please e-mail general-web_browsers-unsubscribe@community.qnx.com Max Feil 2012-12-20T10:09:18Z post98212: Embedding webkit with PHOTON APP BUILDER on QNX6.5.0 http://community.qnx.com/sf/go/post98212 Hi, I want to Embedded webkit with QNX6.5.0 Photon App Builder. How to port webkit on QNX6.5.0 & how to embedded this with Photon App builder ? Any document please ..... RAJASEKHAR REDDY YENUGA(deleted) 2012-12-18T16:06:36Z post97245: RE: RE: RE: RE: Webserver/helpserver http://community.qnx.com/sf/go/post97245 The Mozilla browser doesn't use the files you copied. From here it's hard to guess what might be wrong. Did you set execute permissions on those 2 files you copied? -----Original Message----- From: Pekka Tuusjärvi [mailto:community-noreply@qnx.com] Sent: Thursday, November 15, 2012 2:32 AM To: general-web_browsers Subject: Re: RE: RE: RE: Webserver/helpserver Hello, yes im setting that argument to "online". This code works in QNX 6.3.2 when I use the voyager. online = vserver,VoyagerServer-2 Yes my URL is "file:///home/system/ohje.htm". It only shows white widget with every URL I try even http://google.com. Those mozilla files exists because I copied them to my runtime afterwards. And I can surf in the web if I start the mozilla browser with /usr/photon/bin/mozilla. > Are you setting Pt_ARG_WEB_SERVER to "online"? What is the exact URL > you are passing in? I assume it begins with "file://". Do other URL's > work, say ones that aren't on the filesystem like http://google.com? > > Also, obvious question: Do /opt/Mozilla/mozilla/run-mozilla.sh and > /opt/ Mozilla/mozilla/mozserver exist and look sane? > > Max > > -----Original Message----- > From: Pekka Tuusjärvi [mailto:community-noreply@qnx.com] > Sent: Monday, November 12, 2012 4:23 AM > To: general-web_browsers > Subject: Re: RE: RE: Webserver/helpserver > > Hi, > > i managed get that error message away but it still wont work. My help > is on xxx.htm file and mozilla shows it properly when i open it > straight from mozilla. If i pass the location of that file to > ptwebclient it wont work. Any suggestions? When i start the webclient > its ok and no error message from Pt_ARG_WEB_STARTUP_ERRNO. > > Here is the line from /etc/photon/webservers > > online = /opt/Mozilla/mozilla/run-mozilla.sh > /opt/Mozilla/mozilla/mozserver, MozillaServer > > > > help = mhelpserver,MozHelpServer > > > > This is just the default line used for the self hosted help system. > > Is that what you intended? It means that the executable "mhelpserver" > > must be in the runtime image and in a directory listed in $PATH. You > > can always specify an absolute path here instead of updating $PATH. > > > > Max > > > > -----Original Message----- > > From: Pekka Tuusjärvi [mailto:community-noreply@qnx.com] > > Sent: Thursday, September 27, 2012 2:22 AM > > To: general-web_browsers > > Subject: Re: RE: Webserver/helpserver > > > > Hello, > > > > here is the file attached. > > > > > > > > _______________________________________________ > > > > General > > http://community.qnx.com/sf/go/post95869 > > To cancel your subscription to this discussion, please e-mail > > general- web_browsers-unsubscribe@community.qnx.com > > > > > > > _______________________________________________ > > General > http://community.qnx.com/sf/go/post97080 > To cancel your subscription to this discussion, please e-mail general- > web_browsers-unsubscribe@community.qnx.com _______________________________________________ General http://community.qnx.com/sf/go/post97210 To cancel your subscription to this discussion, please e-mail general-web_browsers-unsubscribe@community.qnx.com Max Feil 2012-11-16T00:25:22Z post97210: Re: RE: RE: RE: Webserver/helpserver http://community.qnx.com/sf/go/post97210 Hello, yes im setting that argument to "online". This code works in QNX 6.3.2 when I use the voyager. online = vserver,VoyagerServer-2 Yes my URL is "file:///home/system/ohje.htm". It only shows white widget with every URL I try even http://google.com. Those mozilla files exists because I copied them to my runtime afterwards. And I can surf in the web if I start the mozilla browser with /usr/photon/bin/mozilla. > Are you setting Pt_ARG_WEB_SERVER to "online"? What is the exact URL you are > passing in? I assume it begins with "file://". Do other URL's work, say ones > that aren't on the filesystem like http://google.com? > > Also, obvious question: Do /opt/Mozilla/mozilla/run-mozilla.sh and /opt/ > Mozilla/mozilla/mozserver exist and look sane? > > Max > > -----Original Message----- > From: Pekka Tuusjärvi [mailto:community-noreply@qnx.com] > Sent: Monday, November 12, 2012 4:23 AM > To: general-web_browsers > Subject: Re: RE: RE: Webserver/helpserver > > Hi, > > i managed get that error message away but it still wont work. My help is on > xxx.htm file and mozilla shows it properly when i open it straight from > mozilla. If i pass the location of that file to ptwebclient it wont work. Any > suggestions? When i start the webclient its ok and no error message from > Pt_ARG_WEB_STARTUP_ERRNO. > > Here is the line from /etc/photon/webservers > > online = /opt/Mozilla/mozilla/run-mozilla.sh /opt/Mozilla/mozilla/mozserver, > MozillaServer > > > > help = mhelpserver,MozHelpServer > > > > This is just the default line used for the self hosted help system. Is > > that what you intended? It means that the executable "mhelpserver" > > must be in the runtime image and in a directory listed in $PATH. You > > can always specify an absolute path here instead of updating $PATH. > > > > Max > > > > -----Original Message----- > > From: Pekka Tuusjärvi [mailto:community-noreply@qnx.com] > > Sent: Thursday, September 27, 2012 2:22 AM > > To: general-web_browsers > > Subject: Re: RE: Webserver/helpserver > > > > Hello, > > > > here is the file attached. > > > > > > > > _______________________________________________ > > > > General > > http://community.qnx.com/sf/go/post95869 > > To cancel your subscription to this discussion, please e-mail general- > > web_browsers-unsubscribe@community.qnx.com > > > > > > > _______________________________________________ > > General > http://community.qnx.com/sf/go/post97080 > To cancel your subscription to this discussion, please e-mail general- > web_browsers-unsubscribe@community.qnx.com Pekka Tuusjärvi(deleted) 2012-11-15T07:32:03Z post97115: RE: RE: RE: Webserver/helpserver http://community.qnx.com/sf/go/post97115 Are you setting Pt_ARG_WEB_SERVER to "online"? What is the exact URL you are passing in? I assume it begins with "file://". Do other URL's work, say ones that aren't on the filesystem like http://google.com? Also, obvious question: Do /opt/Mozilla/mozilla/run-mozilla.sh and /opt/Mozilla/mozilla/mozserver exist and look sane? Max -----Original Message----- From: Pekka Tuusjärvi [mailto:community-noreply@qnx.com] Sent: Monday, November 12, 2012 4:23 AM To: general-web_browsers Subject: Re: RE: RE: Webserver/helpserver Hi, i managed get that error message away but it still wont work. My help is on xxx.htm file and mozilla shows it properly when i open it straight from mozilla. If i pass the location of that file to ptwebclient it wont work. Any suggestions? When i start the webclient its ok and no error message from Pt_ARG_WEB_STARTUP_ERRNO. Here is the line from /etc/photon/webservers online = /opt/Mozilla/mozilla/run-mozilla.sh /opt/Mozilla/mozilla/mozserver,MozillaServer > > help = mhelpserver,MozHelpServer > > This is just the default line used for the self hosted help system. Is > that what you intended? It means that the executable "mhelpserver" > must be in the runtime image and in a directory listed in $PATH. You > can always specify an absolute path here instead of updating $PATH. > > Max > > -----Original Message----- > From: Pekka Tuusjärvi [mailto:community-noreply@qnx.com] > Sent: Thursday, September 27, 2012 2:22 AM > To: general-web_browsers > Subject: Re: RE: Webserver/helpserver > > Hello, > > here is the file attached. > > > > _______________________________________________ > > General > http://community.qnx.com/sf/go/post95869 > To cancel your subscription to this discussion, please e-mail general- > web_browsers-unsubscribe@community.qnx.com _______________________________________________ General http://community.qnx.com/sf/go/post97080 To cancel your subscription to this discussion, please e-mail general-web_browsers-unsubscribe@community.qnx.com Max Feil 2012-11-12T20:26:23Z post97080: Re: RE: RE: Webserver/helpserver http://community.qnx.com/sf/go/post97080 Hi, i managed get that error message away but it still wont work. My help is on xxx.htm file and mozilla shows it properly when i open it straight from mozilla. If i pass the location of that file to ptwebclient it wont work. Any suggestions? When i start the webclient its ok and no error message from Pt_ARG_WEB_STARTUP_ERRNO. Here is the line from /etc/photon/webservers online = /opt/Mozilla/mozilla/run-mozilla.sh /opt/Mozilla/mozilla/mozserver,MozillaServer > > help = mhelpserver,MozHelpServer > > This is just the default line used for the self hosted help system. Is that > what you intended? It means that the executable "mhelpserver" must be in the > runtime image and in a directory listed in $PATH. You can always specify an > absolute path here instead of updating $PATH. > > Max > > -----Original Message----- > From: Pekka Tuusjärvi [mailto:community-noreply@qnx.com] > Sent: Thursday, September 27, 2012 2:22 AM > To: general-web_browsers > Subject: Re: RE: Webserver/helpserver > > Hello, > > here is the file attached. > > > > _______________________________________________ > > General > http://community.qnx.com/sf/go/post95869 > To cancel your subscription to this discussion, please e-mail general- > web_browsers-unsubscribe@community.qnx.com Pekka Tuusjärvi(deleted) 2012-11-12T09:23:00Z post95899: RE: RE: Webserver/helpserver http://community.qnx.com/sf/go/post95899 > help = mhelpserver,MozHelpServer This is just the default line used for the self hosted help system. Is that what you intended? It means that the executable "mhelpserver" must be in the runtime image and in a directory listed in $PATH. You can always specify an absolute path here instead of updating $PATH. Max -----Original Message----- From: Pekka Tuusjärvi [mailto:community-noreply@qnx.com] Sent: Thursday, September 27, 2012 2:22 AM To: general-web_browsers Subject: Re: RE: Webserver/helpserver Hello, here is the file attached. _______________________________________________ General http://community.qnx.com/sf/go/post95869 To cancel your subscription to this discussion, please e-mail general-web_browsers-unsubscribe@community.qnx.com Max Feil 2012-09-27T19:01:28Z post95869: Re: RE: Webserver/helpserver http://community.qnx.com/sf/go/post95869 Hello, here is the file attached. Pekka Tuusjärvi(deleted) 2012-09-27T06:21:52Z post95813: RE: Webserver/helpserver http://community.qnx.com/sf/go/post95813 Can you show the contents of your /etc/photon/webservers file? Make sure that this file exists in your image, and that the "help = ..." line properly references an existing executable. Max -----Original Message----- From: Pekka Tuusjärvi [mailto:community-noreply@qnx.com] Sent: Tuesday, September 25, 2012 6:29 AM To: general-web_browsers Subject: Webserver/helpserver We have used webserver vserver for our help manual. We have showed our help manual in a HTML as a part of our IDE. Now in 6.5.0 it doesn´t work after we make a runtime image. What should I do? Even in example VMWare image in QNX website the help doesn´t work. I attached a photo about the error message. _______________________________________________ General http://community.qnx.com/sf/go/post95786 To cancel your subscription to this discussion, please e-mail general-web_browsers-unsubscribe@community.qnx.com Max Feil 2012-09-25T23:45:37Z post95786: Webserver/helpserver http://community.qnx.com/sf/go/post95786 We have used webserver vserver for our help manual. We have showed our help manual in a HTML as a part of our IDE. Now in 6.5.0 it doesn´t work after we make a runtime image. What should I do? Even in example VMWare image in QNX website the help doesn´t work. I attached a photo about the error message. Pekka Tuusjärvi(deleted) 2012-09-25T10:28:36Z post93475: Re: Test http://community.qnx.com/sf/go/post93475 Tested. OK VK B(deleted) 2012-06-03T12:13:47Z post93474: Test http://community.qnx.com/sf/go/post93474 Sorry for spamming. This is test query. VK B(deleted) 2012-06-03T11:59:36Z post91158: RE: RE: How to get user name and password to download source code of QNX community http://community.qnx.com/sf/go/post91158 Please see: http://community.qnx.com/sf/wiki/do/viewPage/projects.community/wiki/UpdatedQNXSourceAccessPolicyFAQ -----Original Message----- From: Donald Ong [mailto:community-noreply@qnx.com] Sent: Wednesday, January 25, 2012 9:55 PM To: general-web_browsers Subject: Re: RE: How to get user name and password to download source code of QNX community Anyone have any success on the download? How can I contact the team lead of this project? _______________________________________________ General http://community.qnx.com/sf/go/post91154 Max Feil 2012-01-26T05:40:21Z post91157: RE: Are there any build of Webkit for QNX 6.3.2? http://community.qnx.com/sf/go/post91157 Note that the QNX port of WebKit first released with 6.4.x was never integrated with Photon, so it cannot act as a replacement for vserver or mozserver. The aforementioned WebKit port uses the QNX graphics framework (GF). Regards, Max -----Original Message----- From: Donald Ong [mailto:community-noreply@qnx.com] Sent: Wednesday, January 25, 2012 9:58 PM To: general-web_browsers Subject: Are there any build of Webkit for QNX 6.3.2? Hi, May I know if there are any build of Webkit for QNX 6.3.2? I would love to test it out, to see if it can replace the current vserver, mozilla web engine. Please advise. Donald _______________________________________________ General http://community.qnx.com/sf/go/post91155 Max Feil 2012-01-26T05:34:31Z post91155: Are there any build of Webkit for QNX 6.3.2? http://community.qnx.com/sf/go/post91155 Hi, May I know if there are any build of Webkit for QNX 6.3.2? I would love to test it out, to see if it can replace the current vserver, mozilla web engine. Please advise. Donald Donald Ong 2012-01-26T02:58:11Z post91154: Re: RE: How to get user name and password to download source code of QNX community http://community.qnx.com/sf/go/post91154 Anyone have any success on the download? How can I contact the team lead of this project? Donald Ong 2012-01-26T02:54:50Z post90487: RE: How to get user name and password to download source code of QNX community http://community.qnx.com/sf/go/post90487 No success :( -----Original Message----- From: Alex Mills [mailto:community-noreply@qnx.com] Sent: Thursday, December 08, 2011 9:32 AM To: general-web_browsers Subject: Re: How to get user name and password to download source code of QNX community Would love to know if you had any progress as I also cannot access the repo with my username and password. _______________________________________________ General http://community.qnx.com/sf/go/post90486 Sonia George(deleted) 2011-12-08T14:33:28Z post90486: Re: How to get user name and password to download source code of QNX community http://community.qnx.com/sf/go/post90486 Would love to know if you had any progress as I also cannot access the repo with my username and password. Alex Mills 2011-12-08T14:31:41Z post89158: RE: WebGL http://community.qnx.com/sf/go/post89158 Indirectly, yes. The QNX WebKit port is now deprecated in favour of the Torch WebKit port, as used on the Playbook. The RIM/QNX Torch Browser team is in the final stages of integrating WebGL. The details of making the Torch WebKit port available to QNX customers are still being worked out. Regards, Max mfeil@qnx.com -----Original Message----- From: Richard Elswick [mailto:community-noreply@qnx.com] Sent: Thursday, September 29, 2011 9:22 AM To: general-web_browsers Subject: WebGL Is anyone working on integrating WebGL into Webkit for QNX of course. _______________________________________________ General http://community.qnx.com/sf/go/post89153 Max Feil 2011-09-29T14:56:15Z post89153: WebGL http://community.qnx.com/sf/go/post89153 Is anyone working on integrating WebGL into Webkit for QNX of course. Richard Elswick 2011-09-29T13:22:25Z post87733: Slinger support for server push http://community.qnx.com/sf/go/post87733 Hello Everyone, Is there some way that the slinger webserver can push data to the web browser? My requirement is that I make a request from my client application to a service that is running on the target & gets back the response from the service. The client is a thin client in the form of html pages running from the web browser on the PC. The webserver is slinger. Once the response is available from the service is it possible for the slinger webserver to push this response to the web browser on the PC? Currently we are using a pull mechanism. We use javascript for this. We have a timer which expires every 2 seconds. When the timer expires we do a GET from the thin client that pulls the response. The preferred mechanism is a push so that the slinger webserver pushes the response to the web browser whenever it is available. If slinger does not already support this is there some alternative mechanism? I would appreciate any help on this. Thanks in advance. Regards, Sonia. Sonia George(deleted) 2011-08-01T13:33:15Z post87226: RE: Cannot find WebView.h http://community.qnx.com/sf/go/post87226 The source for the QNX port of the WebKit web browser engine is available in the web-browsers project on Foundry27 (community.qnx.com). You will need to request access if you do not have access already. -----Original Message----- From: sun sun [mailto:community-noreply@qnx.com] Sent: Thursday, July 07, 2011 10:07 PM To: general-web_browsers Subject: Cannot find WebView.h I want to use Web Browser Engine on SDP 6.5.0, and I am following http://www.qnx.com/developers/docs/6.5.0/index.jsp?topic=/com.qnx.doc.we bkit/bookset.html. But, I cannot find the header file WebView.h. The Web Browser Engine is a separate product that need to be installed manually? _______________________________________________ General http://community.qnx.com/sf/go/post87198 Max Feil 2011-07-09T02:20:00Z post87198: Cannot find WebView.h http://community.qnx.com/sf/go/post87198 I want to use Web Browser Engine on SDP 6.5.0, and I am following http://www.qnx.com/developers/docs/6.5.0/index.jsp?topic=/com.qnx.doc.webkit/bookset.html. But, I cannot find the header file WebView.h. The Web Browser Engine is a separate product that need to be installed manually? sun sun 2011-07-08T02:07:18Z post87038: skia support? http://community.qnx.com/sf/go/post87038 Hi everyone, I just saw that QNX should provide a skia api (http://www.qnx.com/products/hmi/hmi.html -> technology -> 2D/3D). Unfortunately I cannot find anything else about skia for api. Does someone know where I can get this api and which device backends are supported by skia for qnx? I would appreciate any help. Thanks in advance, bjoern Bjoern Petri 2011-07-04T14:29:10Z post86893: How to get user name and password to download source code of QNX community http://community.qnx.com/sf/go/post86893 Hello, I try to download the following link http://community.qnx.com/svn/repos/web-browsers/webkit/trunk/ but it ask for my user name and password . And I try my account to this forum but failed. How to get it ? Thanks. Bin Shi 2011-06-28T07:37:19Z post86846: Firefox 3.5.3 Vs latest version of webkit http://community.qnx.com/sf/go/post86846 Hi, Currently I am working on web browser for QNX CAR. I am trying to find following details as mentioned below: 1) I understand the browser is available in distributed form as in flash GUI is with HMI layer, webkit_kd is in the middleware. Please comment on my understanding. 2) Is the existing browser within QNX CAR as in GUI + middleware backend with some additional services capable of full featured browsing experience as in blackberry playbook? 3) Does this browser support media playback of live RTP elementary streams? 4) How is this browser in comparison with Firefox 3.5.3 version? Please share your comments. Thanks & Regards, Mahesh BATCHU VENKATA DURGA MAHESH 2011-06-24T20:52:54Z post85620: Re: running perl script file through slinger web server on QNX6.3 http://community.qnx.com/sf/go/post85620 1. Save the page as index.shtml rather than index.html. 2. export HTTPD_ROOT_DOC=index.shtml 3. Start the web-sever with the following options --> slinger -e -s -p 80 & It should work now. Nadeem. Nadeem Hasan 2011-05-12T13:37:57Z post84947: Re: Porting of a web gui from QNX 6.3.2 to QNX 6.4.1 using Slinger Web Server http://community.qnx.com/sf/go/post84947 Hello, I realize this is a bit late but figured I'd answer it anyway in case anyone else needs to know. The reason it's happening is that slinger ignores SIGCHLD. If you want your cgi program to be able to spawn and then grab the return value, you need to stop ignoring SIGCHLD: signal(SIGCHLD,SIG_DFL); // Set SIGCHLD back to default Cheers, Matt M Matt Marion(deleted) 2011-04-13T16:06:11Z post82564: Write data to data server process using form http://community.qnx.com/sf/go/post82564 Hello, I would like to write data to data server (ds) that is entered into the HTML form field and submitted. However I cannot understand, how can one manipulate the string value " data" so that it takes the value entered in the form. (<!--#qnxvar write="var_name "data"" -->) Normal qnxvar write works well and the variable change in the webserver is reflected on the html page. Thanks, Abhi ----------------------------------------------------------------------------------------------------- Here is my HTML form code : <META HTTP-EQUIV="" CONTENT="2;URL=index.shtml"> <html> <head> <title>AT91SAM9G20</title> </head> <body> <tr><td valign="top"></td> <td valign="top"><h2><i><B>Status</B></i></h2></td></tr> <!-- Start magic --> <P> <!-- Show the Current Value Set --> <!--#qnxvar format="<P>Variable Value Set = %s" --> <!--#qnxvar read="ABHI 128" --> <P> <!-- End magic --> <form name="input" action="index.shtml" method="get"> Set Variable: <input type="text" name="ABHI" <!--#qnxvar format="value="%s"" --> <!--#qnxvar write="ABHI "%s"" --> <input type="submit" value="Submit" /> </form> </body> </html> ------------------------------------------------------------------------------------------------------ Abhishek Ashtekar 2011-01-24T11:38:29Z post82235: RE: RE: RE: SVG http://community.qnx.com/sf/go/post82235 Hi Glenn. Skia is currently used only in the QNX port of WebKit. It is a purely software renderer with no hardware accelerated back end. The client app passes the WebKit library a surface (i.e. memory buffer), which it then attaches to a Skia canvas. The client app is then free to use gf, gles, or whatever for the final blitting & compositing. Max -----Original Message----- From: Glenn Schmottlach [mailto:community-noreply@qnx.com] Sent: Thursday, January 13, 2011 4:32 PM To: general-web_browsers Subject: Re: RE: RE: SVG Is the QNX port of Skia available yet from QNX? If I have QNX Screens can I expect to use this library to complement (or possibly replace) GF? Also, does your actual Skia implementation use GF or something like OpenVG/GL-ES as the backend? Thanks, Glenn _______________________________________________ General http://community.qnx.com/sf/go/post82231 Max Feil 2011-01-13T21:37:23Z post82231: Re: RE: RE: SVG http://community.qnx.com/sf/go/post82231 Is the QNX port of Skia available yet from QNX? If I have QNX Screens can I expect to use this library to complement (or possibly replace) GF? Also, does your actual Skia implementation use GF or something like OpenVG/GL-ES as the backend? Thanks, Glenn Glenn Schmottlach 2011-01-13T21:31:57Z post79245: RE: SVG http://community.qnx.com/sf/go/post79245 Is there any update on SVG support? I would like to draw a scalable graphic onto a screen in C++ and noticed that libImg does not claim support for SVGs. Any information on when or how SVG support will be added would be much appreciated. Thanks! Stefanie Summerer(deleted) 2010-12-17T20:10:09Z post77209: RE: Firefox Crashes http://community.qnx.com/sf/go/post77209 Hi Martin. The only alternative to Firefox is the QNX WebKit port which was released with 6.4.1 and 6.5.0. It is quite different and may pose new challenges. Are you currently using the embeddable mozserver or the full Bon Echo (with menus, etc)? WebKit is a lot more like mozserver in that your own front end needs to be written. You are at the latest version of QNX firefox. It is no longer under development. If there is no core file it usually means the program is calling exit(). Are there any error messages or return code that you can see? Probably the best way to figure out what's happening is to have someone here at QNX reproduce the problem in the debugger. If you can submit a problem report with a small sample web page that reproduces the problem that would help. Regards, Max -----Original Message----- From: Martin Doane [mailto:community-noreply@qnx.com] Sent: Friday, December 03, 2010 4:58 PM To: general-web_browsers Subject: Firefox Crashes I hope this is the appropriate place to post this. If not, please suggest an alternative. We use Firefox (Bon Echo 2.0.0.20) running on QNX 6.4.1 as the human interface for our product. We've tried QNX 6.5.0 with no improvement. The web server is hosted on another machine, and is based on Apache Tomcat. The pages use javascript extensively. Firefox occasionally (randomly) responds to a click on a page by abruptly terminating. Dumper is running, but no core file is created. A Windows version of Firefox (3.6.12) does not experience this problem, nor does IE on Windows. Questions: * Is there an alternative to Firefox that I can use? * Is there a later version of Firefox available for QNX? * Is there a way to determine the cause of the termination? TIA, Marty _______________________________________________ General http://community.qnx.com/sf/go/post77208 Max Feil 2010-12-03T22:15:37Z post77208: Firefox Crashes http://community.qnx.com/sf/go/post77208 I hope this is the appropriate place to post this. If not, please suggest an alternative. We use Firefox (Bon Echo 2.0.0.20) running on QNX 6.4.1 as the human interface for our product. We've tried QNX 6.5.0 with no improvement. The web server is hosted on another machine, and is based on Apache Tomcat. The pages use javascript extensively. Firefox occasionally (randomly) responds to a click on a page by abruptly terminating. Dumper is running, but no core file is created. A Windows version of Firefox (3.6.12) does not experience this problem, nor does IE on Windows. Questions: * Is there an alternative to Firefox that I can use? * Is there a later version of Firefox available for QNX? * Is there a way to determine the cause of the termination? TIA, Marty Martin Doane 2010-12-03T21:57:57Z post73513: subscribe http://community.qnx.com/sf/go/post73513 Todd Holly Software Product Engineering 507 Plymouth Ave. NE Grand Rapids, Michigan, 49505 616.913.5536 todd.holly@dematic.com <mailto:todd.holly@dematic.com> DEMATIC l Creating Logistics Results CONFIDENTIALITY: This information contained herein and any attachments is confidential and may be privileged. If you are not the intended recipient referred to above, do not disclose, copy, forward, or retain the contents or take any actions in reliance upon it. If you have received this in error, please contact the sender and delete all electronic copies, and destroy any hard copies. Todd Holly 2010-11-04T11:46:23Z post73499: Re: RE: RE: SVG http://community.qnx.com/sf/go/post73499 Hi Max, Is SVG supported by webkit in QNX 6.5.0 release? Ramesh Ramesh Vemula(deleted) 2010-11-04T02:40:40Z post66783: Call to img_load_file() fails with IMG_ERR_FORMAT http://community.qnx.com/sf/go/post66783 according to the documentation this is an indication that the img_codec_*.so file could not be found. The files are not in /lib/dll but they are in /qnx-car/x86/lib/dll. I cannot copy the require files into the /lib/dll folder. I have touched and chmoded the lib and dll folders but the permissions do not change from read only. My LD_LIBRARY_PATH is pointing to /qnx-car/x86/lib/dll but the function call still fails. How do I change permissions on the /lib/dll folders? Is there some other environment variable that I need to set in order for the img_load_file() function call to succeed? Darrin Garrett 2010-09-11T00:05:18Z post66382: gf_layer_attach() failed when running wklauncher http://community.qnx.com/sf/go/post66382 io-display is running. When I type the command vsync it shows: Number of displays: 1 Display 0: 800x400, refresh = 60hz Number of Layers: 4 gf_layer_atach() failed Returning from main() with 1 I read in another post that by not logging into Photon wklauncher would run and display the browser window. http://community.qnx.com/sf/discussion/do/listPosts/projects.web_browsers/discussion.general.topc15124?_pagenum=11 I am not using Photon, so how do I see if it is running. pidin arg did not show any process called Photon. How does one not login to photon? The QNX Car platform that was shipped to me automatically starts the HMI application, so maybe there is an issue with running wklauncher while the HMI app is running. Thanks. Darrin Garrett 2010-09-08T17:10:25Z post66162: RE: what opt-crank files are needed on Neutrino http://community.qnx.com/sf/go/post66162 You can see which shared libs are needed by looking in the following folder on your host system: $QNX_TARGET/opt/webkit/x86/lib -----Original Message----- From: Darrin Garrett [mailto:community-noreply@qnx.com] Sent: Tuesday, September 07, 2010 12:04 PM To: general-web_browsers Subject: what opt-crank files are needed on Neutrino I was attempting to copy the required crank.3.3 files from my Linux build machine to my Intel Atom board an noticed the size on disk of the crank.3.3 folder is 289 mega bytes. If I only need the runtime libs then what folders should I copy to the Intel Atom board? Also, it there a Tar package for QNX? Thanks Darrin _______________________________________________ General http://community.qnx.com/sf/go/post66148 Max Feil 2010-09-07T17:44:39Z post66148: what opt-crank files are needed on Neutrino http://community.qnx.com/sf/go/post66148 I was attempting to copy the required crank.3.3 files from my Linux build machine to my Intel Atom board an noticed the size on disk of the crank.3.3 folder is 289 mega bytes. If I only need the runtime libs then what folders should I copy to the Intel Atom board? Also, it there a Tar package for QNX? Thanks Darrin Darrin Garrett 2010-09-07T16:03:42Z post66088: draw a bitmap in browser plugin http://community.qnx.com/sf/go/post66088 Hello,everyone Have ever tried to draw a bitmap (.bmp or .jeg) in a browser plugin? I can draw that in a QNX stand alone app,but when I use if (img_lib_attach(&ilib)!= IMG_ERR_OK) {} it report error . Can you give me some code snipts? thank you very much! Ahsan Habib 2010-09-07T09:07:07Z post65576: Re: RE: cmake issue running the configure scripts on ubuntu 10.4 http://community.qnx.com/sf/go/post65576 it seems cmake was not changing the cache file and I needed to manually change it so all the compiler paths pointed to the correct location for gcc and other output directories. The configuration script is working now. Darrin Garrett 2010-09-01T21:58:36Z post65552: Re: RE: cmake issue running the configure scripts on ubuntu 10.4 http://community.qnx.com/sf/go/post65552 By SDP you mean Software Development Platform? QNX SDP is installed at /opt/qnx641 Momentics works. from env I get: QNX_HOST=/opt/qnx641/host/linux/x86 Darrin Garrett 2010-09-01T19:38:23Z post65547: RE: cmake issue running the configure scripts on ubuntu 10.4 http://community.qnx.com/sf/go/post65547 Your $QNX_HOST environment variable is not set, so maybe you don't have the QNX SDP installed? Or if you just recently installed it, you have not logged out and then back in to make sure the environment variables get set in new shells. -----Original Message----- From: Darrin Garrett [mailto:community-noreply@qnx.com] Sent: Wednesday, September 01, 2010 12:00 PM To: general-web_browsers Subject: cmake issue running the configure scripts on ubuntu 10.4 I am new to cmake, and have an issue when i follow the webkit readme build instructions. When I run the configure script ../build-scripts/configure-owb x86 "" from webket/trunk/nto-x86-gf directory I get: loading initial cache file ../cmake/ConfigureBuildGf.cmake -- The CXX compiler identification is unknown -- The C compiler identification is unknown -- Check for working CXX compiler: /usr/bin/qcc CMake Error: your CXX compiler: "/usr/bin/qcc" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error: Internal CMake error, TryCompile configure of cmake failed -- Check for working CXX compiler: /usr/bin/qcc -- broken CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:43 (MESSAGE): The C++ compiler "/usr/bin/qcc" is not able to compile a simple test program. It fails with the following output: CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:7 (project) CMake Error: your CXX compiler: "/usr/bin/qcc" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error: your C compiler: "/usr/bin/qcc" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. -- Configuring incomplete, errors occurred! I know gcc and g++ are working an reside in /usr/bin so I have not been able to determine why cmake cannot find the compilers. Anyone have any ideas on what is wrong and how to fix it? The cmake web site talks about a the need for a CMakeLists.txt file, which I cannot find anywhere under opt/web-browsers. Thanks _______________________________________________ General http://community.qnx.com/sf/go/post65509 Max Feil 2010-09-01T19:16:11Z post65542: Re: cmake issue running the configure scripts on ubuntu 10.4 http://community.qnx.com/sf/go/post65542 attached is the cache file that was generated Darrin Garrett 2010-09-01T18:43:20Z post65509: cmake issue running the configure scripts on ubuntu 10.4 http://community.qnx.com/sf/go/post65509 I am new to cmake, and have an issue when i follow the webkit readme build instructions. When I run the configure script ../build-scripts/configure-owb x86 "" from webket/trunk/nto-x86-gf directory I get: loading initial cache file ../cmake/ConfigureBuildGf.cmake -- The CXX compiler identification is unknown -- The C compiler identification is unknown -- Check for working CXX compiler: /usr/bin/qcc CMake Error: your CXX compiler: "/usr/bin/qcc" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error: Internal CMake error, TryCompile configure of cmake failed -- Check for working CXX compiler: /usr/bin/qcc -- broken CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:43 (MESSAGE): The C++ compiler "/usr/bin/qcc" is not able to compile a simple test program. It fails with the following output: CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:7 (project) CMake Error: your CXX compiler: "/usr/bin/qcc" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error: your C compiler: "/usr/bin/qcc" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. -- Configuring incomplete, errors occurred! I know gcc and g++ are working an reside in /usr/bin so I have not been able to determine why cmake cannot find the compilers. Anyone have any ideas on what is wrong and how to fix it? The cmake web site talks about a the need for a CMakeLists.txt file, which I cannot find anywhere under opt/web-browsers. Thanks Darrin Garrett 2010-09-01T15:59:49Z post65308: RE: Building Webkit on ubuntu 9.04 http://community.qnx.com/sf/go/post65308 thanks -----Original Message----- From: Max Feil [mailto:community-noreply@qnx.com] Sent: Tuesday, August 31, 2010 12:33 PM To: general-web_browsers Subject: RE: Building Webkit on ubuntu 9.04 You should be fine with newer versions of Ubuntu. I am using 10.04 LTS. -----Original Message----- From: Darrin Garrett [mailto:community-noreply@qnx.com] Sent: Tuesday, August 31, 2010 1:58 PM To: general-web_browsers Subject: Building Webkit on ubuntu 9.04 The latest readme file specifies that you can build webkit on ubuntu 9.04. Has anyone tried with success to build webkit on a newer version of ubuntu? the opt-crank will install on ubuntu 10.04 with the addition of ia32-libs Thanks _______________________________________________ General http://community.qnx.com/sf/go/post65269 _______________________________________________ General http://community.qnx.com/sf/go/post65296 The information contained in this message, including attachments, may contain privileged and/or confidential information that is intended to be delivered only to the person(s) identified above. If you are not the intended recipient(s), or the person responsible for delivering this message to the intended recipient(s), Airbiquity Inc. requests that you immediately notify the sender and asks that you do not read the message or its attachments and that you delete them without copying or sending them to anyone else. Any review, reliance or distribution by others not intended as recipients or forwarding without express permission is strictly prohibited. Replies to this message may be received by other Airbiquity personnel in addition to the intended recipient(s). Darrin Garrett 2010-08-31T19:43:39Z post65296: RE: Building Webkit on ubuntu 9.04 http://community.qnx.com/sf/go/post65296 You should be fine with newer versions of Ubuntu. I am using 10.04 LTS. -----Original Message----- From: Darrin Garrett [mailto:community-noreply@qnx.com] Sent: Tuesday, August 31, 2010 1:58 PM To: general-web_browsers Subject: Building Webkit on ubuntu 9.04 The latest readme file specifies that you can build webkit on ubuntu 9.04. Has anyone tried with success to build webkit on a newer version of ubuntu? the opt-crank will install on ubuntu 10.04 with the addition of ia32-libs Thanks _______________________________________________ General http://community.qnx.com/sf/go/post65269 Max Feil 2010-08-31T19:33:05Z post65269: Building Webkit on ubuntu 9.04 http://community.qnx.com/sf/go/post65269 The latest readme file specifies that you can build webkit on ubuntu 9.04. Has anyone tried with success to build webkit on a newer version of ubuntu? the opt-crank will install on ubuntu 10.04 with the addition of ia32-libs Thanks Darrin Garrett 2010-08-31T17:58:09Z post64957: how to setup webkit_kd build environment? http://community.qnx.com/sf/go/post64957 Hi QNX gurus I am very confused about setting up the environment to buid webkit_kid under Neutrino6.5 . Now I have the environment to build webkit success. Thanks a lot. Ahsan Habib 2010-08-30T08:03:03Z post64465: Problems building qnx car web-browser http://community.qnx.com/sf/go/post64465 Hi everyone I can't seem to get the qnx car web-browser under /qnx/trunk/webkit_kd to build correctly specifically I see errors like "free" was not declared upon inspection i see I am getting errors like undefined reference to stdio.h, WebKit.h and others. How/Where can I include these files (and stdio? really? how can that not be linked?) Any help is truly appreciated. Thanks Jon Jonathan Wong(deleted) 2010-08-25T21:25:00Z post64166: owb failing html5test.com maps.google.com and others http://community.qnx.com/sf/go/post64166 Hi I recently got the build running, and for normal webpages like http://www.google.com it is showing correctly. But if I pass in something like ./owb http://maps.google.com mouse and keyboard inputs are frozen and I have to kill owb from Momentics. If i try to run html5test.com, I get disconnected and I have to hard restart my test machine. Are anyone else noticing these issues? Jonathan Wong(deleted) 2010-08-24T17:21:33Z post64014: wklauncher source code http://community.qnx.com/sf/go/post64014 Hello, Whenever I attempt to retrieve the source code for the wklauncher sample app I receive an error: Forbidden You don't have permission to access /svn/repos/web-browsers/webkit/trunk/WebKitTools/OWBLauncher/Gf/ on this server. I understand from other posst on this discussions group that this source code is restricted. I applied for restricted access on the 8/10 and received a request confirmation from QNX on 8/12. I have not heard anything yet but I very much need access to this code. How can I find out the status of my request for access to restricted code so in my point of view it is no longer restricted? Darrin Darrin Garrett 2010-08-23T22:17:21Z post63939: lighttpd Problem http://community.qnx.com/sf/go/post63939 Hello, I am currently working with lighttpd (version 1.4.26) and QNX and have a very strange problem: If any of my files gets bigger than 24.548 kb the transmission takes ages. Any blocks smaller than 24k are transmitted without any problems, but if they are bigger eg 50 k the transmisstion of a first 24k is realy fast, and then it takes about 1-2 minutes thill the next 24k block is transmitted. Has anyone noticed simmilar problems? Or has anyone a clue what could be the problem? Best regards, Alex Alex U 2010-08-23T14:29:20Z post63643: RE: RE: RE: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post63643 Make sure devi-hid is running: devi-hid -P mouse kbd -----Original Message----- From: Jonathan Wong [mailto:community-noreply@qnx.com] Sent: Thursday, August 19, 2010 4:27 PM To: general-web_browsers Subject: Re: RE: RE: Error building web-browsers project in linux host so I can run owb if I do not login with photon. After launch, I see a full screen browser. One last thing is that I am unable to use my mouse and/or keyboard for navigating. Upon exiting owb, I see a message of ">> No Input Available how do I manually specify a keyboard and mouse? Thanks Jon > This is the output of vsync > > #vsync > Number of displays: 1 > Display 0: 1680x1050, refresh = 60hz > Number of Layers: 4 > gf_layer_atach() failed > Returning from main() with 1 > > and the output from egl-gears > > #egl-gears > gf_layer_attach() failed > > > > Can you run "vsync" and "egl-gears" using your io-display settings? Or > > is the display scrambled for those as well? > > > > I would also try other screen resolutions in display.conf just to see if > > it's a timing issue. > > > > -----Original Message----- > > From: Jonathan Wong [mailto:community-noreply@qnx.com] > > Sent: Wednesday, August 18, 2010 5:40 PM > > To: general-web_browsers > > Subject: Re: RE: Error building web-browsers project in linux host > > > > Please point to anything I might be doing wrong. > > I built the binaries from a linux host (per instructions) and transfered > > them over to the machine running QNX Neutrino. > > > > I have Momentics running and I see that io-display is already running. > > How if I just do: > > > > # ./owb http://www.google.com > > > > I get a > > > > gf_layer_attach() failed: no such process > > GF init failed: are you running io-display > > > > so if I run > > > > io-display -dvid=0x8086,did=0x27ae > > > > and then run owb again, i get my scrambled display. > > > > Am I doing something incorrectly? > > > > > > > > _______________________________________________ > > > > General > > http://community.qnx.com/sf/go/post63490 > > _______________________________________________ General http://community.qnx.com/sf/go/post63637 Max Feil 2010-08-19T22:06:02Z post63637: Re: RE: RE: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post63637 so I can run owb if I do not login with photon. After launch, I see a full screen browser. One last thing is that I am unable to use my mouse and/or keyboard for navigating. Upon exiting owb, I see a message of ">> No Input Available how do I manually specify a keyboard and mouse? Thanks Jon > This is the output of vsync > > #vsync > Number of displays: 1 > Display 0: 1680x1050, refresh = 60hz > Number of Layers: 4 > gf_layer_atach() failed > Returning from main() with 1 > > and the output from egl-gears > > #egl-gears > gf_layer_attach() failed > > > > Can you run "vsync" and "egl-gears" using your io-display settings? Or > > is the display scrambled for those as well? > > > > I would also try other screen resolutions in display.conf just to see if > > it's a timing issue. > > > > -----Original Message----- > > From: Jonathan Wong [mailto:community-noreply@qnx.com] > > Sent: Wednesday, August 18, 2010 5:40 PM > > To: general-web_browsers > > Subject: Re: RE: Error building web-browsers project in linux host > > > > Please point to anything I might be doing wrong. > > I built the binaries from a linux host (per instructions) and transfered > > them over to the machine running QNX Neutrino. > > > > I have Momentics running and I see that io-display is already running. > > How if I just do: > > > > # ./owb http://www.google.com > > > > I get a > > > > gf_layer_attach() failed: no such process > > GF init failed: are you running io-display > > > > so if I run > > > > io-display -dvid=0x8086,did=0x27ae > > > > and then run owb again, i get my scrambled display. > > > > Am I doing something incorrectly? > > > > > > > > _______________________________________________ > > > > General > > http://community.qnx.com/sf/go/post63490 > > Jonathan Wong(deleted) 2010-08-19T20:26:55Z post63575: Re: RE: RE: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post63575 This is the output of vsync #vsync Number of displays: 1 Display 0: 1680x1050, refresh = 60hz Number of Layers: 4 gf_layer_atach() failed Returning from main() with 1 and the output from egl-gears #egl-gears gf_layer_attach() failed > Can you run "vsync" and "egl-gears" using your io-display settings? Or > is the display scrambled for those as well? > > I would also try other screen resolutions in display.conf just to see if > it's a timing issue. > > -----Original Message----- > From: Jonathan Wong [mailto:community-noreply@qnx.com] > Sent: Wednesday, August 18, 2010 5:40 PM > To: general-web_browsers > Subject: Re: RE: Error building web-browsers project in linux host > > Please point to anything I might be doing wrong. > I built the binaries from a linux host (per instructions) and transfered > them over to the machine running QNX Neutrino. > > I have Momentics running and I see that io-display is already running. > How if I just do: > > # ./owb http://www.google.com > > I get a > > gf_layer_attach() failed: no such process > GF init failed: are you running io-display > > so if I run > > io-display -dvid=0x8086,did=0x27ae > > and then run owb again, i get my scrambled display. > > Am I doing something incorrectly? > > > > _______________________________________________ > > General > http://community.qnx.com/sf/go/post63490 Jonathan Wong(deleted) 2010-08-19T16:09:13Z post63567: RE: RE: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post63567 Can you run "vsync" and "egl-gears" using your io-display settings? Or is the display scrambled for those as well? I would also try other screen resolutions in display.conf just to see if it's a timing issue. -----Original Message----- From: Jonathan Wong [mailto:community-noreply@qnx.com] Sent: Wednesday, August 18, 2010 5:40 PM To: general-web_browsers Subject: Re: RE: Error building web-browsers project in linux host Please point to anything I might be doing wrong. I built the binaries from a linux host (per instructions) and transfered them over to the machine running QNX Neutrino. I have Momentics running and I see that io-display is already running. How if I just do: # ./owb http://www.google.com I get a gf_layer_attach() failed: no such process GF init failed: are you running io-display so if I run io-display -dvid=0x8086,did=0x27ae and then run owb again, i get my scrambled display. Am I doing something incorrectly? _______________________________________________ General http://community.qnx.com/sf/go/post63490 Max Feil 2010-08-19T15:42:16Z post63490: Re: RE: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post63490 Please point to anything I might be doing wrong. I built the binaries from a linux host (per instructions) and transfered them over to the machine running QNX Neutrino. I have Momentics running and I see that io-display is already running. How if I just do: # ./owb http://www.google.com I get a gf_layer_attach() failed: no such process GF init failed: are you running io-display so if I run io-display -dvid=0x8086,did=0x27ae and then run owb again, i get my scrambled display. Am I doing something incorrectly? Jonathan Wong(deleted) 2010-08-18T21:39:59Z post63482: Re: RE: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post63482 I don't see a graphics.conf but i do see a display.conf. in it i see the list of my video card gma9xx (using intel chip with gma950 graphics) and the correct display id: drivername=gma9xx modeopts= vid=0x8086 did=0x27ae device=0x0 display{ xres=1680 yres=1050 refresh=60 pixel_format=rgb565 photon{ enabled=1 xoffset=0 yoffset=0 cursor=hardware input_group-1 } } all these seem correct Also I would like to use this when the system starts up so how can I work around the frame buffer issue if that is the case? Thanks Jon > The io-display line looks ok. Check the /etc/system/config/graphics.conf > file to make sure that the section for your vid/did combination has > reasonable values for resolution, etc. > > If that is ok, then it may just be an uninitialized frame buffer you are > seeing and running a gf app will fix things. Does the browser sample app > work? (owb a.k.a. wklauncher) > > Max > > -----Original Message----- > From: Jonathan Wong [mailto:community-noreply@qnx.com] > Sent: Friday, August 13, 2010 7:08 PM > To: general-web_browsers > Subject: Re: Error building web-browsers project in linux host > > Hi All, I finally got the project to build properly > but I am not quite understanding the last part > > Make sure io-display and an input driver are running: > io-display -dvid=[vid],did=[did] > devi-hid -P mouse kbd > > So I see this when I type: > enum-devices -n > > mount -Tio-display vid=0x8086,did=0x27ae,deviceindex=0 > > i put those two hex values like so > > # io-display -dvid=0x8086,did=0x27ae > > and my display is scrambled. > > Is this not the correct way to do this? > > > > > _______________________________________________ > > General > http://community.qnx.com/sf/go/post63012 Jonathan Wong(deleted) 2010-08-18T20:47:35Z post63021: RE: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post63021 The io-display line looks ok. Check the /etc/system/config/graphics.conf file to make sure that the section for your vid/did combination has reasonable values for resolution, etc. If that is ok, then it may just be an uninitialized frame buffer you are seeing and running a gf app will fix things. Does the browser sample app work? (owb a.k.a. wklauncher) Max -----Original Message----- From: Jonathan Wong [mailto:community-noreply@qnx.com] Sent: Friday, August 13, 2010 7:08 PM To: general-web_browsers Subject: Re: Error building web-browsers project in linux host Hi All, I finally got the project to build properly but I am not quite understanding the last part Make sure io-display and an input driver are running: io-display -dvid=[vid],did=[did] devi-hid -P mouse kbd So I see this when I type: enum-devices -n mount -Tio-display vid=0x8086,did=0x27ae,deviceindex=0 i put those two hex values like so # io-display -dvid=0x8086,did=0x27ae and my display is scrambled. Is this not the correct way to do this? _______________________________________________ General http://community.qnx.com/sf/go/post63012 Max Feil 2010-08-15T02:47:27Z post63012: Re: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post63012 Hi All, I finally got the project to build properly but I am not quite understanding the last part Make sure io-display and an input driver are running: io-display -dvid=[vid],did=[did] devi-hid -P mouse kbd So I see this when I type: enum-devices -n mount -Tio-display vid=0x8086,did=0x27ae,deviceindex=0 i put those two hex values like so # io-display -dvid=0x8086,did=0x27ae and my display is scrambled. Is this not the correct way to do this? Jonathan Wong(deleted) 2010-08-13T23:07:59Z post62885: opengl es in qnx browser plugin http://community.qnx.com/sf/go/post62885 I can successfully run opengl es demo in qnx-car head unit hardware and qnx GF drawings in qnx browser plugin. However, it seems that qnx browser webkit doesn't have native support on qnx opengl es in its plugin. Does anyone know how to create opengl context in qnx browser plugin? Thanks a lot. Ahsan Habib 2010-08-13T02:25:26Z post61656: Re: RE: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post61656 so it seems like i am having a stdio_ext.h does not exist error while running make owb. I used locate stdio_ext.h to find it and it is under my /usr/include/ folder. The error is as follows: In file included from /home/jonathanccwong/ide-4.7-workspace/QNX-Web-Browsers/webkit/trunk/JavaScriptCore/AllInOneFile.cpp:47: /home/jonathanccwong/ide-4.7-workspace/QNX-Web-Browsers/webkit/trunk/JavaScriptCore/runtime/Collector.cpp:98:23: error: stdio_ext.h: No such file or directory In file included from /home/jonathanccwong/ide-4.7-workspace/QNX-Web-Browsers/webkit/trunk/JavaScriptCore/AllInOneFile.cpp:47: /home/jonathanccwong/ide-4.7-workspace/QNX-Web-Browsers/webkit/trunk/JavaScriptCore/runtime/Collector.cpp: In function 'void* pthread_getattr_np(pthread_t, pthread_attr_t*)': /home/jonathanccwong/ide-4.7-workspace/QNX-Web-Browsers/webkit/trunk/JavaScriptCore/runtime/Collector.cpp:128: error: 'FSETLOCKING_BYCALLER' was not declared in this scope /home/jonathanccwong/ide-4.7-workspace/QNX-Web-Browsers/webkit/trunk/JavaScriptCore/runtime/Collector.cpp:128: error: '__fsetlocking' was not declared in this scope /home/jonathanccwong/ide-4.7-workspace/QNX-Web-Browsers/webkit/trunk/JavaScriptCore/runtime/Collector.cpp:138: error: 'feof_unlocked' was not declared in this scope /home/jonathanccwong/ide-4.7-workspace/QNX-Web-Browsers/webkit/trunk/JavaScriptCore/runtime/Collector.cpp:139: error: 'getdelim' was not declared in this scope cc: /usr/qnx650/host/linux/x86//usr/lib/gcc/i486-pc-nto-qnx6.5.0/4.4.2/cc1plus error 1 make[3]: *** [JavaScriptCore/CMakeFiles/jsc.dir/AllInOneFile.cpp.o] Error 1 make[2]: *** [JavaScriptCore/CMakeFiles/jsc.dir/all] Error 2 make[1]: *** [WebKitTools/OWBLauncher/CMakeFiles/owb.dir/rule] Error 2 make: *** [owb] Error 2 Any help is greatly appreciated jon Jonathan Wong(deleted) 2010-08-04T23:19:17Z post61655: Re: RE: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post61655 wow, Thanks, it is compiling as we speak. I linked crank at /root/opt/crank.3.3 rather than at / Thanks Jonathan Wong(deleted) 2010-08-04T23:00:35Z post61654: RE: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post61654 Did you unpack /opt/crank/ version 3.3 correctly? -----Original Message----- From: Jonathan Wong [mailto:community-noreply@qnx.com] Sent: Wednesday, August 04, 2010 6:13 PM To: general-web_browsers Subject: Error building web-browsers project in linux host Hi Everyone, I recently checked out the web-browsers project to try and build the browser for QNX. I am running Ubuntu 10.04 as a host and following the directions in the README. I am stuck with this Error: Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR) and I am not sure what is the cause of this. Anyone know what I can do? Thanks Jon _______________________________________________ General http://community.qnx.com/sf/go/post61653 Max Feil 2010-08-04T22:20:54Z post61653: Error building web-browsers project in linux host http://community.qnx.com/sf/go/post61653 Hi Everyone, I recently checked out the web-browsers project to try and build the browser for QNX. I am running Ubuntu 10.04 as a host and following the directions in the README. I am stuck with this Error: Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR) and I am not sure what is the cause of this. Anyone know what I can do? Thanks Jon Jonathan Wong(deleted) 2010-08-04T22:13:22Z post58606: RE: RE: Webkit source download fails http://community.qnx.com/sf/go/post58606 Hi Andreas. It seems that the webkit source code was included in the list of restricted source code. I'm not sure why this decision was made, but more info on getting source access is here: http://community.qnx.com/sf/wiki/do/viewPage/projects.community/wiki/Upd atedQNXSourceAccessPolicyFAQ Regards, Max -----Original Message----- From: Andreas Lichtenberger [mailto:community-noreply@qnx.com] Sent: Monday, July 05, 2010 7:19 AM To: general-web_browsers Subject: Re: RE: Webkit source download fails I am still not able to download the source! Still with the same errors _______________________________________________ General http://community.qnx.com/sf/go/post58412 Max Feil 2010-07-05T23:12:47Z post58412: Re: RE: Webkit source download fails http://community.qnx.com/sf/go/post58412 I am still not able to download the source! Still with the same errors Andreas Lichtenberger 2010-07-05T11:19:21Z post58411: Re: RE: NPAPI http://community.qnx.com/sf/go/post58411 So i ported basic parts of my plugin to qnx and tried to install it on the system. because i am still not able to download the webkit source, i tried to make it run in the first step for the "Bob Echo" delivered with the system. Plugin is not detected. So what can i do wrong here? Andreas Lichtenberger 2010-07-05T11:17:01Z post58306: RE: NPAPI http://community.qnx.com/sf/go/post58306 There is a very simple graphical sample plugin in the source code at: webkit/trunk/WebCore/plugins/Gf/sample-plugin/ Also see the header "npapi.h", and the WebKit-side plugin code one level up from the sample-plugin directory. In general the NPAPI is not browser or OS specific except when it comes to graphics & window management, i.e. the surface structure passed be WebKit for the plugin to render into, or the management of the plugin's window if it renders into its own window. Another example of an NPAPI plugin is the JNEXT plugin at http://jnext.org, which has been ported to QNX and is in the repository under 3rdparty/trunk/jnext-1.0.8.3/. This plugin is non-graphical therefore is more portable across browsers and OS's. Regards, Max -----Original Message----- From: Andreas Lichtenberger [mailto:community-noreply@qnx.com] Sent: Wednesday, June 30, 2010 7:09 AM To: general-web_browsers Subject: NPAPI I am totally new to QNX development and i need to port a NPAPI browser plugin to QNX. I need some starting help. Any howtos, examples, anything? _______________________________________________ General http://community.qnx.com/sf/go/post58169 Max Feil 2010-07-01T20:44:41Z post58305: RE: Webkit source download fails http://community.qnx.com/sf/go/post58305 I have made you a member of the web-browsers project. I believe you will be able to check out using SVN now. Please be aware that the WebKit source in this repository has not been maintained for several months now because work has shifted to an internal repository that has more restricted access. There are many advances in the internal repository which are not reflected in the general repository. For more information you can contact QNX customer service. If you have technical questions you can continue to post here. Regards, Max -----Original Message----- From: Andreas Lichtenberger [mailto:community-noreply@qnx.com] Sent: Thursday, July 01, 2010 8:17 AM To: general-web_browsers Subject: Webkit source download fails Trying to checkout svn sources of the webkit gives me authorization failed. I know that there are some restricted code areas but webkit should not be part of this. Why can i watch the source tree in my browser, but failing when trying to checkout? path is: /svn/repos/web-browsers/webkit/trunk/ Trying to checkout with: svn checkout --username <username> --password <pass> http://community.qnx.com/svn/..... Gives me: Authentication realm: <http://community.....:80> Authorisation Realm Username: Can do this three times..... Then: svn: PROPFIND of 'svn/repos/...' : authorization failed (http://community....) Of cource the username is email addy from account registration and pass is correspondending pass... So please help... _______________________________________________ General http://community.qnx.com/sf/go/post58288 Max Feil 2010-07-01T20:34:19Z post58288: Webkit source download fails http://community.qnx.com/sf/go/post58288 Trying to checkout svn sources of the webkit gives me authorization failed. I know that there are some restricted code areas but webkit should not be part of this. Why can i watch the source tree in my browser, but failing when trying to checkout? path is: /svn/repos/web-browsers/webkit/trunk/ Trying to checkout with: svn checkout --username <username> --password <pass> http://community.qnx.com/svn/..... Gives me: Authentication realm: <http://community.....:80> Authorisation Realm Username: Can do this three times..... Then: svn: PROPFIND of 'svn/repos/...' : authorization failed (http://community....) Of cource the username is email addy from account registration and pass is correspondending pass... So please help... Andreas Lichtenberger 2010-07-01T12:16:57Z post58169: NPAPI http://community.qnx.com/sf/go/post58169 I am totally new to QNX development and i need to port a NPAPI browser plugin to QNX. I need some starting help. Any howtos, examples, anything? Andreas Lichtenberger 2010-06-30T11:09:14Z post57963: ICU build http://community.qnx.com/sf/go/post57963 Hi All, I am trying to compile ICU source on QNX 6.4.1. I am encountering this error: error: #error This version of XOPEN_SOURCE is not supported. Any idea on this. regards Satish satish pattar(deleted) 2010-06-28T12:21:16Z post55652: Re: Porting of a web gui from QNX 6.3.2 to QNX 6.4.1 using Slinger Web Server http://community.qnx.com/sf/go/post55652 Hi, How are you? I have a question. I have same problem of you with slinger. have you solved the problem? Can you answer me please it's for my graduate work and it's very important for me. Thank you very much. Daniel Feas 2010-05-27T11:58:03Z post55418: session expire with slinger server http://community.qnx.com/sf/go/post55418 Hi, Could you kindly let me know how to implement session expiration for a web page with slinger web server. Ex: if a per closes web page by clicking on close button of window then how do I make page or session or login as expired. Does slinger server has any env variables to keep track of it? Regards Sravanthy sravan e 2010-05-24T04:07:00Z post51435: RE: Cursor for wklauncher http://community.qnx.com/sf/go/post51435 Hi Dennis. Wklauncher uses the gf_cursor_* routines. These may not be supported with certain drivers, I'm not sure. Maybe re-ask this GF related question in the Graphics project... Max -----Original Message----- From: Dennis Kellly [mailto:community-noreply@qnx.com] Sent: Friday, April 09, 2010 4:10 PM To: general-web_browsers Subject: Cursor for wklauncher I am using an SDP CD installation on a desktop pc. It is using vesabios since no native driver is available. If I start wklauncher, I get the message "Could not set cursor". The page loads the status line at the bottom indicates the mouse is moving over links (which work) but he cursor is invisible. I tried "hardware cursor" and "software" cursor. Res is 1280x1024. What is the requirement for a cursor with webkit? _______________________________________________ General http://community.qnx.com/sf/go/post51414 Max Feil 2010-04-10T17:24:54Z post51414: Cursor for wklauncher http://community.qnx.com/sf/go/post51414 I am using an SDP CD installation on a desktop pc. It is using vesabios since no native driver is available. If I start wklauncher, I get the message "Could not set cursor". The page loads the status line at the bottom indicates the mouse is moving over links (which work) but he cursor is invisible. I tried "hardware cursor" and "software" cursor. Res is 1280x1024. What is the requirement for a cursor with webkit? Dennis Kellly 2010-04-09T20:10:06Z post51384: QNX Source Access Policy Update http://community.qnx.com/sf/go/post51384 This message is to inform you that QNX Software Systems has updated its source code access policy. Although these changes affect a very limited number of QNX community members, they do change the process of how source-code access is granted. Please refer to the FAQ (http://community.qnx.com/sf/wiki/do/viewPage/projects.community/wiki/Up datedQNXSourceAccessPolicyFAQ) for details. Regards QNX Community Management Group Frederic Plante(deleted) 2010-04-09T14:24:49Z post51224: RE: RE: SVG http://community.qnx.com/sf/go/post51224 The Skia work is QNX driven, and will be part of the upcoming QNX Screen project. -----Original Message----- From: Tomas Cervinka [mailto:community-noreply@qnx.com] Sent: Tuesday, April 06, 2010 3:00 AM To: general-web_browsers Subject: Re: RE: SVG Thanks for information Max, this is great to hear. I'm thinking of a new application design: -Control appl. C/C++ -Apache+FastCGI -AJAX+HTML/SVG so your WebKit port is an important part. Is it a QSS supported project and will it be sometimes part of an official QNX release or is it just a community work? Tom _______________________________________________ General http://community.qnx.com/sf/go/post51186 Max Feil 2010-04-06T18:21:11Z post51186: Re: RE: SVG http://community.qnx.com/sf/go/post51186 Thanks for information Max, this is great to hear. I'm thinking of a new application design: -Control appl. C/C++ -Apache+FastCGI -AJAX+HTML/SVG so your WebKit port is an important part. Is it a QSS supported project and will it be sometimes part of an official QNX release or is it just a community work? Tom Tomas Cervinka 2010-04-06T07:00:16Z post51104: RE: SVG http://community.qnx.com/sf/go/post51104 SVG is not supported in the QNX port of WebKit. This is because GF does not support enough of the drawing primitives needed, like a full transformation matrix, path clipping, etc. The html canvas element is often used with svg so I turned off the support of canvas as well. This makes it easier for web sites to fall back to non-svg rendering. For example the big "Telus" logo on www.telus.com. We are working on a Skia based version of the QNX WebKit port (i.e. Skia used instead of GF in the WebKit library) and it will soon be possible to implement SVG support, but this has not been done yet. Canvas is turned back on in this new version to support HTML5 canvas. Regards, Max -----Original Message----- From: Tomas Cervinka [mailto:community-noreply@qnx.com] Sent: Friday, April 02, 2010 8:26 AM To: general-web_browsers Subject: SVG Does someone have any idea about SVG support in WebKit QNX port?? _______________________________________________ General http://community.qnx.com/sf/go/post51096 Max Feil 2010-04-02T15:12:32Z post51096: SVG http://community.qnx.com/sf/go/post51096 Does someone have any idea about SVG support in WebKit QNX port?? Tomas Cervinka 2010-04-02T12:25:43Z post50973: Re: Porting of a web gui from QNX 6.3.2 to QNX 6.4.1 using Slinger Web Server http://community.qnx.com/sf/go/post50973 Below there is a html page that call the C CGI Scripts example of the previous post: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META HTTP-EQUIV="pragma" CONTENT="no-cache"> <meta name="Owner" content="PRISMA ENGINEERING S.r.l."> <meta name="Author" content="Riccardo ANNOLFI"> <title>Archive : steroidi</title> <script language="JavaScript"> <!-- function MM_goToURL() { //v3.0 var i, args=MM_goToURL.arguments; document.MM_returnValue = false; for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'"); } function MM_openBrWindow(theURL,winName,features) { //v2.0 winName=window.open(theURL,winName,features); winName.creator=self; winName.focus(); } //--> </script> </head> <body> <a href="#" onClick="MM_openBrWindow('/cgi-bin/cgiTestSystemCall','cgiTestSystemCall','status=yes,scrollbars=no,resizable=no,width=450,height=245');"> clickMe </a> </body> </html> Best regards. Riccardo Annolfi Riccardo Annolfi 2010-03-31T15:48:36Z post50972: Porting of a web gui from QNX 6.3.2 to QNX 6.4.1 using Slinger Web Server http://community.qnx.com/sf/go/post50972 Hi, i'm making a porting of a web gui from QNX 6.3.2 to QNX 6.4.1 using Slinger Web Server and C CGI Scripts running on it and i've found a problem. I'm not using the SSI token in the shtml files, but C programs (C CGI Scripts) that create dinamycally html pages. Working on QNX 6.4.1 ,when i make a system() call, from a C CGI Scripts, the system launchs the command and executes it correctly, but the return value is -1 and the results of the command is displayed on the web window, while, on QNX 6.3.2 the return value is 0 and the results of the command is not displayed on the web window. If the same C CGI Scripts is launched from command line, it works always correctly. If i make change the user that execute the C CGI via Slinger, from Slinger user, that is root -2 (with uid 4294967294 ), to user.users, it fails the same. While, from shell, if i execute it with Slinger user, setting uid at 4294967294, it works always correctly. So it seems that does not depends on the user. The same happens if, instead of a system(), i use a spawn() or a spawnl() or a execl() or a execvp(). Also if i use a fork() with an execl(). If i test waitpid(), its return value is always -1. The WIFEXITED(sysStatus) and WEXITSTATUS( sysStatus ) macros confirm the error, that is always: errno = 10 and strerror(errno)="No child processes". I've implemented the QNX 6.4.1 system() code, calling it "mysystem()" and adding some logs inside to see what happens. I discovered that, when the QNX 6.4.1 system() tests the waitpid() return value, being it always -1, the system() returns always -1 too. Analyzing it with "pidin fam sig" command, it seems that when i launch from Slinger a C CGI Scripts, with his own PID, and this C CGI Scripts 'spawns' a process, with his own PID, the parent-child relationship between them is no more present. And so, the C CGI Scripts wrongly thinks that has no wait for any child processes. How can i resolve this problem? Below there is the Slinger launch command script: /home/user/riccardoa# cat /etc/rc.d/rc.www #!/bin/sh #ifdef __USAGE # #%C # # It starts http server for this system # #endif export HTTPD_ROOT_DIR=/lsu/www/current export HTTPD_ROOT_DOC=index.html export HTTPD_SCRIPTALIAS=/lsu/www/current/cgi slay -Q slinger slinger -d -c -e -s # eof Below there are the Slinger launch command script privileges: /home/user/riccardoa# ls -la /etc/rc.d/rc.www -rwxr-xr-x 1 root root 253 Mar 16 2006 /etc/rc.d/rc.www Below there is a simple C CGI Scripts example that works on QNX 6.3.2, but doesn't on QNX 6.4.1: #include <string.h> #include <stdlib.h> #include <stdio.h> #include <errno.h> #include <sys/wait.h> int main (int argc, char *argv[]) { int sysStatus = 0; printf("Content-type: text/html;\n\n"); sysStatus = system( "/usr/bin/id " ); if( sysStatus == -1 ) { printf( "<!-- shell could not be run -->\n" ); } else { printf( "<!-- OK result of the system() is %d -->\n", WEXITSTATUS( sysStatus ) ); } return 0; } Below there are the C CGI Scripts example privileges: -rwsr-sr-x 1 root root 5255 Mar 31 18:00 cgiTestSystemCall-1.0 Best regards. Riccardo Annolfi Riccardo Annolfi 2010-03-31T15:33:04Z post50703: Re: RE: Customizing wklauncher http://community.qnx.com/sf/go/post50703 Thanks Max. May have to try the manual approach to setting up the headers (from qnx-car). Can't get the perl environment to work - and that's only to configure step... Dennis Kellly 2010-03-29T15:48:19Z post50700: RE: Customizing wklauncher http://community.qnx.com/sf/go/post50700 Hi Dennis. The wklauncher (aka "owb") is integrated into the cmake based webkit library build, builds alongside it with dependencies into the build results directory structure, and ends up in the same build results directory. One of its main purposes is to test the webkit library that it gets built with. So as-is it does need to be built with all of webkit. If you want an example of a browser app that links against webkit but is not part of the webkit build, see the webkit_kd launcher used for QNX CAR. A copy of it can be found in the web-browsers source repository under qnx/trunk/. It has a regular QNX recursive Makefile build structure, but with dependencies to webkit libs and headers that you must satisfy manually, for example by using symbolic links from a staging directory to a webkit build. So you're right that the entire webkit does not need to be built, but it makes pulling in headers much easier if it has at least been configured (which creates subdirectories of links to required headers). Max -----Original Message----- From: Dennis Kellly [mailto:community-noreply@qnx.com] Sent: Monday, March 29, 2010 10:45 AM To: general-web_browsers Subject: Customizing wklauncher I need to build a custom version of wklauncher. Since it links to supplied binary shared libraries, there seems no logical reason why the entire webkit should need to be built, but docs say it does . (Kind of like saying you need to build the o/s to compile 'hello world'...what am I missing?) There are two perl packages (one from crank) but the docs don't really say what the relationship between them is - just that you need them. I have been unable satisfy perl 'include' requirements to get configure to run without error. Any hints? Thanks, Dennis _______________________________________________ General http://community.qnx.com/sf/go/post50697 Max Feil 2010-03-29T15:26:25Z post50697: Customizing wklauncher http://community.qnx.com/sf/go/post50697 I need to build a custom version of wklauncher. Since it links to supplied binary shared libraries, there seems no logical reason why the entire webkit should need to be built, but docs say it does . (Kind of like saying you need to build the o/s to compile 'hello world'...what am I missing?) There are two perl packages (one from crank) but the docs don't really say what the relationship between them is - just that you need them. I have been unable satisfy perl 'include' requirements to get configure to run without error. Any hints? Thanks, Dennis Dennis Kellly 2010-03-29T14:44:50Z post50060: browser.swf does not play in qnxcar http://community.qnx.com/sf/go/post50060 Hi I compiled the browser project from hmi_framework. After compilation, it creates a browser.swf file. I replace the browser.swf file in the qnx car with this one to test. The browser does not work. I see only white screen. My question is the browser project in the hmi_framework is up to date or it needs certain files/configuration to make it work. FYI: The browser.swf file can't be played locally or with flash player in the qnx car. my browser.swf file is attached. I am using qnx car vmware. Regards --Ahsan Ahsan Habib 2010-03-19T23:13:43Z post49063: libpng build http://community.qnx.com/sf/go/post49063 Hi , I am trying to build libpng on QNX 6.4.1 self hosted. ./configure is successful. however make is throwing an error: libtool: link: `0.33.0' is not valid version information make[1]: *** [libpng12.la] Error 1 Any idea , why I am getting this error ? Thanks, Satish P satish pattar(deleted) 2010-03-09T06:20:58Z post48321: RE: RE: Webkit and PlugIns http://community.qnx.com/sf/go/post48321 It is possible to call into a plugin using Javascript. You need to create a mechanism to do this as part of your plugin. This is how the jnext plugin works. See the web-browsers Foundry27 project home page news item: "Javascript Native Extensions ported to QNX Do you want to invoke any local executable or interface to any native functionality using Javascript on your WebPage? Then the Javascript Native Extensions framework is what you need. The work done by http://www.jnext.org has been ported to QNX. The source code is available here: http://community.qnx.com/svn/repos/web-browsers/3rdparty/trunk/jnext-1.0 .8.3 " Jnext is just an NPAPI based plugin with Javascript glue at the front end. You could look into the source code and use some of the same ideas in your plugin. Max -----Original Message----- From: Heinrich Ziegenhagel [mailto:community-noreply@qnx.com] Sent: Thursday, February 25, 2010 8:01 AM To: general-web_browsers Subject: Re: RE: Webkit and PlugIns Hi, thank you for you fast answer. I had a look on the sample-plugin and it looks to me very similar like the PlugIn I have made for Firefox (np_entry, npn_gate... are the same). But I have still one question is it not posible to call PluginFunctions via JavaScript. I "think" NetscapeAPI has the interface to call via JavaScript functions from Plugin. Example: <object id="simpleplugin" type="application/simple-plugin" class=hiddenObject></object><br> <script> var embedPlug = document.getElementById('simpleplugin'); function show(arg) { document.getElementById("result").innerHTML += "<p>" + arg + "</p>"; } if (embedPlug) { show("plug.version = " + embedPlug.version); <!--version is a func in Plugin--> } Of course needs the Plugin to include the Java interface. But maybe I am mixing this with extensions. If I interpret you answer and the code of Webkit it means to me that it is not posible to call functions via JavaScript form a Plugin "Scriptable Plugin". Is it realy only posible to talk between Webkit and Plugin with defined Functions in the NAPI like Mouseover, Mouseclik, Loadurl. Thank You! _______________________________________________ General http://community.qnx.com/sf/go/post48270 Max Feil 2010-02-25T16:42:55Z post48270: Re: RE: Webkit and PlugIns http://community.qnx.com/sf/go/post48270 Hi, thank you for you fast answer. I had a look on the sample-plugin and it looks to me very similar like the PlugIn I have made for Firefox (np_entry, npn_gate... are the same). But I have still one question is it not posible to call PluginFunctions via JavaScript. I "think" NetscapeAPI has the interface to call via JavaScript functions from Plugin. Example: <object id="simpleplugin" type="application/simple-plugin" class=hiddenObject></object><br> <script> var embedPlug = document.getElementById('simpleplugin'); function show(arg) { document.getElementById("result").innerHTML += "<p>" + arg + "</p>"; } if (embedPlug) { show("plug.version = " + embedPlug.version); <!--version is a func in Plugin--> } Of course needs the Plugin to include the Java interface. But maybe I am mixing this with extensions. If I interpret you answer and the code of Webkit it means to me that it is not posible to call functions via JavaScript form a Plugin "Scriptable Plugin". Is it realy only posible to talk between Webkit and Plugin with defined Functions in the NAPI like Mouseover, Mouseclik, Loadurl. Thank You! Heinrich Ziegenhagel 2010-02-25T13:01:16Z post48250: cairo build http://community.qnx.com/sf/go/post48250 Hi, I am trying to build cairo on QNX 6.4.1 self hosted. I followed the following steps. 1. I built pixman 0.15.18 which is the dependency for cairo. 2. export PKG_CONFIG_PATH=/opt/pixman/lib/pkgconfig:/opt/crank/x86/lib/pkgconfig 3. export PATH=$PATH:/opt/crank/bin (pkg-config executable is there in this path) 4. After running ./configure : it is successful 5. However, when I am running make, I am getting this linker errors /usr/qnx641/host/qnx6/x86/usr/bin/ntox86-ld: cannot find -lz collect2: ld returned 1 exit status I am wondering why this error is comming.. Your inputs are appreciated. Thanks, Satish satish pattar(deleted) 2010-02-25T05:55:15Z post48197: RE: Webkit and PlugIns http://community.qnx.com/sf/go/post48197 The QNX WebKit port supports the Netscape Plugin API (NPAPI). The set of functions called is defined by the API. For an example, see: http://community.qnx.com/integration/viewvc/viewvc.cgi/webkit/trunk/WebC ore/plugins/Gf/sample-plugin/?root=web-browsers&system=exsy1001 -----Original Message----- From: Heinrich Ziegenhagel [mailto:community-noreply@qnx.com] Sent: Wednesday, February 24, 2010 11:53 AM To: general-web_browsers Subject: Webkit and PlugIns Hi everybody, I am learning/trying to develop PlugIn for Webkit. And I have a problem, Webkit loads/initialize the Plugin but don't calls the function of the plugin. So I have tried something else. I build this Plugin for Firefox Win32 there was needet to create an *.xpt File which has the information what kind of funktions do the Plugin use and it has to go to the usr/AplicationData/Mozilla/Plugins directory where also the shared *.dll of Plugin are. Then the Plugin works and the Browser can handle with it via JavaScript. Then I tryed it for Safary on Win32 and there I have the same problem like with the Webkit on QNX. The Plugin is loaded/initialized but no fuctions are called! How can I let the Webkit know what kind of Functions does the Plugin use/have, on QNX? IfI call a function via JavaScript the return is always undefined. Can any one help? Thanks. _______________________________________________ General http://community.qnx.com/sf/go/post48194 Max Feil 2010-02-24T17:22:39Z post48194: Webkit and PlugIns http://community.qnx.com/sf/go/post48194 Hi everybody, I am learning/trying to develop PlugIn for Webkit. And I have a problem, Webkit loads/initialize the Plugin but don't calls the function of the plugin. So I have tried something else. I build this Plugin for Firefox Win32 there was needet to create an *.xpt File which has the information what kind of funktions do the Plugin use and it has to go to the usr/AplicationData/Mozilla/Plugins directory where also the shared *.dll of Plugin are. Then the Plugin works and the Browser can handle with it via JavaScript. Then I tryed it for Safary on Win32 and there I have the same problem like with the Webkit on QNX. The Plugin is loaded/initialized but no fuctions are called! How can I let the Webkit know what kind of Functions does the Plugin use/have, on QNX? IfI call a function via JavaScript the return is always undefined. Can any one help? Thanks. Heinrich Ziegenhagel 2010-02-24T16:52:56Z post47759: RE: RE: owb linker error http://community.qnx.com/sf/go/post47759 If you are running out of memory at build time, you need to add more memory to your build machine. The armle problem in the readme was a case I encountered early on and occurred on the target. -----Original Message----- From: satish pattar [mailto:community-noreply@qnx.com] Sent: Friday, February 19, 2010 8:22 AM To: general-web_browsers Subject: Re: RE: owb linker error Hello Max, owb README says: Debugging on armle may only working by doing a release build and changing O2 and O3 to O0 in the following files created by configure: flags.make (6 files, multiple occurences) It doesn't say anything about x86 DEBUG build issue. For me , release build for SDL build works fine & owb is also launching. but for debug build Memory exhaust problem. Is it some problem with my build ? or is it something else ? Your inputs are appreciated. Thanks Satish P _______________________________________________ General http://community.qnx.com/sf/go/post47748 Max Feil 2010-02-19T14:48:21Z post47748: Re: RE: owb linker error http://community.qnx.com/sf/go/post47748 Hello Max, owb README says: Debugging on armle may only working by doing a release build and changing O2 and O3 to O0 in the following files created by configure: flags.make (6 files, multiple occurences) It doesn't say anything about x86 DEBUG build issue. For me , release build for SDL build works fine & owb is also launching. but for debug build Memory exhaust problem. Is it some problem with my build ? or is it something else ? Your inputs are appreciated. Thanks Satish P satish pattar(deleted) 2010-02-19T13:21:43Z post47486: Newbie needs hints regarding web server to display large amount of data http://community.qnx.com/sf/go/post47486 Hi I would like to create a web interface, where I can display a table of data, unknown length. Say e.g. that I would like to create a web interface to show sloginfo. I've been looking at slinger and the data server / qnxvar, but if its lots of data that I would like to display, this method seems like lots of work... :-) Any other way to do this? Also it would be nice, if it could be displayed in a table, where the data could be sorted after date, severity etc. /Torben Torben S Pedersen 2010-02-17T12:02:26Z post47114: Re: RE: owb launcher (SDLCAIRO graphics) http://community.qnx.com/sf/go/post47114 Hi Max, That's true that it is creating shared library instead of an executable. I replaced this -shared , -fPIC from CMAKE_C_FLAGS & CMAKE_CXX_FLAGS. by using: string(REPLACE "-shared" "" CMAKE_C_FLAGS ${CMAKE_C_FLAGS}) Now I guess it is trying to create an executable. And in the final stage of linking it is searching for libph, libasound etc.which earlier was not happening(should be becuase of shared lib being created instead of an executable). I linked ph & asound lirary. But some how I am not able to figure out why I am getting this error: undefined reference to `cairo_ft_scaled_font_unlock_face` undefined reference to `cairo_ft_font_face_create_for_ft_face` undefined reference to `cairo_ft_scaled_font_lock_face` undefined reference to `cairo_ft_font_face_create_for_pattern` I have cairo built with font backend set to freetype. Thanks & regards Satish Pattar satish pattar(deleted) 2010-02-11T12:43:53Z post47100: using of perl modules in perl script for slinger server not working http://community.qnx.com/sf/go/post47100 Hi All, In my perl script, i am using perl modules like DBI or Sys. When executed from command prompt script is working but when I run from web browser gettng following error "erro parsing CGI script HTTP header data". Could any one help on this. Folliwing is the script lines: #!usr/bin/perl use DBI; ................... .................. I have installed DBI and DBD perl modules. In the script if i remove "use DBI;" then the script executes from web browser. I have also mention path of modules in the script with follwing line use lib "/root/localperl/site_perl/5.10.1/_x86_no" Adding this also giving the same error. Thanks Sravanthy sravan e 2010-02-11T10:35:11Z post47049: RE: RE: RE: RE: OWB in VMware http://community.qnx.com/sf/go/post47049 Are you running io-display? Also, make sure owb is run as root. Max -----Original Message----- From: satish pattar [mailto:community-noreply@qnx.com] Sent: Wednesday, February 10, 2010 4:00 AM To: general-web_browsers Subject: Re: RE: RE: RE: OWB in VMware Hello, On launching owb, I am getting the following error: #./owb http://www.google.com gf_dev_attach() failed: No such file or directory GF init failed: are you running io-display? # Even vsync also throwing the same error. what am I doing wrong ? Thanks & Regards Satish _______________________________________________ General http://community.qnx.com/sf/go/post47003 Max Feil 2010-02-10T17:43:14Z post47048: RE: owb launcher (SDLCAIRO graphics) http://community.qnx.com/sf/go/post47048 Check the linker options being used to build your owb. For some reason ld is producing a shared object instead of a regular executable. To see the full commands lines used to compile and link, set the VERBOSE environment variable. For example: # VERBOSE=1 make owb -----Original Message----- From: satish pattar [mailto:community-noreply@qnx.com] Sent: Wednesday, February 10, 2010 6:27 AM To: general-web_browsers Subject: owb launcher (SDLCAIRO graphics) Hello, I have built the OWB for SDLCAIRO graphics on QNX neutrino self hosted . But when I try to run the application is not launching & immediately returning to prompt. what could be the reason ? #./owb http://www.google.com /bin/sh: ./owb: Attempting to exec a shared lib # Thanks Satish P _______________________________________________ General http://community.qnx.com/sf/go/post47008 Max Feil 2010-02-10T17:41:50Z post47008: owb launcher (SDLCAIRO graphics) http://community.qnx.com/sf/go/post47008 Hello, I have built the OWB for SDLCAIRO graphics on QNX neutrino self hosted . But when I try to run the application is not launching & immediately returning to prompt. what could be the reason ? #./owb http://www.google.com /bin/sh: ./owb: Attempting to exec a shared lib # Thanks Satish P satish pattar(deleted) 2010-02-10T11:27:04Z post47003: Re: RE: RE: RE: OWB in VMware http://community.qnx.com/sf/go/post47003 Hello, On launching owb, I am getting the following error: #./owb http://www.google.com gf_dev_attach() failed: No such file or directory GF init failed: are you running io-display? # Even vsync also throwing the same error. what am I doing wrong ? Thanks & Regards Satish satish pattar(deleted) 2010-02-10T09:00:00Z post46806: RE: owb linker error http://community.qnx.com/sf/go/post46806 In case anybody is interested, the problem was not enough memory installed on the build machine. The README with the build instructions gives some guidance on this. Regards, Max -----Original Message----- From: satish pattar [mailto:community-noreply@qnx.com] Sent: Monday, February 08, 2010 4:29 AM To: general-web_browsers Subject: Re: owb linker error Hi, I got rid of this error after turning off the DEBUG flag. Thanks Satish P _______________________________________________ General http://community.qnx.com/sf/go/post46745 Max Feil 2010-02-08T16:48:18Z post46745: Re: owb linker error http://community.qnx.com/sf/go/post46745 Hi, I got rid of this error after turning off the DEBUG flag. Thanks Satish P satish pattar(deleted) 2010-02-08T09:29:28Z post46474: Re: running perl script file through slinger web server on QNX6.3 http://community.qnx.com/sf/go/post46474 Hi, My perl is in /usr/bin/perl And at command line the script is executed. Thanks Sravanthy > Anyway, try to run the script on the command line first. And check that you have perl in right place according to your > script (#!/usr/local/bin/perl) > > > > _______________________________________________ > > General > http://community.qnx.com/sf/go/post46446 > > Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Bharat Electronics or support@bel.co.in immediately and destroy all copies of this message and any attachments. sravan e 2010-02-03T17:19:04Z post46451: owb linker error http://community.qnx.com/sf/go/post46451 I am trying to build the latest OWB for SDL CAIRO surface instead of GF on QNX . I could build wtf ,Javacore & WebCore. When I build for target owb target. I am getting the linker error as mentioned below. Do you have any comment on this linker error ? #make owb [0%] Built target wtf [7%] Built target jsc [96%] Built target webcore Linking CXX shared library ../../lib/libwebkit-owb.so /usr/qnx641/host/qnx6/x86/usr/bin/ntox86-ld: failed to set dynamic section sizes: Memory exhausted cc: /usr/qnx641/host/qnx6/x86/usr/bin/ntox86-ld error 1 make[3]: *** [lib/libwebkit-owb.so.2.0] Error 1 make[2]: *** [WebKit/OrigynWebBrowser/CMakeFiles/webkit-owb.dir/all] Error 2 make[1]: *** [WebKitTools/OWBLauncher/CMakeFiles/owb.dir/rule] Error 2 make: *** [owb] Error 2 # -satish satish pattar(deleted) 2010-02-03T13:58:45Z post46446: Re: running perl script file through slinger web server on QNX6.3 http://community.qnx.com/sf/go/post46446 Anyway, try to run the script on the command line first. And check that you have perl in right place according to your script (#!/usr/local/bin/perl) Tomas Cervinka 2010-02-03T09:29:21Z post46445: Re: running perl script file through slinger web server on QNX6.3 http://community.qnx.com/sf/go/post46445 I know it's a little bit too simple, but has the script execution attribute? Tomas Cervinka 2010-02-03T09:25:50Z post46444: running perl script file through slinger web server on QNX6.3 http://community.qnx.com/sf/go/post46444 Following is my requirement: I have to develop a web application ( to be on windows) to communicate an application running on QNX6.3. QNX has slinger web server that supports CGI perl, SSI and DataServer I am using CGI perl for scripting For validating input data from html file (GUI) I am using perl script. Issue: the perl script called from html file is not executing. The html page is prompting to save the .pl file which is specified in html file. Below is the proceedure I have followed: exported following env variables- export CMD_INT=/usr/bin/perl export HTTPD_ROOT_DIR=/usr/htmldoc export HTTPD_ROOT_DOC=Login.html export HTTPD_SCRIPTALIAS=/usr/cig-bin slinger -p 8080 & then opened voyager browser with http://localhost:8080/ -- This opens Login.html. But when password entered and login button is clicked, a download file dlg is displayed to save the perl script file. This testing i am doing on local host. I am attaching the html and .pl file for your reference. Kindly let me know if you have any solution for this at the earliest. If possible you could also provide be alternate solution how to go about with web application. sravan e 2010-02-03T09:17:20Z post44982: RE: RE: RE: OWB in VMware http://community.qnx.com/sf/go/post44982 Sorry about the delay in responding. The steps you are taking look correct. Things to check: 1) You indicate that you are getting a partial display, i.e. the simple gui buttons show up. This means that your problem might not be the same as Tomas', because he was not getting any display. Are you using VMware like he is? If so, then it may be the same problem he had: Newer versions of VMware need an updated Neutrino VMware graphics driver. I have attached one to this email you can try. 2) Make sure that only one devi-hid is running. When you boot Neutrino if you exit photon the devi-hid used by Photon may still be running. 3) I notice that you are getting the "Could not set cursor" message. This indicates that the gf_cursor_set() call is failing. I'm not sure why it would be failing, but you can try passing the -C option to owb which makes it not attempt to draw the mouse pointer. 4) When you run "owb" are all the shared libraries being found and opened correctly? To get this information, run owb with the DL_DEBUG environment variable set, for example: # DL_DEBUG=1 ./owb http://www.google.com If this does not solve your problem, please send me the output of "pidin arg" and a copy of your display.conf file. Regards, Max -----Original Message----- From: satish pattar [mailto:community-noreply@qnx.com] Sent: Thursday, December 24, 2009 5:32 AM To: general-web_browsers Subject: Re: RE: RE: OWB in VMware Hi, I am also facing the same issue. is this issue resolved. ? I am trying out this on QNX 6.4.1 self hosted. Steps I have followed. I downloaded the latest version of OWB webkit from SVN sources. With the steps given in README , I could build the webkit. Later I followed the pre-inquisitive instructions given in the README I ran the display driver with display.conf file. I ran devi-hid -P mouse kbd After running, I am getting black screen with partial display. Where am I doing wrong ? your inputs are appreciated. Thanks Satish P. -- Hello Max Feil, I got your e-mail ID in QNX forum , I have already posted this issue on QNX "web browser" discussion forum. Just mailing you direclty if you could help me resolve this at the earliest. The issue: On launching OWB browser with some valid url, the system is gettng hung & I am seeing a partial web browser (with some buttons at the bottom) & a black screen displaying some text which goes like this #./owb http://www.google.com Window w 1024, height 768 Could not set cursor Steps I followed: 1> I compiled OWB from latest SVN sources on QNX Neutrino 6.4.1(Self hosted) 2> ran graphics driver with display.conf which has the vendor & device ID for display matching with the output of "pci". 3> Then I ran "devi-hid -P mouse kbd" Am I missing any steps ? Your inputs are appriciated. Thanks & Regards Sateesh Pattar _______________________________________________ General http://community.qnx.com/sf/go/post44400 Max Feil 2010-01-12T04:54:24Z post44400: Re: RE: RE: OWB in VMware http://community.qnx.com/sf/go/post44400 Hi, I am also facing the same issue. is this issue resolved. ? I am trying out this on QNX 6.4.1 self hosted. Steps I have followed. I downloaded the latest version of OWB webkit from SVN sources. With the steps given in README , I could build the webkit. Later I followed the pre-inquisitive instructions given in the README I ran the display driver with display.conf file. I ran devi-hid -P mouse kbd After running, I am getting black screen with partial display. Where am I doing wrong ? your inputs are appreciated. Thanks Satish P. satish pattar(deleted) 2009-12-24T10:31:44Z post42045: Re: webkit_kd launcher http://community.qnx.com/sf/go/post42045 The webkit_kd source code has been reinstated. Max Feil 2009-11-16T21:24:03Z post42016: RE: webkit_kd launcher http://community.qnx.com/sf/go/post42016 I updated the wiki page with a link for internal users. It was decided that external users should have access only by request. Thanks, Max -----Original Message----- From: Peter Weber [mailto:community-noreply@qnx.com] Sent: Monday, November 16, 2009 9:00 AM To: general-web_browsers Subject: webkit_kd launcher Hi there, where could we get the webkit_kd launcher source code? The link on the wiki page points to an empty /trunk. http://community.qnx.com/svn/repos/web-browsers/qnx/trunk/webkit_kd/ cheers, Peter _______________________________________________ General http://community.qnx.com/sf/go/post42000 Max Feil 2009-11-16T15:19:15Z post42000: webkit_kd launcher http://community.qnx.com/sf/go/post42000 Hi there, where could we get the webkit_kd launcher source code? The link on the wiki page points to an empty /trunk. http://community.qnx.com/svn/repos/web-browsers/qnx/trunk/webkit_kd/ cheers, Peter Peter Weber 2009-11-16T13:59:39Z post41769: RE: RE: OWB in VMware http://community.qnx.com/sf/go/post41769 Can you email me directly at mfeil@qnx.com? What is the contents of your /etc/system/config/display.conf file? Are you able to run other gf apps like egl-gears? -----Original Message----- From: Tomas Cervinka [mailto:community-noreply@qnx.com] Sent: Wednesday, November 11, 2009 9:52 AM To: general-web_browsers Subject: Re: RE: OWB in VMware Sure, the input "problem" was caused by not correct starting of devi-hid, but still black output. My starting script is something like this: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/crank/x86/lib:/root/workspace/web- browsers/webkit/trunk/nto-x86-gf/lib io-display -dvid=0x15ad,did=0x405 /usr/photon/bin/devi-hid -P mouse kbd /root/workspace/web-browsers/webkit/trunk/nto-x86-gf/bin/owb -d and the output of owb is as follows: Window w 1024, height 768 NOTIFY: Start loading http://www.google.com/ NOTIFY: Status: NOTIFY: Status: NOTIFY: Title: Google NOTIFY: Progress : 29 NOTIFY: Progress : 36 NOTIFY: Progress : 45 NOTIFY: Progress : 50 NOTIFY: Progress : 63 Default Callbacks: Input Method State set to 1 NOTIFY: Progress : 67 NOTIFY: Progress : 100 NOTIFY: Finished loading http://www.google.cz/ NOTIFY: Hover: :http://video.google.cz/?hl=cs&tab=wv NOTIFY: Hover: :http://maps.google.cz/maps?hl=cs&tab=wl NOTIFY: Hover: NA:NA NOTIFY: Tooltip: Vyhledat Googlem Default Callbacks: Text field end edit Default Callbacks: save view state for item 809b0e0 _______________________________________________ General http://community.qnx.com/sf/go/post41766 Max Feil 2009-11-11T15:02:22Z post41766: Re: RE: OWB in VMware http://community.qnx.com/sf/go/post41766 Sure, the input "problem" was caused by not correct starting of devi-hid, but still black output. My starting script is something like this: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/crank/x86/lib:/root/workspace/web-browsers/webkit/trunk/nto-x86-gf/lib io-display -dvid=0x15ad,did=0x405 /usr/photon/bin/devi-hid -P mouse kbd /root/workspace/web-browsers/webkit/trunk/nto-x86-gf/bin/owb -d and the output of owb is as follows: Window w 1024, height 768 NOTIFY: Start loading http://www.google.com/ NOTIFY: Status: NOTIFY: Status: NOTIFY: Title: Google NOTIFY: Progress : 29 NOTIFY: Progress : 36 NOTIFY: Progress : 45 NOTIFY: Progress : 50 NOTIFY: Progress : 63 Default Callbacks: Input Method State set to 1 NOTIFY: Progress : 67 NOTIFY: Progress : 100 NOTIFY: Finished loading http://www.google.cz/ NOTIFY: Hover: :http://video.google.cz/?hl=cs&tab=wv NOTIFY: Hover: :http://maps.google.cz/maps?hl=cs&tab=wl NOTIFY: Hover: NA:NA NOTIFY: Tooltip: Vyhledat Googlem Default Callbacks: Text field end edit Default Callbacks: save view state for item 809b0e0 Tomas Cervinka 2009-11-11T14:51:55Z post41764: RE: OWB in VMware http://community.qnx.com/sf/go/post41764 Can you send the text from the console where you invoked wklauncher? Showing: - How you ran io-display, devi-hid, wklauncher. - How you set up LD_LIBRARY_PATH - Any messages from wklauncher - Anything else relevant -----Original Message----- From: Tomas Cervinka [mailto:community-noreply@qnx.com] Sent: Wednesday, November 11, 2009 6:56 AM To: general-web_browsers Subject: OWB in VMware I compiled OWB from latest SVN sources in 6.4.1 SDP installed in VMware image. When I run it with valid URL, the page gets loaded, but there is nothing displayed - black screen only with UI and mouse cursor is dead (works well under Photon). And No input available after I close it. Any ideas? Thanks. _______________________________________________ General http://community.qnx.com/sf/go/post41752 Max Feil 2009-11-11T14:40:07Z post41752: OWB in VMware http://community.qnx.com/sf/go/post41752 I compiled OWB from latest SVN sources in 6.4.1 SDP installed in VMware image. When I run it with valid URL, the page gets loaded, but there is nothing displayed - black screen only with UI and mouse cursor is dead (works well under Photon). And No input available after I close it. Any ideas? Thanks. Tomas Cervinka 2009-11-11T11:56:24Z