From nobody Sun Nov 9 11:51:21 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 155081644160351.909962305481145; Thu, 21 Feb 2019 22:20:41 -0800 (PST) Received: from localhost ([127.0.0.1]:44916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gx4CC-0003bk-TY for importer@patchew.org; Fri, 22 Feb 2019 01:20:28 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gx4An-0002zB-5x for qemu-devel@nongnu.org; Fri, 22 Feb 2019 01:19:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gx415-00055C-Uo for qemu-devel@nongnu.org; Fri, 22 Feb 2019 01:09:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45950) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gx415-0004qL-Md for qemu-devel@nongnu.org; Fri, 22 Feb 2019 01:08:59 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4E7ADC057F2F; Fri, 22 Feb 2019 06:08:14 +0000 (UTC) Received: from localhost (ovpn-112-22.ams2.redhat.com [10.36.112.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9D983194B8; Fri, 22 Feb 2019 06:08:00 +0000 (UTC) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= To: spice-devel@lists.freedesktop.org Date: Fri, 22 Feb 2019 07:07:59 +0100 Message-Id: <20190222060759.17906-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Fri, 22 Feb 2019 06:08:14 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] fixup! display: add -display spice-app launching a Spice client X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , kraxel@redhat.com, "open list:All patches CC here" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" --- ui/spice-app.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/spice-app.c b/ui/spice-app.c index 4f5229f3ee..925b27b708 100644 --- a/ui/spice-app.c +++ b/ui/spice-app.c @@ -181,6 +181,8 @@ static void spice_app_display_init(DisplayState *ds, Di= splayOptions *opts) g_app_info_launch_default_for_uri(uri, NULL, &err); if (err) { error_report("Failed to launch %s URI: %s", uri, err->message); + error_report("You need a capable Spice client, " + "such as virt-viewer 8.0"); exit(1); } g_free(uri); --=20 2.21.0.rc1