Zhanibek

Results 165 comments of Zhanibek

Yeah sure, thanks for looking at this ``` pacman -Qett acpi 1.7-3 acpid 2.0.32-1 amd-ucode 20200519.8ba6fa6-1 android-tools 30.0.0-2 android-udev 20200410-1 anki 2.1.26-1 ark 20.04.1-1 aspell-en 2019.10.06-1 autojump 22.5.3-5 automake 1.16.2-1...

I realized that `gr` works in IJulia, so I get the issue is about creating the standalone window. I also get, ``` (.:3115229): Gtk-WARNING **: 11:05:25.032: Theme parsing error: gtk.css:68:35:...

Yeah, maybe `Plots` causes it. It is funny that I got `GR` to finally work, but it only works in IJulia not REPL

``` julia> using GR julia> so = joinpath(ENV["GRDIR"], "lib", "qt5plugin.so") "/usr/gr/lib/qt5plugin.so" julia> run(`ldd $so`) linux-vdso.so.1 (0x00007ffd52d7e000) libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f6372d37000) libQt5Gui.so.5 => /usr/lib/libQt5Gui.so.5 (0x00007f6372664000) libQt5Core.so.5 => /usr/lib/libQt5Core.so.5 (0x00007f6372113000) libstdc++.so.6 =>...

this just hangs ``` /usr/gr/bin/gksqt ``` without output

``` cat ~/.julia/packages/GR/Atztx/deps/build.log [ Info: Found existing GR run-time in /home/zhanibek/.julia/packages/GR/Atztx/src/../deps/gr ```

Oh thank you so much. It worked. I hope this helped you to figure out the issue, as I had no idea that I need to delete something

Any progress on this? I want to try implementing Vega through vegalite.jl into Plots.jl package, but this is holding me back before even starting

Although I'm a bit less active these days as my grad school and julia work is over, I feel that issue is very important as we have learned a few...

Is it right to say that to move to 2.0, we'd need to for the most part accomplish only two things: 1. Use Preferences.jl to configure defaults 2. Use package...