Saturday, September 15, 2007

OpenLaszlo Worked Out

Guess what the story was? No prizes for guessing that the problem was a well known bug in IE. :-)

Before to get that problem though we found a small problem in the openlaszlo's lzc file for Linux. Seems like the way "find" is being used there causes problems on my debian.

There is a line in lps-4.0.2/bin/lzc which says -
LPS_HOME=`find "$myhome/../Server" -name lps'*' -maxdepth 1`
It should really say -
LPS_HOME=`find "$myhome/../Server" -maxdepth 1 -name lps'*'`

Apart from the widget we are re-working our front page to explain the whole idea better.

But now that we have the widget working on IE, we want to start inviting people to join. Finally.

1 comment:

Raju Bitter said...

Hi Kulpreet,

Way to go! I can imagine how happy you felt, when you found out about it.

Did you a file bug in JIRA (http://jira.openlaszlo.org)? If not, please do so and we'll add the fix to the next release.

Best,
Raju