diff --git a/src/sysprof/sysprof-greeter.ui b/src/sysprof/sysprof-greeter.ui index e47936ca..f2e1e9cd 100644 --- a/src/sysprof/sysprof-greeter.ui +++ b/src/sysprof/sysprof-greeter.ui @@ -176,6 +176,12 @@ + + + Working directory + + + The application will be run as a subprocess of Sysprof. diff --git a/src/sysprof/sysprof-recording-template.c b/src/sysprof/sysprof-recording-template.c index 9716601e..965cce13 100644 --- a/src/sysprof/sysprof-recording-template.c +++ b/src/sysprof/sysprof-recording-template.c @@ -438,6 +438,7 @@ sysprof_recording_template_init (SysprofRecordingTemplate *self) self->scheduler_details = FALSE; self->system_log = TRUE; self->command_line = g_strdup (""); + self->cwd = g_strdup(""); } SysprofRecordingTemplate *