JuliaAnimators / Javis.jl

Julia Animations and Visualizations
https://juliaanimators.github.io/Javis.jl/stable/
MIT License
823 stars 51 forks source link

[BUG] When loading Javis get Gtk error #501

Open AtheistApe opened 1 year ago

AtheistApe commented 1 year ago

Before Filing a Report

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

  1. Julia Version (i.e. output of julia -v):

  2. Operating system (Mac, Linux, Windows):

  3. Javis version (i.e output of ] status Javis in the REPL)

  4. Minimum working code example that led to bug:

Expected Behavior and Actual Behavior

A clear and concise description of what you expected to happen followed up with an explanation of what actually happened.

Stacktrace (If Applicable) If the stacktrace includes some ffmpeg error please set the kwarg ffmpeg_loglevel to "info" i.e render(your_video, "your_animation.gif", ffmpeg_loglevel = "info")

Screenshots If applicable, add your gif or drawing to help explain your problem.

Additional context Add any other context about the problem here.

AtheistApe commented 1 year ago

When loading Javis, I get the message: Gtk-Message: 18:58:53.062: Failed to load module "xapp-gtk3-module"

I read in some forums that this can be corrected by installing xapp, but when I try to do that I get: The following packages have unmet dependencies: xapp : Depends: libxapp1 (= 2.2.8-1) but 2.6.1+victoria is to be installed E: Unable to correct problems, you have held broken packages.

I'm running Julia version 1.9.0, Pluto v0.19.27, Javis v0.9.0 on Linux Mint 21.2

Any idea if this a problem on my end or a problem with the current version of Javis? In any case, does anyone have some helpful suggestions for a fix?

Also, is this the reason that video doesn't render in Pluto notebooks?