From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6191A1582EF for ; Thu, 20 Feb 2025 13:47:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4E87334315B for ; Thu, 20 Feb 2025 13:47:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 61AC4110478; Thu, 20 Feb 2025 13:46:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9E15D1102A2 for ; Thu, 20 Feb 2025 13:46:34 +0000 (UTC) Received: by smtp.gentoo.org (Postfix, from userid 2212) id 7A265342FF4; Thu, 20 Feb 2025 13:46:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 791DE342FF2 for ; Thu, 20 Feb 2025 13:46:34 +0000 (UTC) Date: Thu, 20 Feb 2025 13:46:34 +0000 (UTC) From: Andrey Grozin To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] USE flag: gui or X? In-Reply-To: <4yneEilMmR-BdAWfl5bB6fN1xQQRG39RL-9SQ6eSZHoeJUQIHrcozLOQAOLYT3rROLIM-EpSp2E-tc2VhS2GNwUPI3Ypc6IyFDC6BQX_bJg=@pm.me> Message-ID: <9fd60d6d-4745-a025-9ba5-47a25c8377a8@gentoo.org> References: <4102d3da-a1d6-04bd-2a37-d30209e536c1@gentoo.org> <4yneEilMmR-BdAWfl5bB6fN1xQQRG39RL-9SQ6eSZHoeJUQIHrcozLOQAOLYT3rROLIM-EpSp2E-tc2VhS2GNwUPI3Ypc6IyFDC6BQX_bJg=@pm.me> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Archives-Salt: 94c161e2-f8f5-4628-a6b4-73dfbe47d3ba X-Archives-Hash: b5af47156b58f47a6702fc6025d622bf On Thu, 20 Feb 2025, Filip Kobierski wrote: > PyQt are Python bindings for the Qt GUI toolkit. > That means that the question you're asking is "Should a QT app > have USE=gui or USE=X for enabling the graphical user interface?". > In that case I think the answer is obvious: it should be USE=gui. Thanks. I also thought so. > Small FYI: If you are within a Wayland session, to check > if an app runs on wayland you can call xprop from the command line > an click on the window. If nothing happens, it's Wayland. > If output gets printed to the terminal, it's X. I use lumina as my desktop environment, it is X11 only. So, I'm not in wayland. Andrey