I am on ubuntu 11.10 64 bit. I just git cloned your repository and when I run ./chromeless, this is what I get:
Missing prerequisites! I must download xulrunner to run. Doing so
Fetching xulrunner, 376 bytes from releases.mozilla.org
| 0% 100% |
|***********************************************************************|
Traceback (most recent call last):
File "./chromeless", line 89, in <module>
f.run()
File "/home/nafis/apps/chromeless/impl/mozfetcher/_fetcher.py", line 142, in run
self._fetch(descriptor)
File "/home/nafis/apps/chromeless/impl/mozfetcher/_fetcher.py", line 111, in _fetch
raise RuntimeError("download failure! md5 mismatch!")
RuntimeError: download failure! md5 mismatch!
I am on ubuntu 11.10 64 bit. I just git cloned your repository and when I run
./chromeless
, this is what I get: