-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
[BUG] GKS QtTerm window does not appear with Julia v.1.8.2 on Arch Linux #4526
Comments
Can your try: $ LD_PRELOAD=$(g++ --print-file-name=libstdc++.so) julia
# or if you know the path to your `libstdc++.so`:
$ LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/11/libstdc++.so julia # this is on `ubuntu 22.04`
julia> using Libdl
julia> foreach(println, Libdl.dllist())
[...] # show us this output
julia> using Plots
julia> plot(1:2) |
Apologies for taking so long to follow up. I ran the
|
You're probably hitting JuliaGL/GLFW.jl#198 JuliaLang/julia#34276 or similar. Should be fixed by JuliaLang/julia#46976. |
(What's the policy on necrobumping here?) I'm seeing this again, except on top of showing no window there's also
in the console. Same problem on
works fine. Apparently JuliaLang/julia#46976 didn't entirely solve it. Is there anything I can do other than creating an alias with |
I am experiencing this too on Arch. The |
Details
Arch Linux x86 platform with
gr-framework
installed.I updated to Julia
v.1.8.2
fromv.1.6.7
(both binaries from julialang.org/) andPlots.jl
with thegr()
backend does not open the GKS QtTerm plotting window. Running the following codes gave no precompilation error with Plots.jl or any error in the REPL:I had no issues using the three other plotting backends but have not tried
pyplot
,inspectdr
, orgaston
. I rolled backPlots.jl
to several older versions and reran the code above but no plotting window appeared.The latest version of
Plots.jl
correctly opens the GKS QtTerm plotting window with Juliav.1.6.7
.Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version:
1.36.2
,1.35.0
,1.34.0
, and1.33.0
Backend version
0.69.5
,0.69.5
,0.68.0
,0.66.2
:Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: