-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mailsy fails to launch a browser on any platform that is not MacOS #24
Comments
I would like to further note I ma not seeing any console logs output as I attempt to open the emails as I would expect if it was encountering some sort of error from looking at the code `const openEmail = async (email) => { try {
} catch (error) { |
Same here :C Mac Os version just works. strangely 🤯 |
Mailsy will fail to open a browser to view emails on any platform that is not MacOS.
I have tested this by installed though both npm and brew on WSL and on Linux Native (Fedora) and found that no matter if the package is install through npm or by first installing homebrew on Linux mailsy will fail to launch a browser. I have been able to replicate this issue on any platform that is not MacOS. I have attempted to run Mailsy on Fedora through npm and it fails to launch a browser. Tested on Fedora with the brew package manager and it fails to launch a browser. Tested on WSL Debian with the npm package and it fails to launch a browser. As well as I have ensured WSL would have a browser to launch by also "sudo apt install firefox-esr" on WSL first before installing. Additionally I have attempted to install Mailsy though the brew package manager under WSL and it still fails to launch a browser.
The text was updated successfully, but these errors were encountered: