Package Details: tutanota-desktop 259.241213.0-1

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: 29
Popularity: 0.25
First Submitted: 2020-03-03 17:27 (UTC)
Last Updated: 2024-12-16 17:19 (UTC)

Latest Comments

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

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

yochananmarqos commented on 2020-03-09 02:08 (UTC)

@mholiv: Edit the PKGBUILD, change arch=('x86_64') to arch=('any') and let me know if it works. I don't have any other architectures to test on.