1 diff --git a/session-helper/flatpak-session-helper.c b/session-helper/flatpak-session-helper.c
2 index 5dd7629e..ddc71a4c 100644
3 --- a/session-helper/flatpak-session-helper.c
4 +++ b/session-helper/flatpak-session-helper.c
5 @@ -693,7 +693,7 @@ start_p11_kit_server (const char *flatpak_dir)
6 g_auto(GStrv) stdout_lines = NULL;
10 + "@p11kit@", "server",
11 /* We explicitly request --sh here, because we then fail on earlier versions that doesn't support
12 * this flag. This is good, because those earlier versions did not properly daemonize and caused
13 * the spawn_sync to hang forever, waiting for the pipe to close.
14 @@ -836,7 +836,7 @@ main (int argc,
18 - if (g_find_program_in_path ("p11-kit"))
20 start_p11_kit_server (flatpak_dir);
22 g_debug ("p11-kit not found");