From nobody Tue Nov 2 18:41:04 2021 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2DE3D1839748 for ; Tue, 2 Nov 2021 18:41:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4HkJdN4T1Rz3q59 for ; Tue, 2 Nov 2021 18:41:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from [192.168.5.3] (c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 1A2If6bJ073495 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Tue, 2 Nov 2021 11:41:06 -0700 (PDT) (envelope-from yuri@FreeBSD.org) X-Authentication-Warning: shell1.rawbw.com: Host c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76] claimed to be [192.168.5.3] Message-ID: <3f246bb0-e987-3e60-f207-85835c289bd8@rawbw.com> Date: Tue, 2 Nov 2021 11:41:04 -0700 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Content-Language: en-US To: "ports@freebsd.org" From: Yuri Subject: Missing plasma5-kde-gtk-config somewhere causing warning Failed to load module "colorreload-gtk-module" in some GTK apps Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HkJdN4T1Rz3q59 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:7961, ipnet:198.144.192.0/19, country:US] X-ThisMailContainsUnwantedMimeParts: N The xdot executable installed by x11/py-xdot always prints this when it starts: Gtk-Message: 11:36:38.401: Failed to load module "colorreload-gtk-module" Based on this answer https://unix.stackexchange.com/questions/612098/failed-to-load-module-colorreload-gtk-module/629998#629998 installing plasma5-kde-gtk-config helps, the warning is gone with it. But I don't know where this dependency is missing. Maybe somebody would know and would be able to fix this minor annoyance. Thanks, Yuri