jsLib Question

View: New views
7 Messages — Rating Filter:   Alert me  

jsLib Question

by Nikola Novakovic :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I also have this pop-up window on my thunderbird 2.0 on slackware.
It pops up every time i start it and every time i want to send mail.
Is there any solution to this? it is really anoying.
Here is screenshot
http://lavirint.ns-linux.org/jslib.png

Tnx.
Nikola
_______________________________________________
Jslib mailing list
Jslib@...
http://mozdev.org/mailman/listinfo/jslib

Re: jsLib Question

by Pete Collins :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok, I will look into this asap.

--pete

Nikola Novakovic wrote:

>I also have this pop-up window on my thunderbird 2.0 on slackware.
>It pops up every time i start it and every time i want to send mail.
>Is there any solution to this? it is really anoying.
>Here is screenshot
>http://lavirint.ns-linux.org/jslib.png
>
>Tnx.
>Nikola
>_______________________________________________
>Jslib mailing list
>Jslib@...
>http://mozdev.org/mailman/listinfo/jslib
>
>
>  
>

--
Pete Collins - Founder, Mozdev Group Inc.
www.mozdevgroup.com
Mozilla Software Development Solutions
tel: 1-719-302-5811
fax: 1-719-302-5813

_______________________________________________
Jslib mailing list
Jslib@...
http://mozdev.org/mailman/listinfo/jslib

Re: jsLib Question

by Claudio Bizzarri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

little workaround (to be fixed):

on linux systems, comment line

pref("toolkit.defaultChromeURI",
"chrome://jslib/content/jslib/content/aboutDialog.xul");

in file

.mozilla/firefox/1234abcd.default/extensions/{DF8E5247-8E0A-4de6-B393-0735A39DFD80}/defaults/preferences/prefs.js

(of course, 1234abcd is your profile code).

Ciao,
Claudio

2007/5/9, Pete Collins <pete@...>:

> Ok, I will look into this asap.
>
> --pete
>
> Nikola Novakovic wrote:
>
> >I also have this pop-up window on my thunderbird 2.0 on slackware.
> >It pops up every time i start it and every time i want to send mail.
> >Is there any solution to this? it is really anoying.
> >Here is screenshot
> >http://lavirint.ns-linux.org/jslib.png
> >
> >Tnx.
> >Nikola
> >_______________________________________________
> >Jslib mailing list
> >Jslib@...
> >http://mozdev.org/mailman/listinfo/jslib
> >
> >
> >
> >
>
> --
> Pete Collins - Founder, Mozdev Group Inc.
> www.mozdevgroup.com
> Mozilla Software Development Solutions
> tel: 1-719-302-5811
> fax: 1-719-302-5813
>
> _______________________________________________
> Jslib mailing list
> Jslib@...
> http://mozdev.org/mailman/listinfo/jslib
>


--
 Dott. Ing. Claudio Bizzarri
 GSM: 3296509050 FAX: 06233200217

Per favore non mandatemi allegati Word o PowerPoint.
Preferisco pdf, documenti OpenOffice o file di testo semplice.
http://www.gnu.org/philosophy/no-word-attachments.it.html
_______________________________________________
Jslib mailing list
Jslib@...
http://mozdev.org/mailman/listinfo/jslib

Re: jsLib Question

by Pete Collins :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

FIX checked in and new builds posted.

  V, 0.1.351

Yes, the pref below was causing it on OSX and Linux.

--pete

Claudio Bizzarri wrote:

>little workaround (to be fixed):
>
>on linux systems, comment line
>
>pref("toolkit.defaultChromeURI",
>"chrome://jslib/content/jslib/content/aboutDialog.xul");
>
>in file
>
>.mozilla/firefox/1234abcd.default/extensions/{DF8E5247-8E0A-4de6-B393-0735A39DFD80}/defaults/preferences/prefs.js
>
>(of course, 1234abcd is your profile code).
>
>Ciao,
>Claudio
>
>2007/5/9, Pete Collins <pete@...>:
>  
>
>>Ok, I will look into this asap.
>>
>>--pete
>>
>>Nikola Novakovic wrote:
>>
>>    
>>
>>>I also have this pop-up window on my thunderbird 2.0 on slackware.
>>>It pops up every time i start it and every time i want to send mail.
>>>Is there any solution to this? it is really anoying.
>>>Here is screenshot
>>>http://lavirint.ns-linux.org/jslib.png
>>>
>>>Tnx.
>>>Nikola
>>>_______________________________________________
>>>Jslib mailing list
>>>Jslib@...
>>>http://mozdev.org/mailman/listinfo/jslib
>>>
>>>
>>>
>>>
>>>      
>>>
>>--
>>Pete Collins - Founder, Mozdev Group Inc.
>>www.mozdevgroup.com
>>Mozilla Software Development Solutions
>>tel: 1-719-302-5811
>>fax: 1-719-302-5813
>>
>>_______________________________________________
>>Jslib mailing list
>>Jslib@...
>>http://mozdev.org/mailman/listinfo/jslib
>>
>>    
>>
>
>
>  
>

