Skip to content

Update kdewallet to 1.3.2#25

Merged
infeo merged 1 commit into
cryptomator:developfrom
purejava:fix-3020
Jul 26, 2023
Merged

Update kdewallet to 1.3.2#25
infeo merged 1 commit into
cryptomator:developfrom
purejava:fix-3020

Conversation

@purejava

Copy link
Copy Markdown
Contributor

Closes cryptomator/cryptomator#3020.

Up to version 1.3.1 of kdewallet, the code contains a shutdown hook, that gets triggered on shutdown of the JVM and performs a clean-up.

This clean-up unregisters the D-Bus signals relevant for and registered to kdewallet.

Nevertheless, the clean-up can fail when the D-Bus connection is already closed.

Furthermore, the clean-up is not needed, as dbus-java does the clean-up.

This PR updates the dependency to kdewallet 1.3.2, where the shutdown hook and the clean-up were removed.

@infeo infeo merged commit 85db5c7 into cryptomator:develop Jul 26, 2023
@infeo

infeo commented Jul 26, 2023

Copy link
Copy Markdown
Member

Thanks, @purejava!

@purejava purejava deleted the fix-3020 branch July 17, 2024 07:26
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

Successfully merging this pull request may close these issues.

App shutdown delayed

2 participants