aloneguid / bt

Browser Tamer - browser proxy for Windows with autodetection, rules, scripting.
https://aloneguid.github.io/bt/
Apache License 2.0
157 stars 6 forks source link

MSIX firefox not discovered #64

Closed AeliusSaionji closed 9 months ago

AeliusSaionji commented 9 months ago

The MSIX firefox is the containerized variant where updates are handled by the windows store.

A firefox.exe exists on PATH, placed here C:\Users\aelius\AppData\Local\Microsoft\WindowsApps\firefox.exe

Unfortunately browser tamer refuses to use it, "the file cannot be accessed by the system".

Absent a sample config file or config documentation, I've played around with reverse engineering your code to try and manually create the config entries. The basics seem to work just fine

aloneguid commented 9 months ago

It's probably a hard link. If you find a solution feel free to raise a PR.

AeliusSaionji commented 9 months ago

Could you share what a complete config.ini featuring firefox looks like?

Removing the full path such that cmd = firefox.exe works fine.

aloneguid commented 9 months ago

Great, thanks for sharing this.