@ArchBoxHero 3.73.1 is the most up to date version of Tutanota. How are you launching the app? I've seen that people who have this problem typically have an older version of the Tutanota appimage somewhere on their system that is being launched instead of the newest version.
Search Criteria
Package Details: tutanota-desktop 267.250206.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tutanota-desktop.git (read-only, click to copy) |
---|---|
Package Base: | tutanota-desktop |
Description: | The desktop client for Tutanota, the secure e-mail service. |
Upstream URL: | https://tuta.com/secure-email |
Licenses: | GPL-3.0-or-later |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos (ajgraves) |
Last Packager: | yochananmarqos |
Votes: | 30 |
Popularity: | 0.66 |
First Submitted: | 2020-03-03 17:27 (UTC) |
Last Updated: | 2025-02-10 18:24 (UTC) |
Dependencies (9)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libsecret
- nss (nss-hgAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- emscripten (emscripten-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (0)
Sources (4)
ajgraves commented on 2020-05-20 01:55 (UTC)
ArchBoxHero commented on 2020-05-20 01:53 (UTC)
Hey what's the status with an update on this package? I'm getting a login error reading: "Please update Tutanota. The currently installed version is too old and not supported any longer." And what can I do to help if anything? I need to get a little more involved and help out in this community if I can.
ajgraves commented on 2020-05-11 20:36 (UTC)
@yochananmarqos Ah, got it. Thanks!
yochananmarqos commented on 2020-05-11 20:35 (UTC)
@ajgraves: The --unpacked
flag is just an instruction to place the files in a folder instead of an installer. If you remove that, it will still fail to build. On a successful build, without that flag it won't place the files anywhere.
ajgraves commented on 2020-05-11 20:28 (UTC)
@yochananmarqos I was just trying to figure that out as well. Was going to try to build without the --unpacked
param to see if that at least let the build complete.
yochananmarqos commented on 2020-05-11 20:25 (UTC)
@ajgraves: No, the patch is no longer needed. However, 3.73.1 fails to build, see my comment on the Unpacked Linux build issue.
ajgraves commented on 2020-05-11 19:50 (UTC)
Hey @yochananmarqos I'm working on updating this. I believe 1928.patch
is no longer needed, however I'm not sure. I'm going to check the github issue to see.
jdarnold commented on 2020-03-16 21:31 (UTC)
I'm getting the following error when trying to update my system:
:: installing libappindicator-gtk2 (12.10.0-14) breaks dependency 'libappindicator' required by tutanota-desktop-linux
:: installing libindicator-gtk2 (12.10.1-9) breaks dependency 'libindicator' required by tutanota-desktop-linux
Any ideas?
yochananmarqos commented on 2020-03-09 17:22 (UTC)
@mholiv: It should work if I make the package use the system electron
package instead of the bundled version. I'm going to wait on that for now as there's a few other things to iron out first.
mholiv commented on 2020-03-09 03:56 (UTC) (edited on 2020-03-09 04:12 (UTC) by mholiv)
@yochananmarqos
It worked really well till the end where I think it was trying to download a hard coded x64 electron binary.
Starting installer build...
• electron-builder version=22.3.3 os=5.5.0-3.1-MANJARO-ARM
• loaded configuration file=package.json ("build" field)
• writing effective config file=build/dist/installers/builder-effective-config.yaml
• installing production dependencies platform=linux arch=x64 appDir=/var/tmp/pamac-build-caitlin/tutanota-desktop/src/tutanota-tutanota-release-3.68.1/build/dist
• packaging platform=linux arch=x64 electron=8.0.0 appOutDir=build/dist/installers/linux-unpacked
• downloading url=https://github.com/electron/electron/releases/download/v8.0.0/electron-v8.0.0-linux-x64.zip size=71 MB parts=8
• downloaded url=https://github.com/electron/electron/releases/download/v8.0.0/electron-v8.0.0-linux-x64.zip duration=38.03s
Move output to /build/desktop/...
Build time: 640.652s (20:53)
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
strip: Unable to recognise the format of the input file `./opt/tutanota-desktop/swiftshader/libGLESv2.so'
strip: Unable to recognise the format of the input file `./opt/tutanota-desktop/swiftshader/libEGL.so'
strip: Unable to recognise the format of the input file `./opt/tutanota-desktop/tutanota-desktop'
strip: Unable to recognise the format of the input file `./opt/tutanota-desktop/crashpad_handler'
strip: Unable to recognise the format of the input file `./opt/tutanota-desktop/libvk_swiftshader.so'
strip: Unable to recognise the format of the input file `./opt/tutanota-desktop/libGLESv2.so'
strip: Unable to recognise the format of the input file `./opt/tutanota-desktop/chrome-sandbox'
strip: Unable to recognise the format of the input file `./opt/tutanota-desktop/libffmpeg.so'
strip: Unable to recognise the format of the input file `./opt/tutanota-desktop/libEGL.so'
/usr/bin/tutanota-desktop: line 3: /opt/tutanota-desktop/tutanota-desktop: cannot execute binary file: Exec format error
Pinned Comments
yochananmarqos commented on 2025-02-21 16:35 (UTC)
PSA: This currently fails to build with
emscripten
>=4.0.3. Usetutanota-desktop-bin
for now.