Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding to KDE Dolphin Places fails #101

Closed
rnc opened this issue Jan 13, 2025 · 1 comment
Closed

Adding to KDE Dolphin Places fails #101

rnc opened this issue Jan 13, 2025 · 1 comment
Milestone

Comments

@rnc
Copy link

rnc commented Jan 13, 2025

Looks like the existing file exceeds the hardcoded maximum:

10:52:51.109 [App Background Thread 002] ERROR org.cryptomator.common.vaults.Vault - Adding vault to quick access area failed
org.cryptomator.integrations.quickaccess.QuickAccessServiceException: Adding entry to KDE places file failed.
        at [email protected]/org.cryptomator.linux.quickaccess.DolphinPlaces.add(DolphinPlaces.java:92)
        at [email protected]/org.cryptomator.common.vaults.Vault.addToQuickAccessInternal(Vault.java:219)
        at java.base/java.util.Optional.ifPresentOrElse(Unknown Source)
        at [email protected]/org.cryptomator.common.vaults.Vault.addToQuickAccess(Vault.java:210)
        at [email protected]/org.cryptomator.common.vaults.Vault.unlock(Vault.java:166)
        at [email protected]/org.cryptomator.ui.keyloading.KeyLoadingStrategy.use(KeyLoadingStrategy.java:79)
        at [email protected]/org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:76)
        at [email protected]/org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:34)
        at [email protected]/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
        at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
        at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source)
        at java.base/java.util.concurrent.CompletableFuture$Completion.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)
Caused by: java.io.IOException: File /home/rnc/.local/share/user-places.xbel exceeds size of 32768 bytes
        at [email protected]/org.cryptomator.linux.quickaccess.DolphinPlaces.add(DolphinPlaces.java:74)
        ... 14 common frames omitted
-rw-rw-r--. 1 rnc rnc 53719 Jan 13 10:40 /home/rnc/.local/share/user-places.xbel
@infeo
Copy link
Member

infeo commented Jan 13, 2025

Well, xml is quite verbose, but i did not expect it that verbose. I'll increase the limit to 1MiB.

@infeo infeo closed this as completed in d5605ac Jan 13, 2025
@infeo infeo added this to the next milestone Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants