Originally Posted by
lrPrentice
I'm striving to open a URL from a bash script:
#!/bin/bash
open
https://ubuntuforums.org/
But when executed, the script displays cruft:
$ Gtk-Message: 12:34:33.855: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
I'm not sure this will fix yours but a similar annoyance crept up on my end a year or so ago, check if these are installed:
Code:
>> apt policy libatk-adaptor:i386 libgail-common:i386
libatk-adaptor:i386:
Installed: (none)
Candidate: 2.46.0-5
Version table:
2.46.0-5 500
500 http://archive.ubuntu.com/ubuntu devel/main i386 Packages
libgail-common:i386:
Installed: (none)
Candidate: 2.24.33-2ubuntu2
Version table:
2.24.33-2ubuntu2 500
500 http://archive.ubuntu.com/ubuntu devel/main i386 Packages
me on Thu Feb 09 at 02:24 PM in ~ branch: (HEAD)
>> apt policy libatk-adaptor libgail-common
libatk-adaptor:
Installed: (none)
Candidate: 2.46.0-5
Version table:
2.46.0-5 500
500 http://archive.ubuntu.com/ubuntu devel/main amd64 Packages
libgail-common:
Installed: 2.24.33-2ubuntu2
Candidate: 2.24.33-2ubuntu2
Version table:
*** 2.24.33-2ubuntu2 500
500 http://archive.ubuntu.com/ubuntu devel/main amd64 Packages
100 /var/lib/dpkg/status
But I find the same out come as Holger_Gehrke with those commands.