Package Details: protonmail-bridge 3.10.0-1

Git Clone URL: https://aur.archlinux.org/protonmail-bridge.git (read-only, click to copy)
Package Base: protonmail-bridge
Description: Integrate ProtonMail paid account with any program that supports IMAP and SMTP (Qt desktop application)
Upstream URL: https://github.com/ProtonMail/proton-bridge
Keywords: bridge email mail protonmail protonmail-bridge
Licenses: GPL-3.0-only
Submitter: aimileus
Maintainer: ali.molaei (PMBridge-Devs, BenTheTechGuy, carsme)
Last Packager: BenTheTechGuy
Votes: 106
Popularity: 2.69
First Submitted: 2018-03-02 16:03 (UTC)
Last Updated: 2024-03-21 17:22 (UTC)

Pinned Comments

carsme commented on 2023-12-08 22:34 (UTC) (edited on 2023-12-08 22:35 (UTC) by carsme)

NOTICE: This pkgbase is now produces two packages:

  • protonmail-bridge-core: Containing the core daemon & CLI program.
  • protonmail-bridge: Containing the Qt desktop application.

The second package depends on the first. If you don't have a need for the desktop application, you can now choose to only install protonmail-bridge-core.

This packaging change should be seamless and no action should be required before or after the upgrade.

Thanks to @ali.molaei and @BenTheTechGuy for the feedback regarding this change!

bthompson commented on 2021-06-17 04:13 (UTC)

Just having pass installed with a key set up wasn't enough for me, I had to follow this: https://pychao.com/2020/06/10/update-on-using-protonmail-bridge-on-headless-wordpress-linux-servers/

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 27 Next › Last »

MTL117 commented on 2024-02-22 17:05 (UTC)

May I suggest using export GOPATH=$(mktemp -d) in the PKGBUILD? On my machine go mod download -x downloads all the modules to my home directory (/home/$USER/go) and I have to clean that up after each build.

mranderson17 commented on 2024-02-22 16:04 (UTC)

@ali.molaei thanks, yeah that worked. Sorry for the dumb comment, forgot that was necessary sometimes.

ali.molaei commented on 2024-02-22 15:56 (UTC)

@mranderson17 just rebuild the package with the new grpc

mranderson17 commented on 2024-02-22 15:12 (UTC)

grpc apparently does not provide the required libraries anymore:

protonmail-bridge: error while loading shared libraries: libgrpc++.so.1.60: cannot open shared object file: No such file or directory

Downgrading to grpc-1.60.1-1 from grpc-1.62.0-1 allows protonmail-bridge to start but it's not a permanent solution.

ali.molaei commented on 2024-02-20 08:45 (UTC)

I removed unit tests from the PKGBUILD as it's not our job to run unit tests, it's a development thing internal for the proton team not for the maintainers.

techz commented on 2024-02-20 00:58 (UTC)

@carsme having the same issue as @BoomLinuxForJeff again.

FAIL    github.com/ProtonMail/proton-bridge/v3/pkg/sum [build failed]
?       github.com/ProtonMail/proton-bridge/v3/pkg/tar  [no test files]
ok      github.com/ProtonMail/proton-bridge/v3/pkg/algo 0.002s
FAIL
==> ERROR: A failure occurred in check().
    Aborting...
 -> error making: protonmail-bridge-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
protonmail-bridge-core - exit status 4

I have disabled the check() for now and it has worked but thought I'd bring this up in case.

MTL117 commented on 2024-02-03 07:41 (UTC) (edited on 2024-02-03 07:42 (UTC) by MTL117)

Apparently, 8 hours ago a new version of ProtonMail Bridge was released. I've received an email about this as well:

Dear Proton Mail Bridge user,

If you are using the Windows or Linux version of Proton Mail Bridge, your version of the Bridge application is impacted by an issue that is preventing automatic software updates and may also reduce reliability.

A new version of Bridge has been released which will re-enable automatic updates, which are important for security and reliability. You can update to this new version by downloading and installing the latest Proton Mail Bridge from the link below.

Don't know how relevant automatic updates are for this particular AUR package. Just letting you know. Have a great weekend, everyone!

JeepGen commented on 2024-01-03 23:32 (UTC)

@carsme, now it appears ok on all my three Arch installations: many thanks!

carsme commented on 2024-01-03 16:29 (UTC)

@JeepGen @BoomLinuxForJeff, I can reproduce the test failure, unsure of why it started failing. I've pushed a new pkgver where the test is disabled. Let me know if the issues persists.

JeepGen commented on 2024-01-03 11:11 (UTC)

@BoomLinuxForJeff, I have exactly the same problem...