From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id 418561FA00 for ; Tue, 11 Jan 2022 18:26:51 +0000 (UTC) Received: from localhost ([::1]:51228 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7Lr8-0005Fr-80 for e@80x24.org; Tue, 11 Jan 2022 13:26:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54428) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7Lr4-0005CJ-6k for dtas-all@nongnu.org; Tue, 11 Jan 2022 13:26:47 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:42786) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7Lr2-0003SE-HF for dtas-all@nongnu.org; Tue, 11 Jan 2022 13:26:45 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4D6761F852; Tue, 11 Jan 2022 18:26:43 +0000 (UTC) Date: Tue, 11 Jan 2022 18:26:43 +0000 From: Eric Wong To: James Rowe Cc: dtas-all@nongnu.org Subject: Re: [PATCH 3/4] dtas-console: set X11 terminal title iff DISPLAY is set Message-ID: <20220111182643.GA8826@dcvr> References: <20220107053544.31240-1-e@80x24.org> <20220107053544.31240-4-e@80x24.org> <20220108165914.iukehydobheiii2k@gmail.com> <20220111172959.GA20949@dcvr> <20220111181436.nhzwu5zmxafzk2wh@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220111181436.nhzwu5zmxafzk2wh@gmail.com> Received-SPF: pass client-ip=64.71.152.64; envelope-from=e@80x24.org; helo=dcvr.yhbt.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: duct tape audio suite List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+e=80x24.org@nongnu.org Sender: "dtas-all" James Rowe wrote: > * Eric Wong (e@80x24.org) wrote: > > James Rowe wrote: > > > * Eric Wong (e@80x24.org) wrote: > > > > +set_title = ENV['DISPLAY'] ? $stdout : nil > > > > > > Perhaps consider testing for $WAYLAND_DISPLAY too? > > > > Does the following work for you? > > Yes, thanks. Thanks for testing, pushed as commit 7cf055bb98a8be913ff3a2b03ef2ed2528e61db8 > > [btw, please reply-to-all, since subscription is optional and it avoids > > nongnu.org being a SPOF, thanks] > > Bah, it always takes me a couple of messages to get back in the groove here. > Pinky swear I’ll set up a folder-hook before I send another mail. No worries. Also, Mail-Followup-To: isn't necessary for these types of lists. (same convention for git@vger.kernel.org and various Linux kernel-related lists)