diff --git a/system-helper/xdg-app-system-helper.c b/system-helper/xdg-app-system-helper.c index 65e90f72..21e13179 100644 --- a/system-helper/xdg-app-system-helper.c +++ b/system-helper/xdg-app-system-helper.c @@ -60,6 +60,7 @@ handle_deploy (XdgAppSystemHelper *object, { g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "Unsupported flags enabled: 0x%x", (arg_flags & ~XDG_APP_HELPER_DEPLOY_FLAGS_ALL)); + return TRUE; } if (!g_file_query_exists (path, NULL))