From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 1 07:10:19 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B52C916A412 for ; Wed, 1 Nov 2006 07:10:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A6343D5C for ; Wed, 1 Nov 2006 07:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kA17AI9k059429 for ; Wed, 1 Nov 2006 07:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA17AIXW059428; Wed, 1 Nov 2006 07:10:18 GMT (envelope-from gnats) Resent-Date: Wed, 1 Nov 2006 07:10:18 GMT Resent-Message-Id: <200611010710.kA17AIXW059428@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Hayes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 912D016A403 for ; Wed, 1 Nov 2006 07:03:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D10D43D62 for ; Wed, 1 Nov 2006 07:03:56 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kA173uAb039606 for ; Wed, 1 Nov 2006 07:03:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kA173u4d039605; Wed, 1 Nov 2006 07:03:56 GMT (envelope-from nobody) Message-Id: <200611010703.kA173u4d039605@www.freebsd.org> Date: Wed, 1 Nov 2006 07:03:56 GMT From: Michael Hayes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/104996: "Warning: The Gtk-Qt theme engine is not installed." X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 07:10:19 -0000 >Number: 104996 >Category: misc >Synopsis: "Warning: The Gtk-Qt theme engine is not installed." >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 01 07:10:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael Hayes >Release: 6.2-PRERELEASE >Organization: >Environment: FreeBSD mikescomputer.lan 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Oct 24 19:36:36 EDT 2006 mthayes@mikescomputer.lan:/usr/obj/usr/src/sys/SMP i386 >Description: The GTK-Qt engine from ports has a HUGE problem. It configures the kcmgtk.cpp file to change its search paths. However -- this has ramifications -- my copy of GTK-Qt could not find any themes. My suggestion is to remove the pre-configure section from the ports Makefile for x11-themes/gtk-qt-engine as specified in the patch. The new version of GTK-Qt already does the searching in a way that doesn't have to be configured. >How-To-Repeat: Utter 'make all install clean' in the ports/x11-themes/gtk-qt-engine folder and attempt to use the GTK Styles and Fonts control panel in KDE. You will get a nice little warning "The Gtk-Qt theme engine is not installed." -- this is due to the extra appendages to the search paths within kcmgtk.cpp, hence the "pre-configure" section of the Makefile which appends this extra path. >Fix: Remove the "pre-configure:" section (the entire section, but not the post-configure section) from the x11-themes/gtk-qt-engine Makefile. This was sufficient to get me working again :) >Release-Note: >Audit-Trail: >Unformatted: