Package Details: ente-auth-bin 4.4.24-1

Git Clone URL: https://aur.archlinux.org/ente-auth-bin.git (read-only, click to copy)
Package Base: ente-auth-bin
Description: Ente two-factor authenticator.
Upstream URL: https://ente.io/auth
Licenses: AGPL-3.0-or-later
Conflicts: ente-auth
Provides: ente-auth
Submitter: alessandroberna
Maintainer: alessandroberna
Last Packager: alessandroberna
Votes: 38
Popularity: 0.66
First Submitted: 2024-03-30 19:10 (UTC)
Last Updated: 2026-07-06 08:04 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

Gurov commented on 2026-09-08 19:05 (UTC)

When is this package getting updated?

yochananmarqos commented on 2026-07-06 15:23 (UTC)

@alessandroberna: This depends on libsodium again:

enteauth: error while loading shared libraries: libsodium.so: cannot open shared object file: No such file or directory

yochananmarqos commented on 2026-07-06 14:17 (UTC)

@alessandroberna: zenity is no longer required as the upstream Flutter file picker uses XDG Desktop Portal now. Sorry, forgot where I saw it, I think it was this PR.

gadicc commented on 2026-07-06 13:08 (UTC)

For anyone else having issues where enteauth hangs on load, or only shows a black unresponsive window - and unrelated to the issue below (fixed by installing "gnome-keyring") - I fixed this by removing $XDG_CACHE_HOME/{fontconfig,glycin,gtk-3.0,mesa_shader_cache}. I should have tried one-by-one to isolate, but, removing all worked great `:)

alessandroberna commented on 2026-06-12 19:59 (UTC)

@yochananmarqos thank you very much!!

yochananmarqos commented on 2026-06-09 18:39 (UTC)

@alessandroberna: As of 4.4.23, there's a dependency on polkit and a PolicyKit Policy:

  install -d "${pkgdir}/usr/share/polkit-1/actions"
  ln -s /usr/share/enteauth/data/flutter_assets/assets/polkit/com.ente.auth.policy \
    "${pkgdir}/usr/share/polkit-1/actions/"

bakslashr commented on 2026-05-03 19:53 (UTC)

This corrupts the default key ring.

If you start up ente auth, then login, then restart the system, the default key ring is fubarred. The system tries to create a new default key ring.

You can check that it gets corrupted by stopping gnome-keyring-daemon and then running...

/usr/bin/gnome-keyring-daemon --foreground --components=secrets

...which will print out the error.

alessandroberna commented on 2026-03-25 22:46 (UTC)

@yochananmarqos fixed, thanks!!

yochananmarqos commented on 2026-03-24 20:20 (UTC)

@Gurov: The StartupWMClass is related to the wm_class, not the name of the desktop file.

@alessandroberna: The desktop-file-edit bit can be removed as the upstream desktop file already sets the StartupWMClass to io.ente.auth.

Gurov commented on 2026-03-24 15:23 (UTC)

Also you should probably change the

desktop-file-edit --set-key=StartupWMClass --set-value=io.ente.auth "$pkgdir/usr/share/applications/enteauth.desktop"

Line to

desktop-file-edit --set-key=StartupWMClass --set-value=enteauth "$pkgdir/usr/share/applications/enteauth.desktop"

Because the .desktop file name is different from io.ente.auth