mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-02 05:36:13 -05:00
committed by
Alexander Larsson
parent
ba381ae936
commit
652a28ffab
@@ -7139,6 +7139,8 @@ export_desktop_file (const char *app,
|
||||
g_string_append_printf (new_exec, " @@ %s @@", arg);
|
||||
else if (strcasecmp (arg, "%u") == 0)
|
||||
g_string_append_printf (new_exec, " @@u %s @@", arg);
|
||||
else if (strcmp (arg, "@@") == 0 || strcmp (arg, "@@u") == 0)
|
||||
g_print (_("Skipping invalid Exec argument %s\n"), arg);
|
||||
else
|
||||
g_string_append_printf (new_exec, " %s", arg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user