···1diff --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;
7 int i;
8- char *p11_argv[] = {
9- "p11-kit", "server",
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,
15 exit (1);
16 }
1718-- if (g_find_program_in_path ("p11-kit"))
019+ if (TRUE)
20 start_p11_kit_server (flatpak_dir);
21 else
22- g_debug ("p11-kit not found");
···1diff --git a/session-helper/flatpak-session-helper.c b/session-helper/flatpak-session-helper.c
2+index 31e94384..2c297551 100644
3--- a/session-helper/flatpak-session-helper.c
4+++ b/session-helper/flatpak-session-helper.c
5+@@ -698,7 +698,7 @@ start_p11_kit_server (const char *flatpak_dir)
6 g_auto(GStrv) stdout_lines = NULL;
7 int i;
8+ const char * const p11_argv[] = {
9- "p11-kit", "server",
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+@@ -852,8 +852,7 @@ main (int argc,
15 exit (1);
16 }
1718+- pk11_program = g_find_program_in_path ("p11-kit");
19+- if (pk11_program)
20+ if (TRUE)
21 start_p11_kit_server (flatpak_dir);
22 else
23+ g_info ("p11-kit not found");