mirror of
https://github.com/cascadium/wsl-windows-toolbar-launcher.git
synced 2026-04-26 13:05:53 +03:00
[GH-ISSUE #43] [support] Not able to run Jetbrains Toolbox #39
Labels
No labels
duplicate
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wsl-windows-toolbar-launcher#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @serpro69 on GitHub (Jul 27, 2021).
Original GitHub issue: https://github.com/cascadium/wsl-windows-toolbar-launcher/issues/43
Hi,
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:
3.1 Alternatively launching toolbox from WSL cli doesn't do anything either
I am able to run other gui apps, like
xeyesfrom WSL terminal, and I'm also able to run apps from the toolbar, like htop and vim.I've tried adding:
at the beginning of my
~.zshrcfile, but that didn't help either.And I tried to launch this from the cmd as well:
which does not give any errors.
Here's the .desktop file:
Launching the app from the toobar does actually create the process in WSL:
Any ideas what else I could try here?
Thanks a lot for the help!
@serpro69 commented on GitHub (Jul 27, 2021):
Found this article: https://ragin.medium.com/development-under-windows-under-linux-with-wsl2-intellij-860daf601b61
which suggested installing additional packages with apt:
Doesn't seem to help in my case.
@fquinner commented on GitHub (Jul 27, 2021):
I actually had a similar issue recently, I didn't have Java installed... somewhat irritating that it silently failed without a clue but that's what I found anyway hopefully its something simple like that for you!
@serpro69 commented on GitHub (Jul 27, 2021):
Hi @fquinner , thanks for the tip. Do you mean java in windows or WSL?
I don't have java in windows, I do have it in WSL though.
I've also tried to install appimage launcher, which installed also a bunch of other dependencies, and now I'm able to see the toolbox icon popping up in windows, but I still don't see the application window or anything. And the execution of jetbrains-toolbox now prints this:
I did try to restart the
dbusservice, but that didn't change anything really.I'll try to install java under windows as well and see if that helps.
@serpro69 commented on GitHub (Jul 27, 2021):
OK, so installing java under Windows fixed it. Thanks a lot for the tip @fquinner .
@serpro69 commented on GitHub (Jul 27, 2021):
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 autoremoveand 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.
@serpro69 commented on GitHub (Jul 27, 2021):
Another issue found with the jetbrains toolbox is that it does not close properly. If you see a black screen when launching the toolbox - close the X11 server on windows and re-launch it (possibly wsl might need a restart as well, run
wsl --shutdownfrom cmd), then launch the toolbox again.This is really annoying, but at least there are workarounds for these issues :D
@ShawnTalbert commented on GitHub (Jan 19, 2022):
Wait, how is it possible that installing Java on Windows is required? Are we sure that's a dependency? Sounds like it breaks the very isolation I'm trying to achieve with WSL?
@fquinner commented on GitHub (Jan 19, 2022):
It's not there were crossed wires. You need Java installed inside WSL only. Installing in windows will have no effect.
@ShawnTalbert commented on GitHub (Jan 23, 2022):
I never did get the toolbox to diplay on VcXsrv. It just left a little icon window but couldn't open it :(.
@danielorbach commented on GitHub (Jun 26, 2022):
For strugglers in the future, What did the trick for me was to install
xdg-mime.I saw that is was missing by looking at the latest log file under
~/.local/share/JetBrains/Toolbox/logs.Note I am running Windows 11 build 21H2 (OS Build 22000.778)
@linghengqian commented on GitHub (Oct 29, 2022):
~/.local/share/JetBrains/Toolbox/logsat all, it doesn't ask me to install any dependencies at all.sudo apt install appimagelaunchereverything works fine. From this point of view AppImage is far inferior to Snapcraft and Flathub.🤷♂️@linghengqian commented on GitHub (Nov 9, 2022):
@jongracecox commented on GitHub (Feb 3, 2023):
This thread was very helpful, but didn't end up solving my issue that was very similar. I tried all the steps , but what helped me in the end was disabling hardware acceleration using:
@freynder commented on GitHub (Feb 10, 2023):
When running:
.local/share/JetBrains/Toolbox/bin/jetbrains-toolboxI get:
with the black screen.
Killing both processes and running:
seems to work consistenly. No other GL env variables.