Open
Description
The program expects the firefox developer edition to be installed to /usr/bin/firefox-developer-edition
, whereas the package from mozilla's repository installs it to /usr/bin/firefox-devedition
I fixed this by adding
Browser(BROWSER_TYPE_FIREFOX, "Firefox Developer Edition", "firefox-devedition", "/usr/bin/firefox-devedition"),
to the list of browsers, I think that's the right way to do it but idk (I saw other programs had two entries but just wanna make sure ig)
Metadata
Metadata
Assignees
Labels
No labels