Search Criteria
Package Details: electronmail-bin 5.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/electronmail-bin.git (read-only, click to copy) |
---|---|
Package Base: | electronmail-bin |
Description: | Unofficial ProtonMail Desktop App |
Upstream URL: | https://github.com/vladimiry/ElectronMail |
Keywords: | electron electron-mail electronmail email email-securely-app encryption mail privacy protonmail |
Licenses: | GPL3 |
Conflicts: | electronmail |
Provides: | electronmail |
Submitter: | joshirio |
Maintainer: | desktop-app |
Last Packager: | desktop-app |
Votes: | 40 |
Popularity: | 0.56 |
First Submitted: | 2019-03-13 16:13 (UTC) |
Last Updated: | 2024-12-08 18:23 (UTC) |
Dependencies (16)
- c-ares (c-ares-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- http-parser
- libappindicator-gtk3
- libevent (libevent-gitAUR)
- libnotify (libnotify-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libxslt (libxslt-gitAUR)
- libxss
- minizip (minizip-gitAUR)
- nss (nss-hgAUR)
- re2 (re2-gitAUR)
- snappy (snappy-gitAUR)
- gnome-keyring (gnome-keyring-gitAUR) (optional) – for storing passwords in GNOME Keyring
- org.freedesktop.secrets (gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, bitw-gitAUR, keepassxc-qt6AUR, pass-secret-service-binAUR, keepassxc-gitAUR, pass-secret-service-gitAUR, dssdAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – password storage backend required for auto-login feature
Latest Comments
« First ‹ Previous 1 2 3
joshirio commented on 2019-04-30 16:21 (UTC)
@ajgraves yes, please report it upstream since it's the same upstream pacman package
ajgraves commented on 2019-04-30 16:18 (UTC)
Latest update introduces some problems. I get this error when running:
[17738:0430/094522.380764:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/ElectronMail/chrome-sandbox is owned by root and has mode 4755. zsh: trace trap (core dumped) electron-mail
I got it to run by setting mode 4755 (setuid root) on chrome-sandbox, but the package should probably be fixed to either do that on install/update, or if there's a better way of resolving this. I'll post this to the upstream as well; I recall seeing something in the release notes about upgrading Electron versions so could be related?
joshirio commented on 2019-04-28 17:11 (UTC) (edited on 2019-04-28 17:12 (UTC) by joshirio)
@stevendoesstuffs I belive those are upstream deps, see https://github.com/vladimiry/ElectronMail/issues/104 and https://github.com/vladimiry/ElectronMail/issues/57#issuecomment-432201465
I'm not sure it would work, can you eventually do some tests? As I don't have a system without gnome-keyring at hand. Does the "keep me signed-in" feature (master password) work without gnome-keyring (by using libsecret)? And then there's the issue with KDE where kwallet/ksecretservice has not a libsecret API (never implemented AFAIK), so that the KDE user must install gnome-keyring anyway...
stevendoesstuffs commented on 2019-04-28 15:33 (UTC)
Since this program internally uses node-keytar which depends on libsecret, can you please swap out the dependency for gnome-keyring for libsecret?
joshirio commented on 2019-03-13 16:17 (UTC)
On KDE plasma if you have issues with the tray icon, make sure to change the .desktop launch command to:
XDG_CURRENT_DESKTOP=Unity "/opt/ElectronMail/electron-mail" %U
« First ‹ Previous 1 2 3