Try to run Zekr on Webkit instead of Mozilla FF/XULRunner. Here is the instructions: http://www.eclipse.org/swt/faq.php#browserwebkitgtk
1. edit config.properties in ~/.zekr/config folder and set options.browser.useMozilla = false 2. if you keep with current swt.jar (which should be 3.6.x), edit your zekr.sh (or other script files which run Zekr) and add the following option to java runtime parameters to force it use webkit rendering engine: -Dorg.eclipse.swt.browser.UseWebKitGTK=true You may also want to try to update your swt.jar to the latest 3.7.x (currently the latest is 3.7.0M5 which can be used) and try again with your current XULRunner. If it doesn't help again, try the above instructions and inform us about your progress. Regards, Mohsen On Wed, Mar 9, 2011 at 3:50 AM, mehmet nur olcay <[email protected]>wrote: > error report for installed package after crash, is attached > > -- > You received this message because you are subscribed to the Google Groups > "zekr" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/zekr?hl=en. > -- You received this message because you are subscribed to the Google Groups "zekr" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/zekr?hl=en.
