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
On some platforms, you may see messages like
Gtk-Message: 20:15:48.288: Failed to load module "canberra-gtk-module"
These are harmless. If you want to suppress them, on Unix platforms you can add something like
export GTK_PATH=$GTK_PATH:/usr/lib/x86_64-linux-gnu/gtk-3.0
But this does not solve the issue under kubuntu.
If I run the following minimal example:
using PlotlyJS
PlotlyJS.Plot([1,2,3])
in a julia session inside a terminal window the error message is:
julia> Gtk-Message: 00:02:42.519: Failed to load module "canberra-gtk-module"
Gtk-Message: 00:02:42.521: Failed to load module "canberra-gtk-module"
And I have ( - of course - ) installed the related package:
sudo apt install libcanberra-gtk-module
Any ideas?
The text was updated successfully, but these errors were encountered:
The error-message has changed!
Now I see:
Gtk-Message: 09:00:32.525: Failed to load module "colorreload-gtk-module"
Gtk-Message: 09:00:32.525: Failed to load module "window-decorations-gtk-module"
I have checked, the html is existent, but I cannot open it in the web-browser.
Hi,
on the Gtk-site I found the advice:
But this does not solve the issue under
kubuntu
.If I run the following minimal example:
in a julia session inside a terminal window the error message is:
And I have ( - of course - ) installed the related package:
Any ideas?
The text was updated successfully, but these errors were encountered: