summaryrefslogtreecommitdiff
path: root/mate-session/gsm-inhibit-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-session/gsm-inhibit-dialog.c')
-rw-r--r--mate-session/gsm-inhibit-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-session/gsm-inhibit-dialog.c b/mate-session/gsm-inhibit-dialog.c
index c79fa18..89f46e0 100644
--- a/mate-session/gsm-inhibit-dialog.c
+++ b/mate-session/gsm-inhibit-dialog.c
@@ -96,7 +96,8 @@ lock_screen (GsmInhibitDialog *dialog)
if ((screen_locker_command = gsm_get_screen_locker_command ()) != NULL) {
GError *error = NULL;
- g_spawn_async (NULL, screen_locker_command, NULL, G_SPAWN_DEFAULT,
+ g_spawn_async (NULL, screen_locker_command, NULL,
+ G_SPAWN_DEFAULT | G_SPAWN_SEARCH_PATH,
NULL, NULL, NULL, &error);
if (error != NULL) {