Wall
April 24, 2023, 7:43am
#1
Hello,
it seems that the PPA doesn’t work on the last Ubuntu version 23.04 (Lunar Lobster).
After adding the PPA the terminal returns
Error:6 Index of /sebastian-stenzel/cryptomator/ubuntu lunar Release
404 Not Found [IP: 185.125.190.52 443]
Can you please update it?
Hi and thanks for lettings us know.
We are currently testing Cryptomator on 23.04 (Lunar Lobster) and will provide the ppa for the version directly if everything looks fine.
Wall
April 24, 2023, 9:36am
#3
Thank you very much. Let me know if you have a .deb version that I can test on my system.
The ppa is now available for Lunar.
If you run into any problems please let us know.
Wall
April 24, 2023, 11:46am
#5
Hello,
I’ve updated the repository and Kubuntu correctly updated it. I’ve also installed it and restored my profile from a previous Debian installation: everything worked fine.
I have an issue when revealing the valut.
13:42:20.885 [JavaFX Application Thread] INFO o.cryptomator.ui.common.VaultService - Revealed XXXXXX
It should open up the Dolphin window but Dolphin seems to crash… I can see the “rolling wheel” for a while and then it closes. Here below the output of journalctl after this “crash”. Let me know if in your opinion it’s something I should report against Cryptomator or KDE Plasma
apr 24 13:45:09 enrico-kubuntu kwin_x11[1808]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 4579, resource id: 69206150, major code: 18 (ChangeProperty), minor code: 0
apr 24 13:45:09 enrico-kubuntu systemd[1542]: app-org.keepassxc.KeePassXC-8d9a7d40d72244a5acfc81867374cd58.scope: Consumed 1.299s CPU time.
apr 24 13:45:09 enrico-kubuntu kwin_x11[1808]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 4588, resource id: 23070369, major code: 18 (ChangeProperty), minor code: 0
apr 24 13:45:14 enrico-kubuntu kwin_x11[1808]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 6076, resource id: 69206029, major code: 18 (ChangeProperty), minor code: 0
apr 24 13:45:14 enrico-kubuntu systemd[1542]: Started app-org.kde.dolphin-7bdad2f14b004450844dbd981b456ba4.scope - Dolphin - Gestore dei file.
apr 24 13:45:15 enrico-kubuntu kwin_x11[1808]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 6557, resource id: 69206028, major code: 15 (QueryTree), minor code: 0
Tested it with GNOME, thanks for the feedback regarding KDE. I’ll have a look at it.
1 Like
We took a closer look at the problem. During the reveal path, an xdg-open
is finally executed. On the console directly, this also works as it should. The same applies if you execute it from Python, for example. In Java in a JShell, however, it does not. We have summarised everything in the following issue Kubuntu on Lunar Lobster (23.04) fails to reveal vault path · Issue #2873 · cryptomator/cryptomator · GitHub
The question is whether this is a problem in xdg-open
, Java, Kubuntu or KDE / Dolphin.
It can happen that they say hey this works with xy, is a Java problem or point to someone else but it would still be great if you could report this and keep us informed about updates. Thanks a lot!
Wall
April 24, 2023, 3:54pm
#8
I’ve reported it on the Dolphin bug tracker.
I’ll update you in the new issue you created. Thanks for your help
1 Like
Wall
April 24, 2023, 4:15pm
#9
Sorry to bother you again, but I found another bug. I report it here just because it seems related to Kubuntu 23.04
opened 04:08PM - 24 Apr 23 UTC
type:bug
### Please agree to the following
- [X] I have searched [existing issues](https… ://github.com/cryptomator/cryptomator/issues?q=) for duplicates
- [X] I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cryptomator/blob/develop/.github/CODE_OF_CONDUCT.md)
### Summary
Cryptomator crashes when unlocking the valut
### What software is involved?
Operating System: Kubuntu 23.04
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8
Kernel Version: 6.2.0-20-generic (64-bit)
Graphics Platform: X11
### Volume Type
WebDAV (HTTP Address)
### Steps to Reproduce
Hello,
on Kubuntu 23.04 Cryptomator crashes when unlocking the valut. It worked some times, then I rebooted on a Wayland session and something broke.. Now it crashes on X11 too.
I also tried to remove the valut and add it again.
1. Open Cryptomator
2. Unlock the valut
3. Crash
### Expected Behavior
Should not crash
### Actual Behavior
Crash.
### Reproducibility
Always
### Relevant Log Output
```shell
Error Code N05M:GEAO:GEAO
java.nio.file.FileAlreadyExistsException: /home/enrico/.local/share/Cryptomator/mnt/Enrico
at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.UnixFileSystemProvider.createDirectory(Unknown Source)
at java.base/java.nio.file.Files.createDirectory(Unknown Source)
at java.base/java.nio.file.Files.createAndCheckIsDirectory(Unknown Source)
at java.base/java.nio.file.Files.createDirectories(Unknown Source)
at org.cryptomator.desktop@1.7.5/org.cryptomator.common.mount.Mounter$SettledMounter.prepareMountPoint(Mounter.java:95)
at org.cryptomator.desktop@1.7.5/org.cryptomator.common.mount.Mounter$SettledMounter.prepare(Mounter.java:73)
at org.cryptomator.desktop@1.7.5/org.cryptomator.common.mount.Mounter.mount(Mounter.java:133)
at org.cryptomator.desktop@1.7.5/org.cryptomator.common.vaults.Vault.unlock(Vault.java:150)
at org.cryptomator.desktop@1.7.5/org.cryptomator.ui.keyloading.KeyLoadingStrategy.use(KeyLoadingStrategy.java:79)
at org.cryptomator.desktop@1.7.5/org.cryptomator.ui.unlock.UnlockWorkflow.attemptUnlock(UnlockWorkflow.java:70)
at org.cryptomator.desktop@1.7.5/org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:60)
at org.cryptomator.desktop@1.7.5/org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:31)
at javafx.graphics@19.0.2.1/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
```
```
### Anything else?
Worked fine until I rebooted on wayland. I don't know if it's relevant, but i locked-unlocked the valut many time on X11 and then something broke.