--
Pete Collins - Founder, Mozdev Group Inc.
www.mozdevgroup.com
Mozilla Software Development Solutions
tel: 1-719-302-5811
fax: 1-719-302-5813

_______________________________________________
Jslib mailing list
Jslib@...
http://mozdev.org/mailman/listinfo/jslib

Parent Message unknown Fixed!

by Jesse S. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pete Collins wrote:
> FIX checked in and new builds posted.
>
>  V, 0.1.351
>
> Yes, the pref below was causing it on OSX and Linux.
>
> --pete
>
>

I can confirm that this problem went away on my end.  Thanks for the
quick fix!
-=-=-
... "Labor is prior to, and independent of, capital. Capital is only the
fruit of labor, and could never have existed if labor had not first
existed. Labor is the superior of capital, and deserves much the higher
consideration."

        -- Abraham Lincoln, First Annual Message to Congress, December 3, 1861."
_______________________________________________
Jslib mailing list
Jslib@...
http://mozdev.org/mailman/listinfo/jslib

Re: jsLib Question

by Evan Perkins :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for taking care of this so quickly!

On 5/9/07, Pete Collins <pete@...> wrote:

> FIX checked in and new builds posted.
>
>   V, 0.1.351
>
> Yes, the pref below was causing it on OSX and Linux.
>
> --pete
>
> Claudio Bizzarri wrote:
>
> >little workaround (to be fixed):
> >
> >on linux systems, comment line
> >
> >pref("toolkit.defaultChromeURI",
> >"chrome://jslib/content/jslib/content/aboutDialog.xul");
> >
> >in file
> >
> >.mozilla/firefox/1234abcd.default/extensions/{DF8E5247-8E0A-4de6-B393-0735A39DFD80}/defaults/preferences/prefs.js
> >
> >(of course, 1234abcd is your profile code).
> >
> >Ciao,
> >Claudio
> >
> >2007/5/9, Pete Collins <pete@...>:
> >
> >
> >>Ok, I will look into this asap.
> >>
> >>--pete
> >>
> >>Nikola Novakovic wrote:
> >>
> >>
> >>
> >>>I also have this pop-up window on my thunderbird 2.0 on slackware.
> >>>It pops up every time i start it and every time i want to send mail.
> >>>Is there any solution to this? it is really anoying.
> >>>Here is screenshot
> >>>http://lavirint.ns-linux.org/jslib.png
> >>>
> >>>Tnx.
> >>>Nikola
> >>>_______________________________________________
> >>>Jslib mailing list
> >>>Jslib@...
> >>>http://mozdev.org/mailman/listinfo/jslib
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>--
> >>Pete Collins - Founder, Mozdev Group Inc.
> >>www.mozdevgroup.com
> >>Mozilla Software Development Solutions
> >>tel: 1-719-302-5811
> >>fax: 1-719-302-5813
> >>
> >>_______________________________________________
> >>Jslib mailing list
> >>Jslib@...
> >>http://mozdev.org/mailman/listinfo/jslib
> >>
> >>
> >>
> >
> >
> >
> >
>
> --
> Pete Collins - Founder, Mozdev Group Inc.
> www.mozdevgroup.com
> Mozilla Software Development Solutions
> tel: 1-719-302-5811
> fax: 1-719-302-5813
>
> _______________________________________________
> Jslib mailing list
> Jslib@...
> http://mozdev.org/mailman/listinfo/jslib
>
_______________________________________________
Jslib mailing list
Jslib@...
http://mozdev.org/mailman/listinfo/jslib

Re: jsLib Question

by mulldr :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I had this problem with the Window build Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

FIXED

Thanks for the solution!

David



Thanks for taking care of this so quickly!

On 5/9/07, Pete Collins <pete@mozdevgroup.com> wrote:
> FIX checked in and new builds posted.
>
>   V, 0.1.351
>
> Yes, the pref below was causing it on OSX and Linux.
>
> --pete
>
> Claudio Bizzarri wrote:
>
> >little workaround (to be fixed):
> >
> >on linux systems, comment line
> >
> >pref("toolkit.defaultChromeURI",
> >"chrome://jslib/content/jslib/content/aboutDialog.xul");
> >
> >in file
> >
> >.mozilla/firefox/1234abcd.default/extensions/{DF8E5247-8E0A-4de6-B393-0735A39DFD80}/defaults/preferences/prefs.js
> >
> >(of course, 1234abcd is your profile code).
> >
> >Ciao,
> >Claudio

LightInTheBox - Buy quality products at wholesale price