Take a look at our
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
Password Manager and Firefox crash [Solution]
Password Manager and Firefox crash [Solution]
Hi All,
OK, here are two solutions to the problem.
A. The short work-around fix: open about:config and change browser.link.open_newwindow.restriction to 0 (default should be 2 or something). This should force all popups to open in a new tab. see http://kb.mozillazine.org/Browser.link. ... estriction for more details. By default, the other two related settings (open_newwindow and open_external) should be fine (both set to 3?).
B. Use a modified version of the add-on. The problem is purely caused by unthoughtful javascript code and is not too difficult to fix. Besides, the current addon is not compatible with Firefox 3.0b2, which could only be fixed by modifying the package itself. However I'm not sure if it will violate copyright laws or board regulations so I can't post the solution. Bord Admin: can you please let me know?
P.S. The addon can be removed by opening up registry editor (regedit /v), navigate to HKEY_CURRENT_USER\Software\Mozilla\Firefox\Extensions, and delete the key {FCF36B88-1BBA-487f-B64B-D2E8980A9293}.
OK, here are two solutions to the problem.
A. The short work-around fix: open about:config and change browser.link.open_newwindow.restriction to 0 (default should be 2 or something). This should force all popups to open in a new tab. see http://kb.mozillazine.org/Browser.link. ... estriction for more details. By default, the other two related settings (open_newwindow and open_external) should be fine (both set to 3?).
B. Use a modified version of the add-on. The problem is purely caused by unthoughtful javascript code and is not too difficult to fix. Besides, the current addon is not compatible with Firefox 3.0b2, which could only be fixed by modifying the package itself. However I'm not sure if it will violate copyright laws or board regulations so I can't post the solution. Bord Admin: can you please let me know?
P.S. The addon can be removed by opening up registry editor (regedit /v), navigate to HKEY_CURRENT_USER\Software\Mozilla\Firefox\Extensions, and delete the key {FCF36B88-1BBA-487f-B64B-D2E8980A9293}.
T60P, T7200, 4GB, FireGL 5250, 3945ABG, nice little baby.
-
- Freshman Member
- Posts: 112
- Joined: Fri Feb 18, 2005 3:46 pm
- Location: Malmoe, Sweden
- Contact:
Just to ref to the original thread regarding this topic; but the suggested solution is a poor work-around and clearly not the final solution... Also, not all pop-up will work with the suggested solution.
Are you sure? It's been a while since I found out the first solution and I haven't run into trouble yet. I have to admit it's ugly though... The final solution, as I said, is to modify the add-on. I haven't had the need to do this until I found out yesterday that the add-on doesn't work on Firefox 3 due to some breaking changes in the new version...khaverblad wrote:Just to ref to the original thread regarding this topic; but the suggested solution is a poor work-around and clearly not the final solution... Also, not all pop-up will work with the suggested solution.
T60P, T7200, 4GB, FireGL 5250, 3945ABG, nice little baby.
OK, I figured it should be OK to post more details about the problem and how to fix it without the actual file. This should at least benefit those who are able to do it themselves. I love the password manager and find it indispensable. If you are determined to get it working like I was, read on.
1. You will need to locate the installation package at \Program Files\Lenovo\Client Security Solution\tvtpwm_moz_xpi.xpi .
2. The xpi package is essentially a zip file and can be opened with essentially any compression package (e.g. winrar).
3. Locate the file tvtpwm.jar in the xpi package under the Chrome directory. A jar file is also essentially a zip file. You can take it out of the xpi package and extract its contents.
4. Locate tvtpwm.js in the jar file under the content directory. This javascript file is the culprit of all problems.
5. Open the js file with your favorite text editor.
If you are only interested in fixing the popup crash problem, all you have to do is to locate the following line:
and change to:
Now that you fixed the code, you need to update the original packages with the changed files. What's left is then to uninstall the original package (see my first post in this thread) and drag the modified package to firefox.
If you want to get it to work for firefox 3, you will need to do a bit more work (ref. mozilla bug 296639), and don't forget to update install.rdf with a higher version number.
If you absolutely love password manager but can't fix it yourself, and you feel that you can trust me, drop an email to tvtpwmfix[at]gmail[dot]com with your original copy of tvtpwm_moz_xpi.xpi. I might mail you back my copy. However there's no guarantee.
Cheers.
1. You will need to locate the installation package at \Program Files\Lenovo\Client Security Solution\tvtpwm_moz_xpi.xpi .
2. The xpi package is essentially a zip file and can be opened with essentially any compression package (e.g. winrar).
3. Locate the file tvtpwm.jar in the xpi package under the Chrome directory. A jar file is also essentially a zip file. You can take it out of the xpi package and extract its contents.
4. Locate tvtpwm.js in the jar file under the content directory. This javascript file is the culprit of all problems.
5. Open the js file with your favorite text editor.
If you are only interested in fixing the popup crash problem, all you have to do is to locate the following line:
Code: Select all
TvtPwmComponent = Components.classes[TvtPwmComponent_CID].createInstance();
Code: Select all
TvtPwmComponent = Components.classes[TvtPwmComponent_CID].getService();
If you want to get it to work for firefox 3, you will need to do a bit more work (ref. mozilla bug 296639), and don't forget to update install.rdf with a higher version number.
If you absolutely love password manager but can't fix it yourself, and you feel that you can trust me, drop an email to tvtpwmfix[at]gmail[dot]com with your original copy of tvtpwm_moz_xpi.xpi. I might mail you back my copy. However there's no guarantee.
Cheers.
T60P, T7200, 4GB, FireGL 5250, 3945ABG, nice little baby.
-
- Freshman Member
- Posts: 112
- Joined: Fri Feb 18, 2005 3:46 pm
- Location: Malmoe, Sweden
- Contact:
Just sent it to you.khaverblad wrote:Gave the suggested fix a try and it didn't work out; I get the same result. Quite sure that the changes where done proper; so would be of interested to try out your "package" as well; so sent you an e-mail.
T60P, T7200, 4GB, FireGL 5250, 3945ABG, nice little baby.
-
- Freshman Member
- Posts: 112
- Joined: Fri Feb 18, 2005 3:46 pm
- Location: Malmoe, Sweden
- Contact:
-
- Freshman Member
- Posts: 112
- Joined: Fri Feb 18, 2005 3:46 pm
- Location: Malmoe, Sweden
- Contact:
Is this the fix you are referring to? Client Security Solution 8.1 patch for Mozilla Firefox
http://www-307.ibm.com/pc/support/site. ... MIGR-69426
Do you have to install the Client Security Solution 8.1 for Windows Vista (32-bit only) and XP first?
http://www-307.ibm.com/pc/support/site. ... MIGR-69128
My firefox crahes well over 50% of the time
http://www-307.ibm.com/pc/support/site. ... MIGR-69426
Do you have to install the Client Security Solution 8.1 for Windows Vista (32-bit only) and XP first?
http://www-307.ibm.com/pc/support/site. ... MIGR-69128
My firefox crahes well over 50% of the time
-
- Freshman Member
- Posts: 112
- Joined: Fri Feb 18, 2005 3:46 pm
- Location: Malmoe, Sweden
- Contact:
That should be the one; in my case the browser crashed 100% of the times when I clicked on pop-ups and the official patch has solved my issue.
Question; did the other suggested solution work out for you? Also when reading Mozilla Bug there seems to be several other individuals that still had the problem after applying the unofficial fix and as you that also had a more random behavior when the browser crashed due to pop-ups; I would suggest that you re-open the Mozilla Bug report and add talkback log info.
Question; did the other suggested solution work out for you? Also when reading Mozilla Bug there seems to be several other individuals that still had the problem after applying the unofficial fix and as you that also had a more random behavior when the browser crashed due to pop-ups; I would suggest that you re-open the Mozilla Bug report and add talkback log info.
Re: Password Manager and Firefox crash [Solution]
Hi -- an update to a very old post -- but Lenovo's Thinkpad Password Manager plugin continues to fall out of date with newer versions of Firefox
I have an "old" T60 refurbished with the original partition XP re-installed fresh. To get PM to work I found I had to re-install all the updates using the Thinkvantage update (Maintenance, Update my system), starting with the updater itself which had to be reinstalled.
Then, I had to go get the Mozilla Firefox patch dated 8/6/2008 for fire3fox 3.0 (MIGR-70132 on the Lenovo site)
Still not done. when updating Firefox to 3.5, the plug in which had installed OK became out of date and greyed out....so I followed the instructions above to pull install.rdf out of the xpi file and change the Firefox version number from 3.0+ to 3.5+. Upon reloading the xpi into Firefox by dragging it into the plug-in dialog box, it reinstalls and works. The other changes in the xpi are apparently already made.
Problem seems to be that each new version of Firefox is immediately out of date with the plugin. And Lenovo seems not to be in any hurry to update its xpis (the 3.0 version is a year old and the most recent update!)
The modified xpi works but there are some problems...on some sites the password registration seems to hang while the page is loading and Firefox crashes! Worse, all the registered passwords in PM get flushed and lost. Clearly the PM-Firefox integration is not robust
I have the UPEK software for the USB eikon reader and its plugin works like a charm. The reader on the thinkpad is an old UPEK device; too bad it couldn't just work with the UPEK plugins or that UPEK was not contracted to maintain the software
Oh well...
I have an "old" T60 refurbished with the original partition XP re-installed fresh. To get PM to work I found I had to re-install all the updates using the Thinkvantage update (Maintenance, Update my system), starting with the updater itself which had to be reinstalled.
Then, I had to go get the Mozilla Firefox patch dated 8/6/2008 for fire3fox 3.0 (MIGR-70132 on the Lenovo site)
Still not done. when updating Firefox to 3.5, the plug in which had installed OK became out of date and greyed out....so I followed the instructions above to pull install.rdf out of the xpi file and change the Firefox version number from 3.0+ to 3.5+. Upon reloading the xpi into Firefox by dragging it into the plug-in dialog box, it reinstalls and works. The other changes in the xpi are apparently already made.
Problem seems to be that each new version of Firefox is immediately out of date with the plugin. And Lenovo seems not to be in any hurry to update its xpis (the 3.0 version is a year old and the most recent update!)
The modified xpi works but there are some problems...on some sites the password registration seems to hang while the page is loading and Firefox crashes! Worse, all the registered passwords in PM get flushed and lost. Clearly the PM-Firefox integration is not robust
I have the UPEK software for the USB eikon reader and its plugin works like a charm. The reader on the thinkpad is an old UPEK device; too bad it couldn't just work with the UPEK plugins or that UPEK was not contracted to maintain the software
Oh well...
Re: Password Manager and Firefox crash [Solution]
I had read all those and determined us pharmacy selling levitra the problem was this bad add-on ThinkVantage Password Manager which is identified as invalid and greyed out. My problem is how to delete it. Apparently it is identified in some hidden location or registry which I do not have access to. To go on to the next release it must be totally removed first. A google search has many posts on this problem even some solutions that work for XP but not for VISTA.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Trackpoint-scrolling on W10: Firefox much smoother than Chrome
by ModelMman » Mon Sep 02, 2019 3:40 pm » in Windows 10 - 0 Replies
- 1337 Views
-
Last post by ModelMman
Mon Sep 02, 2019 3:40 pm
-
-
-
Yoga 260: Firefox cannot access hardware graphics accelerator
by tinkerer » Fri Oct 25, 2019 12:18 pm » in ThinkPad Yoga - 1 Replies
- 669 Views
-
Last post by Omineca
Fri Oct 25, 2019 10:07 pm
-
-
-
P53 RTX 5000 Noisy Inductors - Probable Cause and Solution
by bmwman91 » Sat Dec 07, 2019 12:03 pm » in ThinkPad P1/P50/P70 and later Series - 1 Replies
- 46 Views
-
Last post by RealBlackStuff
Sat Dec 07, 2019 1:37 pm
-
-
-
Ericsson F3507g Mobile Broadband Win 7 setup x64 bit WWAN Card driver install solution
by finitrans » Tue Jul 02, 2019 4:51 pm » in ThinkPad T400/410/420 and T500/510/520 Series - 0 Replies
- 2233 Views
-
Last post by finitrans
Tue Jul 02, 2019 4:51 pm
-
Who is online
Users browsing this forum: No registered users and 33 guests