Skip to content

Commit

Permalink
Fix inhibit name so nemo's desktop file is discovered by cinnamon-
Browse files Browse the repository at this point in the history
session for the logout dialog.
  • Loading branch information
mtwebster committed Nov 28, 2024
1 parent 4fa4a78 commit 6ae2a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnemo-private/nemo-file-utilities.c
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ nemo_inhibit_power_manager (const char *message)
GSM_INTERFACE,
"Inhibit",
g_variant_new ("(susu)",
"Nemo",
"nemo",
(guint) 0,
message,
(guint) (INHIBIT_LOGOUT | INHIBIT_SUSPEND)),
Expand Down

0 comments on commit 6ae2a89

Please sign in to comment.