Skip to content

Commit 6ae2a89

Browse files
committed
Fix inhibit name so nemo's desktop file is discovered by cinnamon-
session for the logout dialog.
1 parent 4fa4a78 commit 6ae2a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libnemo-private/nemo-file-utilities.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ nemo_inhibit_power_manager (const char *message)
11061106
GSM_INTERFACE,
11071107
"Inhibit",
11081108
g_variant_new ("(susu)",
1109-
"Nemo",
1109+
"nemo",
11101110
(guint) 0,
11111111
message,
11121112
(guint) (INHIBIT_LOGOUT | INHIBIT_SUSPEND)),

0 commit comments

Comments
 (0)