JuliaPlots / PlotlyJS.jl

Julia library for plotting with plotly.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gtk-Message: 23:48:13.069: Failed to load module "canberra-gtk-module"

StefanPofahl opened this issue · comments

Hi,

on the Gtk-site I found the advice:

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 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.