-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adjust to snap Firefox #4
Comments
Thanks for sharing! I did the same for Flatpak.
|
@daggr8 thanks! Now the extension can see Firefox bookmarks, but for some reason, unable to open them. Have you seen this problem on your side? |
Yeah i had that too. If i recall it was that the Firefox flatpak wasn't the default browser. |
@daggr8 thank you so much! it works now! |
Wow, working in 2023, really cool, thank you! |
To make the extension work with the snap version of Firefox, I opened
history.py
and replacedfirefox_path = os.path.join(os.environ['HOME'], '.mozilla/firefox/')
withfirefox_path = os.path.join(os.environ['HOME'], 'snap/firefox/common/.mozilla/firefox/')
.The text was updated successfully, but these errors were encountered: