[support] Not able to run Jetbrains Toolbox
See original GitHub issueHi,
First wanted to thank you for this nice piece of software 😃
I know this isn’t related to the tool itself, but I saw you running jetbrains products in your demo so maybe you could help me. I’m trying to run jetbrains toolbox that is installed in WSL2 but it’s not launching, while some other apps work fine.
Steps:
- I’ve installed the toolbox using this script: https://github.com/nagygergo/jetbrains-toolbox-install
- Re-run wsl-windows-toolbar
- Launch toolbox from the toolbar -> nothing happens 3.1 Alternatively launching toolbox from WSL cli doesn’t do anything either
I am able to run other gui apps, like xeyes
from WSL terminal, and I’m also able to run apps from the toolbar, like htop and vim.
I’ve tried adding:
dbus_status=$(service dbus status)
if [[ $dbus_status = *"is not running"* ]]; then
sudo service dbus --full-restart
fi
at the beginning of my ~.zshrc
file, but that didn’t help either.
And I tried to launch this from the cmd as well:
C:\Users\sergeip>wsl.exe -d Ubuntu-20.04 -u sergio -- source ~/.zshrc ; env; jetbrains-toolbox
HOSTTYPE=x86_64
LANG=C.UTF-8
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/Users/sergeip/AppData/Local/Microsoft/WindowsApps
TERM=xterm-256color
WSLENV=
WSL_INTEROP=/run/WSL/31905_interop
NAME=rocinante
HOME=/home/sergio
USER=sergio
LOGNAME=sergio
SHELL=/usr/bin/zsh
WSL_DISTRO_NAME=Ubuntu-20.04
SHLVL=1
PWD=/mnt/c/Users/sergeip
OLDPWD=/mnt/c/Users/sergeip
_=/usr/bin/env
which does not give any errors.
Here’s the .desktop file:
✓ ~→ less ~/.local/share/applications/jetbrains-toolbox.desktop
[Desktop Entry]
Icon=/home/sergio/.local/share/JetBrains/Toolbox/toolbox.svg
Exec=/home/sergio/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox %u
Version=1.0
Type=Application
Categories=Development
Name=JetBrains Toolbox
StartupWMClass=jetbrains-toolbox
Terminal=false
MimeType=x-scheme-handler/jetbrains;
X-GNOME-Autostart-enabled=true
StartupNotify=false
X-GNOME-Autostart-Delay=10
X-MATE-Autostart-Delay=10
X-KDE-autostart-after=panel
Launching the app from the toobar does actually create the process in WSL:
✓ ~→ ps aux | grep jetbrains
sergio 10013 27.0 0.0 12124 2356 ? Rsl 11:29 0:00 /home/sergio/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox
sergio 10022 299 0.2 3475908 106672 ? Rl 11:30 0:02 ./jetbrains-toolbox
Any ideas what else I could try here?
Thanks a lot for the help!
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (2 by maintainers)
Top GitHub Comments
Just in case someone else stumbles onto this, this is what helped me:
Looks like appimagelauncher brings in some extra dependencies with it that are required to run the jetbrains toolbox. If I run
sudo apt autoremove
and remove the dependencies that were pulled by appimagelauncher, then the toolbox stops working (it launches, but I only see a white window). Would be nice to figure out which dependency is the culprit here, but there are quite a few of those.I never did get the toolbox to diplay on VcXsrv. It just left a little icon window but couldn’t open it 😦.