Open matyama opened 6 days ago
When running xdg-open index.html it prints a benign, yet annoying Gtk-Message:
xdg-open index.html
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
make clean
GTK_MODULES
Note that this also affects other programs that use xdg-open internally.
xdg-open
When running
xdg-open index.html
it prints a benign, yet annoyingGtk-Message
:After a quick search, this might help to prevent this behavior: https://stackoverflow.com/a/76920927
make clean
GTK_MODULES
doesn't workNote that this also affects other programs that use
xdg-open
internally.