/usr/bin/gnome-weather is in gnome-weather 3.10.1-0ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/usr/bin/gjs
imports.searchPath.push("/usr/share/org.gnome.Weather.Application");
imports.package.launch({ name: "org.gnome.Weather.Application" });
|