






















Current versions seem to require snapd for tool installation. Pressing any install button does nothing and the log shows this:
3.4.3.81140 184736 2026-05-19 15:41:19.564 ERROR Dispatcher-worker-22 CoroutineExceptionReporter Unhandled exception in 'Global Toolbox Context': java.io.FileNotFoundException: no such file: /snap
at okio.JvmSystemFileSystem.list(JvmSystemFileSystem.kt:71)
at okio.JvmSystemFileSystem.list(JvmSystemFileSystem.kt:62)
at okio.ForwardingFileSystem.list(ForwardingFileSystem.kt:165)
...
Going back to version 2.5.3.37797 I am able to install tools just fine. Is there a workaround or setting for the current version I do not know of?
Could you include the JetBrains icon in the package? On my system, it is now using the Manjaro Toolbox icon for this, since it is the name that matches the most. It would be best to include the icon in the package to make sure it is correct on every system and with every icon pack.
i have a patch for you. i'm new so i'm not sure how to send it to you other than the comments.
diff --git a/.SRCINFO b/.SRCINFO
index 595f2b7..b2694dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jetbrains-toolbox
pkgdesc = Manage all your JetBrains Projects and Tools
- pkgver = 3.4.0.77112
+ pkgver = 3.4.1.78303
pkgrel = 1
url = https://www.jetbrains.com/toolbox/
arch = x86_64
@@ -17,11 +17,11 @@ pkgbase = jetbrains-toolbox
optdepends = xdg-utils: open URLs
options = !strip
options = !debug
- source = https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.4.0.77112.tar.gz
+ source = https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.4.1.78303.tar.gz
source = jetbrains-toolbox.desktop
source = icon.svg
source = LICENSE
- b2sums = 6f20753f9fe6c1ef50fd8fbd2505dd2cc319d5964863e676ee43ebb63be34b565b1d3d8138d26fa309559de32d64ba9a09ddcb092889258af0ee9ed6d6a4b17e
+ b2sums = f98ef5fddf3627eda3d7d4a08ec2ab8fe5a494251c0262f61d56cdade5f4dadd840d84a83a37d78784130d3f25a19989963afb679346d8564f57bf6271318b91
b2sums = 29b6d4be91d9276bce9e5413fb877db82de414198e343ff3f7aa5d03f65cf42c80f78ec3b43f601394fecc6a31712d1c475f3fdec71e51be5732ec7b1eb8dca9
b2sums = 4b10487746fcb7f328cbdc8b17432f82618c5695baee4ef30e23ff3c4d4b6096daf2fcdfb4c1e2e179e2e61f68bbd88104e5df5a2e6e969aad0a68a75cfff496
b2sums = dadaf0e67b598aa7a7a4bf8644943a7ee8ebf4412abb17cd307f5989e36caf9d0db529a0e717a9df5d9537b10c4b13e814b955ada6f0d445913c812b63804e77
diff --git a/PKGBUILD b/PKGBUILD
index 386c7ee..545b37e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederik Schwan <freswa at archlinux dot org>
pkgname=jetbrains-toolbox
-pkgver=3.4.0.77112
+pkgver=3.4.1.78303
pkgrel=1
pkgdesc='Manage all your JetBrains Projects and Tools'
arch=('x86_64' 'i686')
@@ -23,7 +23,7 @@ source=("https://download.jetbrains.com/toolbox/${pkgname}-${pkgver}.tar.gz"
jetbrains-toolbox.desktop
icon.svg
LICENSE)
-b2sums=('6f20753f9fe6c1ef50fd8fbd2505dd2cc319d5964863e676ee43ebb63be34b565b1d3d8138d26fa309559de32d64ba9a09ddcb092889258af0ee9ed6d6a4b17e'
+b2sums=('f98ef5fddf3627eda3d7d4a08ec2ab8fe5a494251c0262f61d56cdade5f4dadd840d84a83a37d78784130d3f25a19989963afb679346d8564f57bf6271318b91'
'29b6d4be91d9276bce9e5413fb877db82de414198e343ff3f7aa5d03f65cf42c80f78ec3b43f601394fecc6a31712d1c475f3fdec71e51be5732ec7b1eb8dca9'
'4b10487746fcb7f328cbdc8b17432f82618c5695baee4ef30e23ff3c4d4b6096daf2fcdfb4c1e2e179e2e61f68bbd88104e5df5a2e6e969aad0a68a75cfff496'
'dadaf0e67b598aa7a7a4bf8644943a7ee8ebf4412abb17cd307f5989e36caf9d0db529a0e717a9df5d9537b10c4b13e814b955ada6f0d445913c812b63804e77')
Seems to be broken since last update
3.3.0.74186 9079 2026-02-28 15:16:35.908 INFO main Toolbox_servicesKt Command line: [/opt/jetbrains-toolbox/jetbrains-toolbox], pid: 9079
3.3.0.74186 9079 2026-02-28 15:16:35.935 ERROR main UtilKt DBus connection failed at application startup: org.freedesktop.dbus.exceptions.DBusConnectionException: Cannot Resolve Session Bus Address
at org.freedesktop.dbus.connections.impl.DBusConnection.getSessionConnection(DBusConnection.java:266)
at org.freedesktop.dbus.connections.impl.DBusConnection.getConnection(DBusConnection.java:200)
at com.jetbrains.toolbox.linux.dbus.UtilKt.dbusConnection(util.kt:23)
at com.jetbrains.toolbox.linux.dbus.UtilKt.initDBus(util.kt:13)
at com.jetbrains.toolbox.entry.Toolbox_servicesKt.createToolboxApplication(toolbox-services.kt:153)
at com.jetbrains.toolbox.entry.Toolbox_servicesKt.createToolboxApplication$default(toolbox-services.kt:137)
at com.jetbrains.toolbox.entry.ToolboxEntry.startToolboxMain(ToolboxEntry.kt:137)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.jetbrains.toolbox.entry.ToolboxProcessEarlyEntry.startToolbox(ToolboxProcessEarlyEntry.java:69)
3.3.0.74186 9079 2026-02-28 15:16:36.295 INFO main KoinLogger Started 955 definitions in 3.267 ms
3.3.0.74186 9079 2026-02-28 15:16:36.511 INFO 7784phiigu8k3daljtu9 JVMLogger Duration: 61.726980ms, change from: fleet.tracing.runtime.Span$Noop@76125f26
3.3.0.74186 9079 2026-02-28 15:16:36.517 INFO tDispatcher-worker-1 JVMLogger loading snapshot StorageKey(storage=toolbox)
3.3.0.74186 9079 2026-02-28 15:16:36.543 INFO tDispatcher-worker-1 JVMLogger applying non-empty snapshot StorageKey(storage=toolbox)
3.3.0.74186 9079 2026-02-28 15:16:36.592 INFO main KeychainBackendKt Using preferred keychain backend, linux-fallback
3.3.0.74186 9079 2026-02-28 15:16:36.670 ERROR main ToolboxEntry Failed to create services: class com.jetbrains.toolbox.tools.ImageManagerImpl tried to access private method 'void com.jetbrains.toolbox.platform.image.internal.ImageId.<init>(java.lang.String)' (com.jetbrains.toolbox.tools.ImageManagerImpl is in unnamed module of loader java.net.URLClassLoader @27f674d; com.jetbrains.toolbox.platform.image.internal.ImageId is in unnamed module of loader java.net.URLClassLoader @1cd072a9): java.lang.IllegalAccessError: class com.jetbrains.toolbox.tools.ImageManagerImpl tried to access private method 'void com.jetbrains.toolbox.platform.image.internal.ImageId.<init>(java.lang.String)' (com.jetbrains.toolbox.tools.ImageManagerImpl is in unnamed module of loader java.net.URLClassLoader @27f674d; com.jetbrains.toolbox.platform.image.internal.ImageId is in unnamed module of loader java.net.URLClassLoader @1cd072a9)
at com.jetbrains.toolbox.tools.ImageManagerImpl.readPreviousCache(ImageManagerImpl.kt:186)
at com.jetbrains.toolbox.tools.ImageManagerImpl.initFromCache(ImageManagerImpl.kt:140)
at com.jetbrains.toolbox.tools.ImageManagerImpl.access$initFromCache(ImageManagerImpl.kt:43)
at com.jetbrains.toolbox.tools.ImageManagerImpl$1.invokeSuspend(ImageManagerImpl.kt:60)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
snapd is definitely not necessary to install any tools
I think snapd is missing as a dependency. At least I can't install any tools without it.
Hello !
Could you please add "org.freedesktop.secrets" to the list of dependencies, that points to kwallet or gnome-keyring, because Toolbox requires a secret backend
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
fuse is no longer used as a dependency.
According to https://www.jetbrains.com/help/toolbox-app/installation.html#linux the jetbrains toolbox up to version 2.6.2 was packaged as AppImage and needed fuse2 to run. The versions afterwards don't seem to need fuse.
I propose we should remove fuse from the dependency list. Fuse2 is anyway very old and unmaintained.