ulauncher-firefox-bookmarks
ulauncher-firefox-bookmarks copied to clipboard
Adjust to snap Firefox
To make the extension work with the snap version of Firefox, I opened history.py
and replaced firefox_path = os.path.join(os.environ['HOME'], '.mozilla/firefox/')
with firefox_path = os.path.join(os.environ['HOME'], 'snap/firefox/common/.mozilla/firefox/')
.