I guess this problem is caused by incompatibility with new firefox/xulrunner.
First change "options.browser.useMozilla = false" back to true. You have two options: - Downgrade to xulrunner 1.9 - Upgrade swt.jar supplied with Zekr. You can download its latest version from here: http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.7.1-201109091335/swt-3.7.1-gtk-linux-x86_64.zip (that link is for the x86_64 version) Replace swt.jar in zekr/lib with the newer version you just downloaded. Zekr should work now. Regards, Ali On Sat, Dec 24, 2011 at 2:10 AM, AnaSalafee <[email protected]> wrote: > Changed, (was true, changed to false) > now shows this: > > org.eclipse.swt.SWTError: XPCOM error -1041039104 > at org.eclipse.swt.browser.Mozilla.error(Unknown Source) > at org.eclipse.swt.browser.Mozilla.initFactories(Unknown Source) > at org.eclipse.swt.browser.Mozilla.create(Unknown Source) > at org.eclipse.swt.browser.Browser.<init>(Unknown Source) > at net.sf.zekr.ui.QuranForm.makeFrame(QuranForm.java:475) > at net.sf.zekr.ui.QuranForm.init(QuranForm.java:300) > at net.sf.zekr.ui.QuranForm.<init>(QuranForm.java:278) > at net.sf.zekr.ZekrMain.startZekr(ZekrMain.java:51) > at net.sf.zekr.ZekrMain.main(ZekrMain.java:91) > > $cat .zekr/config/config.properties | grep -i mozilla > options.browser.useMozilla = false > > > On Dec 23, 5:49 am, Mohsen Saboorian <[email protected]> wrote: > > Wa Alaikumassalaam wr, > > > > Set the following option in ~/.zekr/config/config.properties and try > again: > > options.browser.useMozilla = false > > > > Regards, > > Mohsen > > -- > 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.
