about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-01-26 21:45:36 +0800
committerGitHub <noreply@github.com>2024-01-26 21:45:36 +0800
commit4be8c3b2a58fb33a4d45094465c749c67d0f0302 (patch)
tree4b598eff04cdf71380c366860467ef14b8886af5 /nixos
parent8d921bc4837f78fdf49654c20c03d27efaea125c (diff)
parent85d2b356cac224867d04b4f47c026f143a911764 (diff)
downloadnixlib-4be8c3b2a58fb33a4d45094465c749c67d0f0302.tar
nixlib-4be8c3b2a58fb33a4d45094465c749c67d0f0302.tar.gz
nixlib-4be8c3b2a58fb33a4d45094465c749c67d0f0302.tar.bz2
nixlib-4be8c3b2a58fb33a4d45094465c749c67d0f0302.tar.lz
nixlib-4be8c3b2a58fb33a4d45094465c749c67d0f0302.tar.xz
nixlib-4be8c3b2a58fb33a4d45094465c749c67d0f0302.tar.zst
nixlib-4be8c3b2a58fb33a4d45094465c749c67d0f0302.zip
Merge pull request #283687 from r-ryantm/auto-update/cinnamon.cinnamon-screensaver
cinnamon.cinnamon-screensaver: 6.0.2 -> 6.0.3
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/cinnamon-wayland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/cinnamon-wayland.nix b/nixos/tests/cinnamon-wayland.nix
index 824a606004cc..1629ead16f41 100644
--- a/nixos/tests/cinnamon-wayland.nix
+++ b/nixos/tests/cinnamon-wayland.nix
@@ -64,7 +64,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
           # This is not supported at the moment.
           # https://trello.com/b/HHs01Pab/cinnamon-wayland
           machine.execute("${su "cinnamon-screensaver-command -l >&2 &"}")
-          machine.wait_until_succeeds("journalctl -b --grep 'Cinnamon Screensaver is unavailable on Wayland'")
+          machine.wait_until_succeeds("journalctl -b --grep 'cinnamon-screensaver is disabled in wayland sessions'")
 
       with subtest("Open GNOME Terminal"):
           machine.succeed("${su "dbus-launch gnome-terminal"}")