Vladimir Yakovlev
Vladimir Yakovlev
Nothing new was done in the app code in regard to handling mailto scheme.
It's unlikely to come in the near future.
Glad you liked the program. At the moment donating is not possible as it was not originally planned. I've heard there is Patreon and GitHub sponsorship program so there will...
I'm not going to look into it in the near future. Maybe someone else will. The workaround is using another package type.
The app uses https://github.com/AppImage/AppImageKit/releases/tag/13 for packaging. The data of this release is Dec 31 2020, so quite old. The https://github.com/AppImage/AppImageKit/releases/tag/continuous won't work since I need a static binary due to...
> The https://github.com/AppImage/AppImageKit/releases/tag/continuous won't work since I need a static binary due to the hash sum check. The long-standing upstream/blocker issue is here https://github.com/AppImage/AppImageKit/issues/849.
By the way, just curious, why would anyone prefer appimage app package over the other Linux options (especially flatpak/snap)? I understand that it's about portability across different OS, but flatpak...
> It is also best for fast and simple test if app is what you are looking for. Using appimage for test purposes makes sense to me. Afaik, there is...
Any luck with [this](https://mega.nz/folder/J8hwFRhA#J68BfPCE-ySpCEesypk0_Q) build? The only change in relation to appimage is [tweaking the permissions](https://github.com/vladimiry/ElectronMail/commit/faf0260644f8fc5e1f8d972f1d2aabf9e05a4d2d) before repackaging. Starting it using `firejail --profile=electron-mail --appimage electron-mail-5.0.1-linux-x86_64.AppImage` command ends up for me...
Yes, have tried the default profile and noprofile option. Much less stuff gets printed to the console, but the outcome is the same - `Parent is shutting down, bye...` message.