ulauncher-firefox-bookmarks icon indicating copy to clipboard operation
ulauncher-firefox-bookmarks copied to clipboard

Adjust to snap Firefox

Open shamiv opened this issue 3 years ago • 5 comments

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/').

shamiv avatar Nov 25 '21 00:11 shamiv