···69 # https://github.com/elementary/gala/pull/2140
70 for i in ["gala", "io.elementary.wingpanel", "io.elementary.dock", "gsd-media-keys", "gsd-xsettings", "io.elementary.desktop.agent-polkit"]:
71 machine.wait_until_succeeds(f"pgrep -f {i}")
72- for i in ["io.elementary.files.xdg-desktop-portal.service"]:
73- machine.wait_for_unit(i, "${user.name}")
7475 with subtest("Check if various environment variables are set"):
76 cmd = "xargs --null --max-args=1 echo < /proc/$(pgrep -xf ${pkgs.pantheon.gala}/bin/gala)/environ"
···69 # https://github.com/elementary/gala/pull/2140
70 for i in ["gala", "io.elementary.wingpanel", "io.elementary.dock", "gsd-media-keys", "gsd-xsettings", "io.elementary.desktop.agent-polkit"]:
71 machine.wait_until_succeeds(f"pgrep -f {i}")
72+ machine.wait_until_succeeds("pgrep -xf ${pkgs.pantheon.elementary-files}/libexec/io.elementary.files.xdg-desktop-portal")
07374 with subtest("Check if various environment variables are set"):
75 cmd = "xargs --null --max-args=1 echo < /proc/$(pgrep -xf ${pkgs.pantheon.gala}/bin/gala)/environ"
+1-2
nixos/tests/pantheon.nix
···60 machine.wait_until_succeeds(f"pgrep -f {i}")
61 for i in ["gala", "io.elementary.wingpanel", "io.elementary.dock"]:
62 machine.wait_for_window(i)
63- for i in ["io.elementary.files.xdg-desktop-portal.service"]:
64- machine.wait_for_unit(i, "${user.name}")
6566 with subtest("Check if various environment variables are set"):
67 cmd = "xargs --null --max-args=1 echo < /proc/$(pgrep -xf ${pkgs.pantheon.gala}/bin/gala)/environ"
···60 machine.wait_until_succeeds(f"pgrep -f {i}")
61 for i in ["gala", "io.elementary.wingpanel", "io.elementary.dock"]:
62 machine.wait_for_window(i)
63+ machine.wait_until_succeeds("pgrep -xf ${pkgs.pantheon.elementary-files}/libexec/io.elementary.files.xdg-desktop-portal")
06465 with subtest("Check if various environment variables are set"):
66 cmd = "xargs --null --max-args=1 echo < /proc/$(pgrep -xf ${pkgs.pantheon.gala}/bin/gala)/environ"