Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work in Firefox 7.0.1 #4

Open
allanjude opened this issue Oct 2, 2011 · 10 comments
Open

Does not work in Firefox 7.0.1 #4

allanjude opened this issue Oct 2, 2011 · 10 comments

Comments

@allanjude
Copy link

When I attempt to decrypt a string with FireGPG in Firefox 7, I get this error:

TypeError: Cc[NS_IPCBUFFER_CONTRACTID] is undefined

@evgeni
Copy link
Contributor

evgeni commented Oct 2, 2011

If you are running Linux, could you try updating the IPC libraries from here: https://github.com/evgeni/firegpg/commit/4f3b183ec9731134b0bbbdf13dd9515be3c355a0

If not, well, you need newer IPC libraries (as usual).

@allanjude
Copy link
Author

No, I'm on windows, but, I have a bunch of FreeBSD servers, could I cross compile an IPC dll with mingw or something?

@allanjude allanjude reopened this Oct 2, 2011
@evgeni
Copy link
Contributor

evgeni commented Oct 3, 2011

Don't think so, but you can compile on Windows natively:
https://developer.mozilla.org/En/Simple_Firefox_build

@IceCat
Copy link

IceCat commented Oct 4, 2011

@ evgeni: "Hey thanks man, your commit for Firefox 7.0.1 on Linux worked and fixed the issue I was having!"

@TQcWFKBYF
Copy link

Do the appropriate IPC libraries exist for Windows at all?

@johey
Copy link

johey commented Nov 8, 2011

How do you do that? I tried just replacing the ~.mozilla/firefox/jnvvtnzo.default/extensions/firegpg@getfiregpg.team/components/libfiregpg_ipc.64.so with the one in github, but after restarting Firefox the plugin is disabled because of incompatibility with Firefox 7.0.1. Using GNU/Linux amd64.

@evgeni
Copy link
Contributor

evgeni commented Nov 8, 2011

Yes, if you do not let Firefox ignore the version information in install.rdf, you have also to pull in this change:
https://github.com/evgeni/firegpg/commit/0a7cf585b4571f42c14f78b96fe441f56e2ac668
(I am using Add-on Compatibility Reporter https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ here to override the version foobar)

@evgeni
Copy link
Contributor

evgeni commented Dec 15, 2011

Firefox 8.x Linux libs are here:
https://github.com/evgeni/firegpg/commits/firefox_8_ipc
I still miss windows and mac builds :/

@SHMAUS-Carter
Copy link

still no ipc build for Firefox 8 on windows?

@evgeni
Copy link
Contributor

evgeni commented Jan 25, 2012

Should work fine w/o IPC since 07f10c4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants