diff --git a/xdg-app-dir.c b/xdg-app-dir.c index 1e859701..34b9ddab 100644 --- a/xdg-app-dir.c +++ b/xdg-app-dir.c @@ -557,7 +557,7 @@ export_desktop_file (const char *app, int i; gs_free char *command = g_shell_quote (old_argv[0]); - g_string_append_printf (new_exec, " --command='%s'", command); + g_string_append_printf (new_exec, " --command=%s", command); g_string_append (new_exec, " "); g_string_append (new_exec, escaped_app);