a.v.mantzaris
a.v.mantzaris
Does leaving an empty container and then pushing a canvas onto it work as expected in that it does not change the layout of the rest of the packed components?...
I did it that way, discussed here: `https://discourse.julialang.org/t/drawing-on-widgets-defined-in-a-layout-produced-from-glade/27197/5` and it works. I don't think that there is any other way at least if there is, I have not seen any...
I have the same issue on Debian
> Even after a restart of Atom? Yes, and it persists
I did the add of GR#master through the package manager and did a build of GR again but the figures open up a splash screen of the Qt before showing...
> Did you try `ENV["GRDIR"]=""; ] build GR` to install the latest GR run-time? Yes, and after trying it out it actually removed the improvement previously produced and the broken...
> Could please provide the following information: > > ``` > versioninfo() > using GR; version() > grdir = ENV["GRDIR"] > run(`ls -l $grdir/lib`) > ``` ``` julia> versioninfo() Julia...
> For any reason, you don't have the latest run-time. The release date should be Feb 13 11:56. Are you on Ubuntu? Yes, on Ubuntu
> `using GR; joinpath(ENV["GRDIR"],"bin/gksqt")` ``` alex@alex:~/.julia/packages/GR/NSt7D/deps/gr/bin$ ldd gksqt linux-vdso.so.1 (0x00007ffcbf599000) libQt5Widgets.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 (0x00007f6dee8ad000) libQt5Gui.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 (0x00007f6dee144000) libQt5Network.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Network.so.5 (0x00007f6deddb8000) libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 (0x00007f6ded66d000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f6ded44e000)...
When trying to plot and getting the broken pipe error this was printed in the shell session of `gksqt` ``` alex@alex:~/.julia/packages/GR/NSt7D/deps/gr/bin$ ./gksqt GKS: file open error (/usr/local/gr/fonts/gksfont.dat) open: No such...