==> 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
Search Criteria
Package Details: cryptomator 1.19.3-1
Package Actions
| 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, as.skymatic) |
| Last Packager: | as.skymatic |
| Votes: | 82 |
| Popularity: | 1.03 |
| First Submitted: | 2016-04-03 17:36 (UTC) |
| Last Updated: | 2026-06-29 13:51 (UTC) |
Dependencies (10)
- alsa-lib
- fuse3 (fuse3-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libnet (libnet-gitAUR)
- libxrender
- libxtst
- maven (mvnvmAUR) (make)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
- keepassxc-cryptomatorAUR (optional) – Use KeePassXC to store vault passwords
- ttf-hanazonoAUR (optional) – Install this font when using Japanese system language
Required by (1)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 19 Next › Last »
Dwa30v commented on 2021-02-20 11:57 (UTC) (edited on 2021-02-20 11:57 (UTC) by Dwa30v)
<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
<deleted-account> commented on 2020-04-22 05:39 (UTC)
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:
- Installed 2 JREs - refer code block at bottom
- Disabled firewall (ufw)
- 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.
<deleted-account> commented on 2020-04-22 05:38 (UTC)
I've built and installed successfully but the app wont launch... complaining about Java. Please refer to code block at the bottom.
I tried the following:
- Installed 2 JREs
$ archlinux-java status
Available Java environments:
java-11-openjdk
java-13-openjdk (default)
I tried (switched to) both Java versions.
-
Disabled firewall (ufw)
-
Downloaded the AppImage from upstream and it executed successfully.
Any help?
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
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?
ajgraves commented on 2020-01-25 20:28 (UTC)
@matthias.lisin probably because I already had jdk13 installed. The makepkg command errored out complaining about needing jdk=11.
It may not be uncommon for others to have multiple versions installed (but I could be wrong about that?)
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.