/usr/share/org.gnome.Weather/org.gnome.Weather.BackgroundService is in gnome-weather 3.20.2-1.
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.20.2",
prefix: "/usr",
libdir: "/usr/lib/x86_64-linux-gnu" });
imports.package.run(imports.service.main);
|