Hello!

Oh no, what a bug! :-)
There's a bug with String.LastIndexOf( String ) in Mono when running in
sv_SE.UTF-8 and fi_FI.UTF-8.
It's because V and W was (not anymore!) considered the same letter.

So line 1635 in src/SimiasApp/Simias.cs fails:
int index =  appPath.LastIndexOf( "web" );
because there's a W in the string probably.
Reproducible in booish for example.

Setting the locale to anything else before you start the app makes it
work again.

BR
-- 
-------------------------------------------------------
Ernst Persson            Stickybit AB
IT Consultant            Gustav Adolfs Torg 10 A
+46 40 631 15 08         SE-211 39 Malmö
[EMAIL PROTECTED]       http://www.stickybit.se/
_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to