You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
connect: Connection refused
GKS: can't connect to GKS socket application
Did you start 'gksqt'?
GKS: Open failed in routine OPEN_WS
GKS: GKS not in proper state. GKS must be either in the state WSOP or WSAC in routine ACTIVATE_WS
Machine 2:
.julia/packages/GR/ZI5OE/src/../deps/gr/bin/gksqt: error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory
connect: Connection refused
GKS: can't connect to GKS socket application
Did you start 'gksqt'?
GKS: Open failed in routine OPEN_WS
GKS: GKS not in proper state. GKS must be either in the state WSOP or WSAC in routine ACTIVATE_WS
Both are capable of generating plots fine, so these error messages are inappropriate -- should just say it can't find X and shut up.
The text was updated successfully, but these errors were encountered:
cmcaine
changed the title
savefig produces miscalculates margins with GR over ssh/without X
savefig appears to miscalculate margins with GR over ssh/without X
Aug 6, 2019
Related: #1905
Observe that the left margin is off the page when I run this over ssh (without X)
plotsjl-plot-without-x.pdf
plotsjl-plot-with-x.pdf
Running this before making the plot seems to fix it:
ENV["GKSwstype"]="100"
:plotsjl-plot-without-x-workaround.pdf
Current error messages when running without X:
Machine 1:
Machine 2:
Both are capable of generating plots fine, so these error messages are inappropriate -- should just say it can't find X and shut up.
The text was updated successfully, but these errors were encountered: