JuliaImages / ImageView.jl

Interactive display of images and movies
MIT License
136 stars 32 forks source link

Failed to load module "canberra-gtk-module" #220

Closed pauljurczak closed 4 years ago

pauljurczak commented 4 years ago

I'm getting:

julia> using ImageView
[ Info: Precompiling ImageView [86fae568-95e7-573e-a6b2-d8a6b900c9ef]
Gtk-Message: 22:23:31.100: Failed to load module "canberra-gtk-module"
Gtk-Message: 22:23:31.101: Failed to load module "canberra-gtk-module"
Gtk-Message: 22:23:36.233: Failed to load module "canberra-gtk-module"
Gtk-Message: 22:23:36.234: Failed to load module "canberra-gtk-module"
Gtk-Message: 22:24:09.696: Failed to load module "canberra-gtk-module"
Gtk-Message: 22:24:09.696: Failed to load module "canberra-gtk-module"

with Julia 1.4.2 and 1.6.0 on Ubuntu 18.04 and 20.04. After installing libcanberra-gtk-module I'm getting 2 instead of 6 lines with this error message. ImageView seems to be fully functional, though.

timholy commented 4 years ago

Known problem, https://github.com/JuliaGraphics/Gtk.jl/issues/458