JuliaGraphics / Winston.jl

2D plotting for Julia
MIT License
171 stars 55 forks source link

gtk_init_error() with fresh install of julia 1.9.3 #315

Closed ezaron closed 1 year ago

ezaron commented 1 year ago

The latest Winston.jl and julia 1.9.3 doesn't seem to be working:

julia> using Winston [ Info: Precompiling Winston [bd07be1c-e76f-5ff0-9c0b-f51ef45303c6]

(process:3780): Gdk-WARNING *: 17:00:04.254: No such backend: ERROR: LoadError: InitError: gtk_init_check() failed. ... during initialization of module Gtk4 in expression starting at /home/ezaron/.julia/packages/Winston/jkJNs/src/gtk.jl:1 in expression starting at /home/ezaron/.julia/packages/Winston/jkJNs/src/Winston.jl:1 in expression starting at stdin:3 ERROR: Failed to precompile Winston [bd07be1c-e76f-5ff0-9c0b-f51ef45303c6] to "/home/ezaron/.julia/compiled/v1.9/Winston/jl_LebL1x"

Does anyone have a suggestion for how to get Winston.jl working again?

-Ed

ezaron commented 1 year ago

-- discovered X11 forwarding was broken due to stale .Xauthority. My apologies!