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

Kubuntu on Lunar Lobster (23.04) fails to reveal vault path #2873

Open
2 tasks done
SailReal opened this issue Apr 24, 2023 · 0 comments
Open
2 tasks done

Kubuntu on Lunar Lobster (23.04) fails to reveal vault path #2873

SailReal opened this issue Apr 24, 2023 · 0 comments
Labels
os:linux state:has-workaround There is a known workaround for the described problem type:upstream-bug Something isn't working in upstream

Comments

@SailReal
Copy link
Member

SailReal commented Apr 24, 2023

Please agree to the following

Summary

Dolphin crashes on Kubuntu on Lunar Lobster (23.04) when revealing vault path

What software is involved?

  • Operating System: Kubuntu on 23.04
  • Cryptomator: 1.8.5

Volume Type

None

Steps to Reproduce

  1. Unlock vault
  2. Reveal vault

Expected Behavior

Vault content gets revealed

Actual Behavior

Dolphin crashes while trying to reveal vault

Reproducibility

Always

Relevant Log Output

[JavaFX Application Thread] INFO o.cryptomator.ui.common.VaultService - Revealed asd

Apr 24 15:33:07 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50971, resource id: 62915358, major code: 15 (QueryTree), minor code: 0
Apr 24 15:33:08 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 51079, resource id: 67108874, major code: 18 (ChangeProperty), minor code: 0
Apr 24 15:33:08 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 51083, resource id: 67108875, major code: 18 (ChangeProperty), minor code: 0
Apr 24 15:33:08 kubuntu systemd[1014]: Started app-org.kde.dolphin-acdc1e027be84e0bbf897bd28b2e89c2.scope - Dolphin - File Manager.
Apr 24 15:33:08 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 51551, resource id: 67108874, major code: 15 (QueryTree), minor code: 0

Anything else? #

It might have something to do that QueryTree fails in the Java context, see the log journalctl log output.

When running xdg-open directly from the shell it works:

xdg-open "file:///home/julian/foo/"
Apr 24 14:59:07 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 9555, resource id: 71303178, major code: 18 (ChangeProperty), minor code: 0
Apr 24 14:59:07 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 9559, resource id: 71303179, major code: 18 (ChangeProperty), minor code: 0
Apr 24 14:59:07 kubuntu systemd[1014]: Started app-org.kde.dolphin-ac8a8bb2a8034ca8a093377908712cfb.scope - Dolphin - File Manager.

When running from python3 it works:

subprocess.run(["xdg-open", "file:///home/julian/foo/"])
Apr 24 15:16:26 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7707, resource id: 71303177, major code: 18 (ChangeProperty), minor code: 0
Apr 24 15:16:26 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7720, resource id: 71303178, major code: 18 (ChangeProperty), minor code: 0
Apr 24 15:16:26 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7724, resource id: 71303179, major code: 18 (ChangeProperty), minor code: 0
Apr 24 15:16:26 kubuntu systemd[1014]: Started app-org.kde.dolphin-4b8b711d9cbc4a63b7aa920abc1376ae.scope - Dolphin - File Manager.

When running from jshell using OpenJDK 19 it works NOT:

jshell> Runtime.getRuntime().exec(new String[]{"xdg-open", "file:///home/julian/foo/"});
Apr 24 15:01:08 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 48042, resource id: 71303178, major code: 18 (ChangeProperty), minor code: 0
Apr 24 15:01:08 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 48047, resource id: 71303179, major code: 18 (ChangeProperty), minor code: 0
Apr 24 15:01:08 kubuntu systemd[1014]: Started app-org.kde.dolphin-a7f3b2bde0da4a7eb69570b416d3f7c6.scope - Dolphin - File Manager.
Apr 24 15:01:08 kubuntu kwin_x11[1307]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 48771, resource id: 71303178, major code: 15 (QueryTree), minor code: 0

Revealing via dbus works as expected.

Workaround

This bug only affects revealing the vault. It will be unlocked and can otherwise be used without any problems.

@SailReal SailReal added type:upstream-bug Something isn't working in upstream os:linux state:has-workaround There is a known workaround for the described problem labels Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os:linux state:has-workaround There is a known workaround for the described problem type:upstream-bug Something isn't working in upstream
Projects
None yet
Development

No branches or pull requests

1 participant