From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id +GPsIP3z12GaawEAgWs5BA (envelope-from ) for ; Fri, 07 Jan 2022 09:04:13 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id oKN1Gf3z12FqEQEAG6o9tA (envelope-from ) for ; Fri, 07 Jan 2022 09:04:13 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F38BB3F3FD for ; Fri, 7 Jan 2022 09:04:12 +0100 (CET) Received: from localhost ([::1]:49430 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n5kEO-0002P2-1m for larch@yhetil.org; Fri, 07 Jan 2022 03:04:12 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5kDG-0001KK-To for bug-guix@gnu.org; Fri, 07 Jan 2022 03:03:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50035) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n5kDG-0003oD-IR for bug-guix@gnu.org; Fri, 07 Jan 2022 03:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n5kDG-0008CE-GT for bug-guix@gnu.org; Fri, 07 Jan 2022 03:03:02 -0500 Subject: bug#52869: xpra 4.3 appears to be broken Resent-From: Lars-Dominik Braun Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Fri, 07 Jan 2022 08:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 52869 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: t@fullmeta.me Mail-Followup-To: 52869@debbugs.gnu.org, lars@6xq.net, t@fullmeta.me Received: via spool by 52869-done@debbugs.gnu.org id=D52869.164154255631415 (code D ref 52869); Fri, 07 Jan 2022 08:03:02 +0000 Received: (at 52869-done) by debbugs.gnu.org; 7 Jan 2022 08:02:36 +0000 Received: from localhost ([127.0.0.1]:42938 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5kCk-0008AI-Of for submit@debbugs.gnu.org; Fri, 07 Jan 2022 03:02:36 -0500 Received: from mout-p-201.mailbox.org ([80.241.56.171]:62678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5kCi-00089o-Nx for 52869-done@debbugs.gnu.org; Fri, 07 Jan 2022 03:02:29 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4JVbKp19TczQjg7; Fri, 7 Jan 2022 09:02:22 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1641542540; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pUKVFBF3Z8c5qalZfwacLWsOYU19UCFys5Ck42/cjtE=; b=r7hK8yw35R8QBCVVlb9J/y0qn2G+XkhGZsTr0s2jfUEt4kVLWKWE46YGZGK5TkXNB+B21j QzK/yujGW78U5vu1yBuQ/5Drdq+ngzLYYR54PrZ8WsGBX1IVackftw6JQadTJYWg7KxpGH CyFr0wZ7yqAcMVFWVO3Jpcw9oI6DmRM1LVHDKQvpt8hXybO6tD6JiBjbaZXKKwayC05M9S LblveGC8WkXO9DDwIw3FSXQ+PFMdLDQ1wL6zEm62fjr9LXo1uXlYJal5j6k3lHtGIUqIGe tPaOJIrKCC7k/LZzUW66tU08BEhZq463J5rJIPYhcQQ9CUKzRqUCmF0E3F7tAQ== Date: Fri, 7 Jan 2022 09:02:17 +0100 From: Lars-Dominik Braun Message-ID: References: <87bl0zenlc.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 52869-done@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1641542653; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=pUKVFBF3Z8c5qalZfwacLWsOYU19UCFys5Ck42/cjtE=; b=H8eHDrinV1OHyFDvkM1TBk2RIB0euDKMSqlHpZBbhl2EgYy7gLfx42zJGCPx8Mi7uXxpQs CNI4MLzA34Yf62ebZoOSrp7TTOLDCmDrWWC8C14sVBwgVl/DYyz1S6qXB+dYmGbhMJFjnh jhknBJwhocwjN5AGnw3sH3da85dxY2oj7XqHGA3hVaJ6DKvlf/KzCMTWpaxuJymofBuSVJ U9Gl0/ZK2ReytsFRlpSbxD9nM/EXy6iZGpruK7Sc4+jkVqtbgfyRd5z2UbTMQrwvwUnLrM ln/Th5APkBnAMgVKtwLyKfxs5lWKhsX2kSOtT5Gjhl92E29qzmt3d7M7sjB85w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1641542653; a=rsa-sha256; cv=none; b=qNhhWazTBQDxLKvIYLfOiGMUhkRBV+7bCn1NSIFsJocwQsYU8SiTLYNFcDqeYHzMoR0j3s DRqb9keXSlbxkbggnfVKCzrtCNaRUk6+JwzBtPhjdegbqWPuZ5uU7m+8KtCfg/ACU9Q1FT mntXcdVFI0he81mTrAseHKZDpNHWXBksPk+4SEgULBK5ESifC7uX0MLNY6LfvykwdqRQyn m0vrkQwXyI0KNSiOwo0fwwEuiCdI0h2zdGCF+YwHmnqVKyVSeiJPwC8cNa4jTSjmqvdmzb v7lxFUXETAZES0d6WH+/El3G84sv8wBrp9Ez0ktuLgdpIkCiFwTUGfdaCZKHhQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=r7hK8yw3; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.20 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=r7hK8yw3; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: F38BB3F3FD X-Spam-Score: -2.20 X-Migadu-Scanner: scn1.migadu.com X-TUID: ft62WwQSOC+P Hi again, > it’s also broken for me and I couldn’t come up with an easy fix, > so I reverted the upgrade to 4.3 for now. If you `guix pull` it should > be back to 4.2.2. it looks like this was not sufficient. I pushed 927c58925667eabdcd07a9dc68e283ef0f6b6b0e to fix it and upgraded xpra again in b3b6373cd6a759896b2c5ea4f84b7f0fa9df9e8d. Cheers, Lars