This file is indexed.

/usr/share/org.gnome.Weather/org.gnome.Weather.BackgroundService is in gnome-weather 3.26.0-4.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
#!/usr/bin/gjs
imports.package.init({ name: "org.gnome.Weather",
                        version: "3.26.0",
                        prefix: "/usr",
                        libdir: "/usr/lib/x86_64-linux-gnu" });
imports.package.run(imports.service.main);