cryptomator does not read contents of the pluginDir: ~/.local/share/Cryptomator/plugins
and hence not uses the keepassxc-cryptomator plugin when startet via the .desktop
entry. It does use the pluginDir when startet via the CLI.
Search Criteria
Package Details: cryptomator 1.14.2-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: | 81 |
Popularity: | 0.48 |
First Submitted: | 2016-04-03 17:36 (UTC) |
Last Updated: | 2024-11-19 11:41 (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-natspecAUR, unzip-zstdAUR) (make)
- keepassxc-cryptomatorAUR (optional) – Use KeePassXC to store vault passwords
- ttf-hanazono (optional) – Install this font when using Japanese system language
Required by (1)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 18 Next › Last »
purejava commented on 2022-02-28 06:41 (UTC) (edited on 2022-02-28 06:41 (UTC) by purejava)
<deleted-account> commented on 2021-12-18 14:12 (UTC)
@SailReal I rebooted and that solved the problem. Thank you very much.
SailReal commented on 2021-12-13 13:39 (UTC) (edited on 2021-12-13 13:40 (UTC) by SailReal)
@currantpigeonsty did you just installed the Java environment like e.g. jdk-openjdk
? If so you need to do the following so that your environment uses the updated $PATH variable:
After installation, the Java environment will need to be recognized by the shell ($PATH variable). This can be done by sourcing /etc/profile from the command line or by logging out/in again of the Desktop Environment or reboot. (From https://wiki.archlinux.org/title/java)
After that, the installation should work :)
<deleted-account> commented on 2021-12-13 13:14 (UTC)
I got the following error message and makepkg stopped.
PKGBUILD: line 54: jlink: command not found
Do you have dependency issues?
SailReal commented on 2021-11-18 20:10 (UTC)
@xafr there are a few packages that provide java-environment=17
, some are even in the main repo like e.g. https://archlinux.org/packages/extra/x86_64/jdk-openjdk/ or the AUR has e.g. https://aur.archlinux.org/packages/zulu-17-bin/
xafr commented on 2021-11-18 19:43 (UTC)
Thanks for your hint with Java 16. Seems like the new version needs Java 17 to install which I don't even have on manjaro... "unable to satisfy dependency 'java-environment=17' required by cryptomator" Is there a way to install it without those java-dependencies?
SailReal commented on 2021-10-29 18:45 (UTC)
@Fatum v1.6.2 will be published on Monday or Tuesday with a bugfix for it. Here is the issue for more information: https://github.com/cryptomator/cryptomator/issues/1866
Fatum commented on 2021-10-29 18:38 (UTC) (edited on 2021-10-29 18:38 (UTC) by Fatum)
Please help! After updating the package, the program runs only from root. If you run it as a normal user, the GUI does not start.
(cryptomator:9280): Gtk-WARNING **: 21:26:39.908: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
21:26:40.115 [JavaFX Application Thread] INFO o.c.ui.launcher.FxApplicationStarter - JavaFX Runtime started.
Exception in thread "JavaFX Application Thread" java.io.UncheckedIOException: Failed to load /fxml/main_window.fxml
at org.cryptomator.desktop@1.6.1/org.cryptomator.ui.common.FxmlLoaderFactory.createScene(FxmlLoaderFactory.java:61)
at org.cryptomator.desktop@1.6.1/org.cryptomator.ui.common.FxmlLoaderFactory.createScene(FxmlLoaderFactory.java:47)
at org.cryptomator.desktop@1.6.1/org.cryptomator.ui.mainwindow.MainWindowModule.provideMainScene(MainWindowModule.java:76)
at org.cryptomator.desktop@1.6.1/org.cryptomator.ui.mainwindow.MainWindowModule_ProvideMainSceneFactory.provideMainScene(MainWindowModule_ProvideMainSceneFactory.java:31)
at org.cryptomator.desktop@1.6.1/org.cryptomator.launcher.DaggerCryptomatorComponent$MainWindowComponentImpl.fxmlSceneScene(DaggerCryptomatorComponent.java:5933)
at org.cryptomator.desktop@1.6.1/org.cryptomator.launcher.DaggerCryptomatorComponent$MainWindowComponentImpl$SwitchingProvider.get(DaggerCryptomatorComponent.java:6062)
at dagger@2.39/dagger.internal.DoubleCheck.get(DoubleCheck.java:47)
at org.cryptomator.desktop@1.6.1/org.cryptomator.ui.mainwindow.MainWindowComponent.showMainWindow(MainWindowComponent.java:28)
at org.cryptomator.desktop@1.6.1/org.cryptomator.ui.fxapp.FxApplication.lambda$showMainWindow$1(FxApplication.java:114)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:290)
at java.base/java.lang.Thread.run(Unknown Source)
full code error: http://pastie.org/p/4zCTHXasb8FrlW026OpPko
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.