From unknown Tue Aug 19 02:58:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#40926: spice-vdagent not scaling the display Resent-From: camlriot@airmail.cc Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 28 Apr 2020 09:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40926 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 40926@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15880658683411 (code B ref -1); Tue, 28 Apr 2020 09:25:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 Apr 2020 09:24:28 +0000 Received: from localhost ([127.0.0.1]:38927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTMTZ-0000ss-AS for submit@debbugs.gnu.org; Tue, 28 Apr 2020 05:24:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:49901) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTLrU-0008H8-R3 for submit@debbugs.gnu.org; Tue, 28 Apr 2020 04:45:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50778) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTLpr-0003Z4-Lq for bug-guix@gnu.org; Tue, 28 Apr 2020 04:45:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_PSBL,T_SPF_PERMERROR, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTLdu-0006hN-Aq for bug-guix@gnu.org; Tue, 28 Apr 2020 04:33:33 -0400 Received: from mail.cock.li ([37.120.193.124]:48272) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTLdt-00067T-Ca for bug-guix@gnu.org; Tue, 28 Apr 2020 04:31:01 -0400 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1588062653; bh=Tts1BEHryX3R0bj/suKVvaQ1/XqLNgdPM7rlmBjQwCU=; h=Date:From:To:Subject:From; b=qUPrEf982kmuXBV0UBUzj8etPRBcQEemokS5p+RR4SmxKcdK6YjuMQVwzJHYeKs6A PdkDkZMcOaqo0whPMzOR5CcxOicoWy2tADuCtjn9DERJ0cLYhJ61TVGll72/xoQV3L EQI9fpOSBrpl1oS0jcvTWLmX93Ww19jPWnK0D2a8kfijkLz7nzlEgjCZXVuHpJu/7s e6BfSLkcbx8FMne/GKFpe52bQ8k8fP/dJIJB7VBkoE5iYXaFV4KT3NiDUbchSlD0qd FQTtN7SgBLzvFRuE8HXRbFvF1/7wqiVHPmYCXV8itMdcSIQDg0ijVbwtLeqXsnGrw3 wCOttfDCmr35Q== Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 28 Apr 2020 08:30:53 +0000 From: camlriot@airmail.cc Message-ID: X-Sender: camlriot@airmail.cc User-Agent: Roundcube Webmail/1.3.10 Received-SPF: permerror client-ip=37.120.193.124; envelope-from=camlriot@airmail.cc; helo=mail.cock.li X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/28 04:30:54 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 37.120.193.124 X-Spam-Score: -2.3 (--) X-Mailman-Approved-At: Tue, 28 Apr 2020 05:24:24 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, I have installed guix v1.1.0 as a guest OS using virt-manager. In the misc. services section of the manual http://guix.gnu.org/manual/en/guix.html#Miscellaneous-Services , it is suggested to enable the spice-vdagent service. So, with help on irc chat I added the two lines in my config.scm (use-service modules ... spice) (spice-vdagent-service) in the services list. On rebooting with the newly configurated build, I'm able to use the clipboard feature of spice, but the display does not scale on resizing the window (I have checked the option - Autoresize VM with the window in virt-manager). Relevant Log: localhost shepherd[1]: Service spice-vdagentd has been started. localhost spice-vdagentd: GetSeats failed: The name org.freedesktop.ConsoleKit was not provided by any .service files localhost spice-vdagentd: (console-kit) seat: (null) localhost spice-vdagentd: no session info, max 1 session agent allowed From unknown Tue Aug 19 02:58:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#40926: spice-vdagent not scaling the display Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 08 Aug 2021 04:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40926 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: camlriot@airmail.cc Cc: 40926@debbugs.gnu.org Received: via spool by 40926-submit@debbugs.gnu.org id=B40926.162839599715008 (code B ref 40926); Sun, 08 Aug 2021 04:14:02 +0000 Received: (at 40926) by debbugs.gnu.org; 8 Aug 2021 04:13:17 +0000 Received: from localhost ([127.0.0.1]:53450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mCaBY-0003u0-Ot for submit@debbugs.gnu.org; Sun, 08 Aug 2021 00:13:17 -0400 Received: from mail-qk1-f171.google.com ([209.85.222.171]:45637) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mCaBU-0003tg-9g for 40926@debbugs.gnu.org; Sun, 08 Aug 2021 00:13:15 -0400 Received: by mail-qk1-f171.google.com with SMTP id bl17so7075087qkb.12 for <40926@debbugs.gnu.org>; Sat, 07 Aug 2021 21:13:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=VXHOhd9xEkENOaM7SGb/kksyUV4yKrc+H3fNUM/lvcw=; b=EsA6vkmZ4vC1n5P+I6LfU65P8ZTVONuVGVMX69SkziQoVFmSfbI8OJIZO2T5MtxYpb fZB3mNP2HdZNdGcYbKsG/XW9XLBW8ExobDid64P9tm5ff6qypMa9avm+dbDfRTAB0SVp Zm63tMBIbCNbtrtjKMdvfFtLuPcT3C54GRCpgujcLYpB4Wly0qm31CIRT+avEFjjCi/C 1QYskk2HZmgoBqY8iXtpqCxsjLo6R8jA4j+hXgMAdnLD6OCuBi6m4q6vW4m5Ty1uMgwp GU822n46KaqnM7ct0fK5E9Y9v3+tMs19zrNB89i3/QMbzfUsp+hSpdnSCu9DSBvMjoXa +h3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=VXHOhd9xEkENOaM7SGb/kksyUV4yKrc+H3fNUM/lvcw=; b=lpJGNxIxgOPsl3/WMrBBukG+DX4uVTZ/ZDH/BxHLgJD0d6kB7WxiuzYSWEqbyh6qRR BcJsZ+HObPZaepuBrIYkQfO4NUhJVxIkGaHuH12o0MJEEl4TseD0j7GbjLc+MxMdvO4/ LqcBW++WFvmAkQwNLiGyCG1f7GcRhEjZN9YwTGgBgOLTzEnVUkyFBYdvrlpAEm2Yrhdx O/vO+EHU4XXMytWU03UvXPUfW1tqQ/C2DdUMIgcXYa5F1dDi1GwcWpn948r+zwIAXlYe cU8LMhI4uZq3ilE2HB6ZUaKCqGqAPZeRizw34cQqZevvbGZL1Ltt3j4XR40sxrkWgOBK jlhw== X-Gm-Message-State: AOAM531nhI1r9TfYzGGRQmG76ta4+VjO6dmOBwttiaJiiWSjcfx1REwx q7RaY5mXi8VEHXi6GvS/5speV3S7FI+O0Q== X-Google-Smtp-Source: ABdhPJygFPIFjJ8fe+EmjGcbTFJ7+wKFSVwRhvjQHSTDOPhGg7M4986Vp9/yunm5NXXf6AI99vufLw== X-Received: by 2002:a05:620a:b47:: with SMTP id x7mr81149qkg.176.1628395986669; Sat, 07 Aug 2021 21:13:06 -0700 (PDT) Received: from hurd (dsl-10-131-144.b2b2c.ca. [72.10.131.144]) by smtp.gmail.com with ESMTPSA id q184sm7261630qkd.35.2021.08.07.21.13.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 07 Aug 2021 21:13:06 -0700 (PDT) From: Maxim Cournoyer References: Date: Sun, 08 Aug 2021 00:13:05 -0400 In-Reply-To: (camlriot@airmail.cc's message of "Tue, 28 Apr 2020 08:30:53 +0000") Message-ID: <87h7g03772.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, camlriot@airmail.cc writes: > Hi, > I have installed guix v1.1.0 as a guest OS using virt-manager. In the > misc. services section of the manual > http://guix.gnu.org/manual/en/guix.html#Miscellaneous-Services , it is > suggested to enable the spice-vdagent service. So, with help on irc > chat I added the two lines in my config.scm > (use-service modules ... spice) > (spice-vdagent-service) in the services list. > > On rebooting with the newly configurated build, I'm able to use the > clipboard feature of spice, but the display does not scale on resizing > the window (I have checked the option - Autoresize VM with the window > in virt-manager). > > Relevant Log: > localhost shepherd[1]: Service spice-vdagentd has been started. > localhost spice-vdagentd: GetSeats failed: The name > org.freedesktop.ConsoleKit was not provided by any .service files > localhost spice-vdagentd: (console-kit) seat: (null) > localhost spice-vdagentd: no session info, max 1 session agent allowed Which desktop environment were you using? If it was Xfce, it's a known bug [0], and there's not much we can do about. It should work fine out of the box for GNOME. Thank you, Maxim [0] https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/142 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 20 06:31:26 2021 Received: (at control) by debbugs.gnu.org; 20 Aug 2021 10:31:26 +0000 Received: from localhost ([127.0.0.1]:33009 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mH1o6-00038i-Bj for submit@debbugs.gnu.org; Fri, 20 Aug 2021 06:31:26 -0400 Received: from mail-wm1-f52.google.com ([209.85.128.52]:34406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mH1o4-00038V-5r for control@debbugs.gnu.org; Fri, 20 Aug 2021 06:31:24 -0400 Received: by mail-wm1-f52.google.com with SMTP id v20-20020a1cf714000000b002e71f4d2026so1093959wmh.1 for ; Fri, 20 Aug 2021 03:31:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:message-id:to:from:subject; bh=X3TkemUiXUygcR46Uhiy9cK2Ay5ppF9s8zs8lkDD7Do=; b=jiQKTtJlETqxJezy2cn8nSgZg18PP1A4CFH1YxkZSRAmDn89o3eEKH8rRK+JKQimgR WAVNuC78FSBKVHNmFyidgBzV248rqAQJzG0W7rhFtOqNpVnFpA5uLjvAKtSa4Oa90RMU thXWXDVFBAjqkQbkH339hsYb0F/IiT2hEBe7AMZ1hBO9iopetMA27vAdfWXqY23/ESvM fmOyhWig4744tF0i+btwXSmhgbhss0aT+N+s7xQ+xc8DepoV5dgm4OObDR03UflFpWV3 Yo2tfriGwV2jfgnGRh4Zg9ExxlXydazRjGaKOueT11xCqBVZSgNHutzZXPayMmJWCfnx 030A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:message-id:to:from:subject; bh=X3TkemUiXUygcR46Uhiy9cK2Ay5ppF9s8zs8lkDD7Do=; b=EllPRg3HFquQLUpQEZJsKUR1fe1mxDN07UFerDqcYJVhKIqAbvUg/opzC3ExSsIilk +jZHdyzB8SgMM9XEjOyo1wqCZF5OxM5zzlMH9R4zGKcX61q8hDcd8M7Zsvk01bHET6Ez 5dSU0hcnYjSQh/rX/O4tKFjNqBosl8PVBC1YP43fqyFzZqGBXu0LLiOKgk3kLLdEMWP7 1nNsMt6UO/Y0hholBZPQ2xybidgpgND96fz2QID5bXLWoRZ3qSg844UmScLxWXyuf9ln UQPIu0iixL0I9/sx3IpIJfIgoBiEUiKMlknyL3uILwch62e6wuJLwVR5DXnACg9redv+ E7+Q== X-Gm-Message-State: AOAM5325dAOoI30yrgEpaNZxhCs8309Vt3FwcGuJUWWo8ZnlKODExfV8 kn8DMwJlBdQs9hiu1qkVDWxu9oqhnWGrdA== X-Google-Smtp-Source: ABdhPJyyJOwcI4EVCnP8rbVENNegs6DKzMUdu5A6AucrEuN/Rl+HCocv2uVe1FA4Ncmn0hEuHZs/4A== X-Received: by 2002:a7b:ca56:: with SMTP id m22mr3091674wml.16.1629455478332; Fri, 20 Aug 2021 03:31:18 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id z6sm4944498wmp.1.2021.08.20.03.31.17 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 20 Aug 2021 03:31:18 -0700 (PDT) Date: Fri, 20 Aug 2021 12:03:18 +0200 Message-Id: <861r6oph5l.fsf@gmail.com> To: control@debbugs.gnu.org From: zimoun Subject: control message for bug #40926 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 40926 + moreinfo quit From unknown Tue Aug 19 02:58:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: camlriot@airmail.cc Subject: bug#40926: closed (Re: bug#40926: spice-vdagent not scaling the display) Message-ID: References: <877chrjgzg.fsf@gmail.com> X-Gnu-PR-Message: they-closed 40926 X-Gnu-PR-Package: guix X-Gnu-PR-Keywords: moreinfo Reply-To: 40926@debbugs.gnu.org Date: Mon, 25 Mar 2024 00:27:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1711326422-13054-1" This is a multi-part message in MIME format... ------------=_1711326422-13054-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #40926: spice-vdagent not scaling the display which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 40926@debbugs.gnu.org. --=20 40926: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40926 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1711326422-13054-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40926-done) by debbugs.gnu.org; 25 Mar 2024 00:26:31 +0000 Received: from localhost ([127.0.0.1]:47580 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1roYAZ-0003No-6a for submit@debbugs.gnu.org; Sun, 24 Mar 2024 20:26:31 -0400 Received: from mail-qv1-f50.google.com ([209.85.219.50]:52627) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1roYAW-0003NZ-SF for 40926-done@debbugs.gnu.org; Sun, 24 Mar 2024 20:26:30 -0400 Received: by mail-qv1-f50.google.com with SMTP id 6a1803df08f44-6962e6fbf60so40209896d6.1 for <40926-done@debbugs.gnu.org>; Sun, 24 Mar 2024 17:25:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1711326280; x=1711931080; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=fASKatl/3xs1svt5ks1ILQHdCK00DSyb5pQrD99k4FU=; b=kO+F4483TNDtz9q0xc+R63ycGm6shPYoi99M6vSwA9qU1/j3KB4NXnlLiIoL5WRB0K VzC7mXUpcaJ2BEEElJHvzSAYQVQAWMWg/CX0+AbpW+DFEafM0ZQoZrFGSFRtPFklypgE mSKAx+k0rU/E2+ClobtRAIGQPzC8fYU/lbl8/RNjkmefXYJV/NR011GIQ8OMZhDWEs9S /xaCWqsItoCbOlZk3EUQV6gBDwcz4oihfWLiokQzvSLKVxE5BdQ2weqk4xm4RdLg3dut Y4EcKVfBySxkS8xifqLfIsXwntbVheQWXATOc5fWip+denk4dkRSPgdXMCV67jdLe54M Kttg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711326280; x=1711931080; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=fASKatl/3xs1svt5ks1ILQHdCK00DSyb5pQrD99k4FU=; b=dfxbo1rKR2z5u6IUCrj1QAOvOST8LNeKYQv+Vq1+jbw9JuTm+ZfR8BKkk74hJuUxSQ 87IACukO2HfM52bVsfUWCL0SSH+70d/VMSLyVuBK5yauxruDpSowizERluVFHjzjzjV+ wWdM8vEvp3+mTsxifsS6zwok/iLH7xKW9Whq/hnOpIzzmjhJnYUYIO9ig3Ea1dqbWbo9 /wNyGy580jjCfwT1MFbPQb+L5vOmitIzLrWkNK+PK0HVCoiDgOKHKxfPh9hlhxFJ5H9/ 3KeCgqZv4YWxW4P6zM29dla/DKxdGR/RPAXX4EXweZ3hLJbgdPDkzz1x+zGynQ+SpkpT OC8g== X-Gm-Message-State: AOJu0YwBz160+vn0c33v1dLT272K7j78Bd8ddy5fl4yl4UGrN/xJggvj 1QSgOAkZ7VpXlppQ3/m16cKwM+q+a9jwblg0l/1TmWPrIZVgrNO+Sh9DGjN+ X-Google-Smtp-Source: AGHT+IF4LCWA5P+HBclZyLO2xHcKLaRWtJHPZOLzYYeCop6kV0NgkhYeYqDPyleFRfMwaQmrVCztTw== X-Received: by 2002:a05:6214:1bc8:b0:696:70c9:75f7 with SMTP id m8-20020a0562141bc800b0069670c975f7mr7418306qvc.61.1711326280592; Sun, 24 Mar 2024 17:24:40 -0700 (PDT) Received: from v130 (dsl-156-189.b2b2c.ca. [66.158.156.189]) by smtp.gmail.com with ESMTPSA id t11-20020a05621421ab00b00696903f7d25sm308506qvc.28.2024.03.24.17.24.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 24 Mar 2024 17:24:39 -0700 (PDT) From: Maxim Cournoyer To: camlriot@airmail.cc Subject: Re: bug#40926: spice-vdagent not scaling the display In-Reply-To: <87h7g03772.fsf@gmail.com> (Maxim Cournoyer's message of "Sun, 08 Aug 2021 00:13:05 -0400") References: <87h7g03772.fsf@gmail.com> Date: Sun, 24 Mar 2024 20:24:35 -0400 Message-ID: <877chrjgzg.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 40926-done Cc: 40926-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Maxim Cournoyer writes: [...] > Which desktop environment were you using? If it was Xfce, it's a known > bug [0], and there's not much we can do about. It should work fine out > of the box for GNOME. > > Thank you, > > Maxim > > [0] https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/142 We haven't heard back; I assume the problem was the one above, which was worked around in the Guix Xfce demo VM via the x-resize tool. Closing. -- Thanks, Maxim ------------=_1711326422-13054-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Apr 2020 09:24:28 +0000 Received: from localhost ([127.0.0.1]:38927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTMTZ-0000ss-AS for submit@debbugs.gnu.org; Tue, 28 Apr 2020 05:24:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:49901) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTLrU-0008H8-R3 for submit@debbugs.gnu.org; Tue, 28 Apr 2020 04:45:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50778) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTLpr-0003Z4-Lq for bug-guix@gnu.org; Tue, 28 Apr 2020 04:45:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_PSBL,T_SPF_PERMERROR, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTLdu-0006hN-Aq for bug-guix@gnu.org; Tue, 28 Apr 2020 04:33:33 -0400 Received: from mail.cock.li ([37.120.193.124]:48272) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTLdt-00067T-Ca for bug-guix@gnu.org; Tue, 28 Apr 2020 04:31:01 -0400 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1588062653; bh=Tts1BEHryX3R0bj/suKVvaQ1/XqLNgdPM7rlmBjQwCU=; h=Date:From:To:Subject:From; b=qUPrEf982kmuXBV0UBUzj8etPRBcQEemokS5p+RR4SmxKcdK6YjuMQVwzJHYeKs6A PdkDkZMcOaqo0whPMzOR5CcxOicoWy2tADuCtjn9DERJ0cLYhJ61TVGll72/xoQV3L EQI9fpOSBrpl1oS0jcvTWLmX93Ww19jPWnK0D2a8kfijkLz7nzlEgjCZXVuHpJu/7s e6BfSLkcbx8FMne/GKFpe52bQ8k8fP/dJIJB7VBkoE5iYXaFV4KT3NiDUbchSlD0qd FQTtN7SgBLzvFRuE8HXRbFvF1/7wqiVHPmYCXV8itMdcSIQDg0ijVbwtLeqXsnGrw3 wCOttfDCmr35Q== Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 28 Apr 2020 08:30:53 +0000 From: camlriot@airmail.cc To: bug-guix@gnu.org Subject: spice-vdagent not scaling the display Message-ID: X-Sender: camlriot@airmail.cc User-Agent: Roundcube Webmail/1.3.10 Received-SPF: permerror client-ip=37.120.193.124; envelope-from=camlriot@airmail.cc; helo=mail.cock.li X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/28 04:30:54 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 37.120.193.124 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 28 Apr 2020 05:24:24 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, I have installed guix v1.1.0 as a guest OS using virt-manager. In the misc. services section of the manual http://guix.gnu.org/manual/en/guix.html#Miscellaneous-Services , it is suggested to enable the spice-vdagent service. So, with help on irc chat I added the two lines in my config.scm (use-service modules ... spice) (spice-vdagent-service) in the services list. On rebooting with the newly configurated build, I'm able to use the clipboard feature of spice, but the display does not scale on resizing the window (I have checked the option - Autoresize VM with the window in virt-manager). Relevant Log: localhost shepherd[1]: Service spice-vdagentd has been started. localhost spice-vdagentd: GetSeats failed: The name org.freedesktop.ConsoleKit was not provided by any .service files localhost spice-vdagentd: (console-kit) seat: (null) localhost spice-vdagentd: no session info, max 1 session agent allowed ------------=_1711326422-13054-1--