will-stone / browserosaurus

🦖 The browser prompter for macOS
https://browserosaurus.com
GNU General Public License v3.0
1.69k stars 160 forks source link

Firefox Developer Edition not being picked / discovered in v20.0.0 #602

Closed sankalp-khare closed 1 year ago

sankalp-khare commented 1 year ago

Is there an existing issue for this?

Current Behaviour

Despite re-scanning Firefox Developer Edition does not show up in the list of browsers.

Expected Behaviour

Firefox Developer Edition should be discovered and listed.

Steps To Reproduce

Check the list of browsers pop-up, or in the preferences.

Issue re-scan and re-confirm that Firefox Developer Edition does not appear.

Browserosaurus version

20.0.0

macOS version

13.0.1

CPU Architecture

ARM

Anything else?

No response

sankalp-khare commented 1 year ago

The app name in src/config/apps.ts

  'Firefox Developer Edition': {
    privateArg: '--private-window',
  },

and the name of the folder under /Applications matches:

❯ ls -1d /Applications/Firefox*
/Applications/Firefox Developer Edition.app/
will-stone commented 1 year ago

Fixed in this PR https://github.com/will-stone/browserosaurus/pull/600 it’s merged so will be in next release.

sankalp-khare commented 1 year ago

@will-stone I confirm this is fixed. Thanks a lot!