OS = Ubuntu 18.04
Julia version = Version 1.8.5 (2023-01-08)
When using Julia REPL, I type 'using Gtk and every time I get 3 ‘Gtk-Message: 09:14:02.463: Failed to load module “canberra-gtk-module”’ messages. If I type ‘using Pkg’ and then type ‘using Gtk’ I no longer get the ‘Gtk-Message: 09:14:02.463: Failed to load module “canberra-gtk-module”’. How can I make the julia REPL perform the ‘using Gtk’ command correctly the first time I use it without needing to type ‘using Pkg’?
I ensured that the canberra-gtk-module is already installed.
Hello, welcome back to this forum
Great your issue has been solved quickly.
For the future, I suggest you to use a more informative title to your posts. For example for this post something on the line of:
“Failed to load module canberra-gtk-module”” message when trying to use Gtk