Can you explain more about this:
> for each profile folders (in my case it was only 'g7f41cg.default')
go into profile folder and set up executable bit on subfolder 'tidy'
Question
-----------
1) Is it based on 0.839 ?
2) if yes, maybe go in tidyUtil.js and try to find the creation of the
tidy directory, this line:
> file.create(Components.interfaces.nsIFile.DIRECTORY_TYPE, 0664);
664 is an Unix priv. If there is a better value 700 ?
3) delete the tidy directory and retry
If it works better, please tell me and I will fix it in my code.
Thanks,
Marc
Dmitriy Buldakov wrote:
> Hi Marc.
>
> First of all I am happy to say you big thanks!
>
> Your HTML Validator with SGML parser is a real great tool.
>
> But, unfortunately, we were not able to use you tool as full as
> possible because our primary OS is FreeBSD and you do not provide
> FreeBSD xpi package. (In fact you provide, but only old version,
> without SGML :-)
>
> So, I spent three days and, after numerous attempts, build you tool
> under FreeBSD 6.1.
>
> If you wish I can send you FreeBSD xpi and you can place it on your
> site for download.
> I hope it can help other peoples used FreeBSD
>
> In fact xpi was built by me has only one trouble -
>
> after installation user mast manually
>
> 1) go to folder ~/.mozilla/firefox/
> 2) for each profile folders (in my case it was only
> 'g7f41cg.default') go into profile folder and set up executable bit
> on subfolder 'tidy'
>
>
> The xpi runs under FreeBSD 6.1 and 6.2 under FireFox 1.5 and 2.0
>
>
> B.R.
> Dmitriy
>
> P.S. One more moment - I cannot run you "xpi builder" correctly and
> just replace libnstidy.so file in linux xpi :-)
>
|