thanks for maintaining.
I added --no-sandbox
to the menu executable and it worked...
so in /usr/share/applications/bluemail.desktop
I changed to Exec=bluemail --no-sandbox %U
and that worked. Wasn't sure if adding --disable-gpu-sandbox
alone in bluemail-flags.conf
would work.
But changing the executable did.
Pinned Comments
alissonlauffer commented on 2023-06-10 22:06 (UTC) (edited on 2023-06-10 22:09 (UTC) by alissonlauffer)
Well, I've just updated the package to use the latest version available in Snapcraft (1.136.30), and also hardcoded a workaround to the crash at startup in
bluemail.sh
, until the Electron version is updated.But I have a warning: I personally don't recommend using this email client for now, because it uses a very old version of Electron (
v13.3.0
) which was released almost 2 years ago, and the developers of the application don't seem to care about the large number of CVEs of these old versions of Electron (I emailed them 9 months ago requesting an Electron update).Also, because the version of Electron is old, there are many compatibility issues with newer libraries, such as even requiring the sandbox to be turned off (which is a very bad sign for security).