Package Details: proton-authenticator-bin 1.1.5-1

Git Clone URL: https://aur.archlinux.org/proton-authenticator-bin.git (read-only, click to copy)
Package Base: proton-authenticator-bin
Description: 2FA app from Proton to securely sync and backup 2FA codes
Upstream URL: https://proton.me/authenticator
Keywords: 2fa 2fa-backup 2fa-sync authenticator mfa multi-factor-authentication proton totp two-factor-authentication
Licenses: GPL-3.0-or-later
Conflicts: proton-authenticator
Provides: proton-authenticator
Submitter: CyberSphinx
Maintainer: AlphaLynx
Last Packager: AlphaLynx
Votes: 29
Popularity: 1.43
First Submitted: 2025-07-31 17:34 (UTC)
Last Updated: 2026-05-13 03:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

galvez_65 commented on 2025-08-02 13:23 (UTC)

With Proton's announcement I was pleasantly surprised to see that there was already an AUR package I could try. However, I see that it's listed as orphaned? @CyberSphinx are you planning on maintaining this? or is it really Orphaned already? If the later thanks for putting something up so quickly and I hope someone picks it up, if the former hope it gets sorted out and again thanks

audricd commented on 2025-08-02 09:09 (UTC)

getting Failed to create GBM buffer of size 800x600: Invalid argument /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/span:302: reference std::span<const char8_t>::operator const [_Type = const char8_t, _Extent = 18446744073709551615]: Assertion '__idx < size()' failed.

Operating System: Arch Linux KDE Plasma Version: 6.4.2 KDE Frameworks Version: 6.16.0 Qt Version: 6.9.1 Kernel Version: 6.15.6-arch1-1 (64-bit) Graphics Platform: Wayland

syl commented on 2025-08-02 08:30 (UTC)

Hi @CyberSphinx, thx for creating this aur!!

same error than @rapaero

/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/span:302: reference std::span<const char8_t>::operator const [_Type = const char8_t, _Extent = 18446744073709551615]: Assertion '__idx < size()' failed.

Yok0ri commented on 2025-07-31 21:37 (UTC) (edited on 2025-07-31 21:37 (UTC) by Yok0ri)

I am getting proton-authenticator: error while loading shared libraries: libwebkit2gtk-4.1.so.0: cannot open shared object file: No such file or directory when trying to launch.

Installing webkit2gtk doesn't do anything.

Forcefully symlinking existing library leads to another one: proton-authenticator: error while loading shared libraries: libjavascriptcoregtk-4.1.so.0: cannot open shared object file: No such file or directory. Finally, symlinking that library allows to launch the app, but it crashes immediately:

(process:47174): libsoup-ERROR **: 23:03:20.106: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
Trace/breakpoint trap      (core dumped) proton-authenticator

rapaero commented on 2025-07-31 20:55 (UTC)

Hello There!

I'm getting the error:

/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/span:302: reference std::span<const char8_t>::operator const [_Type = const char8_t, _Extent = 18446744073709551615]: Assertion '__idx < size()' failed.

EndevourOS Kernel 6.15.8-arch1-1 #1 SMP PREEMPT_DYNAMIC x86_64

Ath8eeGh4eZiishu commented on 2025-07-31 18:54 (UTC)

For me it works with __NV_DISABLE_EXPLICIT_SYNC=1 proton-authenticator, probably related to https://github.com/tauri-apps/tauri/issues/10702

dordoka commented on 2025-07-31 18:36 (UTC)

Fails to build. I guess you are on it.

Just in case it helps:

Desktop entry is wrong, should be ${pkgdir}/usr/share/applications/Proton·Authenticator.desktop".

Icon dir is wrong, should be ${pkgdir}/usr/share/icons/hicolor/256x256@2/apps/proton-authenticator.png (256x256@2 is just one resolution, also 32x32 and 128x128 are available).

Built package with those changes and installed. Sadly, it errors out with a wayland related error:

Gdk-Message: 20:34:43.331: Error 71 (Protocol error) dispatching to Wayland display.

Relaunched with WEBKIT_DISABLE_DMABUF_RENDERER=1, fixes the Error 71, but freezes on load.