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

Vimfx doesn't work in Firefox 102 #973

Closed
5 tasks done
yuandi42 opened this issue Jun 29, 2022 · 4 comments
Closed
5 tasks done

Vimfx doesn't work in Firefox 102 #973

yuandi42 opened this issue Jun 29, 2022 · 4 comments

Comments

@yuandi42
Copy link

Vimfx (both v0.24.6 and v0.24.7 with latest legacyfox) stopped working as soon as I updated to Firefox 102. And I failed to reinstall Vimfx as Firefox claimed that an unsigned add-on couldn't be installed.

I've preform debugging steps below:

  • resource://legacy/ gives you a list of three .jsm files (and that they aren't empty)
  • open about:config and type 'general.config'. post results
    1656477384
  • open about:support and search for 'application binary'. go to this directory and verify that config.js, legacy.manifest, legacy/*.jsm and defaults/pref/config-prefs.js are present.
    1656477617
  • hit f12 to open devtools, ...
    1656477924
  • where did you install firefox/nightly from (arch repo, aur, mozilla,...)? can you reproduce it with the binaries from 'https://mozilla.org/nightly'?
    Installed from arch repo
% paru -Qs firefox
local/firefox 102.0-1
    Standalone web browser from mozilla.org
local/legacyfox 2.3-1
    Legacy bootstrapped extensions for Firefox 65 and beyond

I didn't try to install nigthy from mozilla.org yet. I'm wondering how to solve the problem and I find it difficult for me to browse Internet with this add-on. Thank you for your prompt reply.

@kooskaspers
Copy link

Same issue here :(. Can't enable the plugin either.

@girst
Copy link
Collaborator

girst commented Jun 29, 2022 via email

@kooskaspers
Copy link

Thanks. Fixed the issue. My steps:

wget https://git.gir.st/LegacyFox.git/snapshot/0548b59e51d966622e8733c62690078b61713d48.zip
$> unzip 0548b59e51d966622e8733c62690078b61713d48.zip
$> cd LegacyFox-0548b59
$> sudo make install DESTDIR=/usr/lib/firefox/
tar xzf legacyfox.tar.gz -C "/usr/lib/firefox/"

Then download the latest VimFx release. Don't try to install it directly by clicking on the latest release, but download the xpi file, and open it in firefox. Now it should be installed. Ignore the warning 'VimFx could not be verified for use in Firefox an has been disabled.'.

@yuandi42
Copy link
Author

Thanks! Updating legacyfox works for my problem too.

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

3 participants