Package Details: cryptomator 1.12.3-1

Git Clone URL: https://aur.archlinux.org/cryptomator.git (read-only, click to copy)
Package Base: cryptomator
Description: Multiplatform transparent client-side encryption of your files in the cloud.
Upstream URL: https://cryptomator.org/
Keywords: cryptography encryption
Licenses: GPL3
Submitter: Foxboron
Maintainer: ajgraves (overheadhunter, SailReal)
Last Packager: SailReal
Votes: 79
Popularity: 0.25
First Submitted: 2016-04-03 17:36 (UTC)
Last Updated: 2024-02-27 15:44 (UTC)

Dependencies (10)

Required by (1)

Sources (2)

Pinned Comments

ajgraves commented on 2021-05-02 20:49 (UTC)

Everyone, with great thanks to @SailReal, this package now builds Cryptomator from source. If you wish to continue using the binary AppImage build, you need only to install cryptomator-bin.

We made this change to better align with the desires of the community (you've asked a few times to make this a "build from source" package) as well as better align to the package naming convention within the AUR.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 17 Next › Last »

ajgraves commented on 2021-02-20 12:41 (UTC)

@Dwa30v, it appears the package was updated by upstream without bumping the version number, so the checksum changed. I have pushed an update to the PKGBUILD to fix that.

Dwa30v commented on 2021-02-20 11:57 (UTC) (edited on 2021-02-20 11:57 (UTC) by Dwa30v)

==> Validating source files with sha256sums...
    cryptomator-1.5.12-x86_64.AppImage ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build cryptomator

<deleted-account> commented on 2020-10-05 13:51 (UTC)

This software is open source software. However, PKGBUILD uses binaries. The correct package name is cryptomator-bin.

<deleted-account> commented on 2020-10-05 13:46 (UTC)

java-openjfx should be added to the dependent packages.

exoro commented on 2020-06-28 20:43 (UTC)

Thanks, pete_mitchell! Just want to make a correction to your typo though. The package that fixes the issue is java-openjfx

pete_mitchell commented on 2020-04-22 05:39 (UTC) (edited on 2020-04-22 06:06 (UTC) by pete_mitchell)

UPDATE: Issue fixed
By running the AppImage from terminal, I noticed it was calling OpenJFX (rather than OpenJDK). I installed OpenJDK and now this package is working!


Issue
I've built and installed successfully but the app wont launch... complaining about Java:

15:13:33.136 [main] INFO  org.cryptomator.launcher.Cryptomator - Starting Cryptomator 1.5.0 on Linux 5.4.33-3-lts (amd64)
Exception in thread "main" java.lang.UnsupportedOperationException: Desktop API is not supported on the current platform
        at java.desktop/java.awt.Desktop.getDesktop(Desktop.java:303)
        at org.cryptomator.ui.launcher.AppLifecycleListener.<init>(AppLifecycleListener.java:47)
        at org.cryptomator.ui.launcher.AppLifecycleListener_Factory.newInstance(AppLifecycleListener_Factory.java:51)
        at org.cryptomator.ui.launcher.AppLifecycleListener_Factory.get(AppLifecycleListener_Factory.java:39)
        at org.cryptomator.ui.launcher.AppLifecycleListener_Factory.get(AppLifecycleListener_Factory.java:11)
        at dagger.internal.DoubleCheck.get(DoubleCheck.java:47)
        at org.cryptomator.ui.traymenu.TrayMenuController_Factory.get(TrayMenuController_Factory.java:41)
        at org.cryptomator.ui.traymenu.TrayMenuController_Factory.get(TrayMenuController_Factory.java:12)
        at dagger.internal.DoubleCheck.get(DoubleCheck.java:47)
        at org.cryptomator.ui.traymenu.TrayIconController_Factory.get(TrayIconController_Factory.java:34)
        at org.cryptomator.ui.traymenu.TrayIconController_Factory.get(TrayIconController_Factory.java:9)
        at dagger.internal.DoubleCheck.get(DoubleCheck.java:47)
        at org.cryptomator.launcher.DaggerCryptomatorComponent$TrayMenuComponentImpl.trayIconController(DaggerCryptomatorComponent.java:677)
        at org.cryptomator.ui.traymenu.TrayMenuComponent.addIconToSystemTray(TrayMenuComponent.java:20)
        at org.cryptomator.ui.launcher.UiLauncher.launch(UiLauncher.java:47)
        at org.cryptomator.launcher.Cryptomator.runGuiApplication(Cryptomator.java:91)
        at org.cryptomator.launcher.Cryptomator.run(Cryptomator.java:75)
        at org.cryptomator.launcher.Cryptomator.main(Cryptomator.java:48)
Cryptomator Failed to launch JVM

I tried the following:

  1. Installed 2 JREs - refer code block at bottom
  2. Disabled firewall (ufw)
  3. Downloaded the AppImage from upstream and it executed successfully.
$ archlinux-java status
Available Java environments:
  java-11-openjdk
  java-13-openjdk (default)

Switched to both Java versions.

matthias.lisin commented on 2020-01-26 22:34 (UTC)

@ajgraves That's the reason :P makepkg doesn't install dependencies by default.

-s, --syncdeps   Install missing dependencies with pacman

ajgraves commented on 2020-01-26 21:47 (UTC)

@matthias.lisin I am not, I'm running just regular makepkg

matthias.lisin commented on 2020-01-26 10:29 (UTC)

@ajgaves Are you running makepkg with the -s flag?