Skip to content

Firefox developer edition deb not detected properly #343

Open
@ashy1227

Description

@ashy1227

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions