matyama / configs

Configuration and scripts for Ubuntu desktop
MIT License
2 stars 0 forks source link

Get rid of a `Gtk-Message` on `xdg-open` #24

Open matyama opened 6 days ago

matyama commented 6 days ago

When running xdg-open index.html it prints a benign, yet annoying Gtk-Message:

Gtk-Message: 10:24:43.924: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.

After a quick search, this might help to prevent this behavior: https://stackoverflow.com/a/76920927

Note that this also affects other programs that use xdg-open internally.