From owner-freebsd-ports@FreeBSD.ORG Sun May 1 10:03:32 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59307106564A for ; Sun, 1 May 2011 10:03:32 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 150D88FC0A for ; Sun, 1 May 2011 10:03:31 +0000 (UTC) Received: by yie12 with SMTP id 12so2454427yie.13 for ; Sun, 01 May 2011 03:03:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=25jUVXtF6fXidEYE+nOSSZGo+hVxo2RpH10341fqg4Q=; b=jClOYK3yyx0Pd3b0hbC+pgoRpeDOtklFRM7ogsBfmMiIEMo98PHjl+yQb0A+BOCE+K Ry+LmxVR95/hdxONIEZ3NbCKjKEKblcccv6bybWkDgbmjWhpKMCmwjC0NvB331zjFUOZ H1rdfigAq0dKCdNAVrTGvxIH1jCgLk2VLVX1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=mtFfGtOYgvv8nARKeGs1VyAx/YF0rEmvr1vAepItO9V1Dq1nHDZ8UQHksCGzqhpMam MQchpfyvT02hWu/2u6A9IKFxMdvSipqae3WdkCZ+IJY+p+YwJgi3+5553d81OzOKLXab EY+2y7mtlPmlo60xe2RPxDuf+85qioZJ7Gh1o= MIME-Version: 1.0 Received: by 10.101.145.37 with SMTP id x37mr4785097ann.22.1304242692823; Sun, 01 May 2011 02:38:12 -0700 (PDT) Received: by 10.101.68.4 with HTTP; Sun, 1 May 2011 02:38:12 -0700 (PDT) In-Reply-To: References: Date: Sun, 1 May 2011 12:38:12 +0300 Message-ID: From: George Liaskos To: Ivan Voras Content-Type: text/plain; charset=UTF-8 Cc: freebsd-x11@freebsd.org, freebsd-ports@freebsd.org Subject: Re: gtk-qt4-engine problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2011 10:03:32 -0000 On Sun, May 1, 2011 at 2:22 AM, Ivan Voras wrote: > Some time ago it was enough to just install the x11-themes/gtk-qt4-engine > port and it would show up in KDE4 Application Appearance section. Now, the > port doesn't even install with the default options (which is problem which > apparently dates to 2009 : > http://www.mail-archive.com/freebsd-ports@freebsd.org/msg23746.html) and > when installed with a workaround (either disabling mtree or building without > bonobo), apparently doesn't work as it doesn't show in the KDE4 settings > dialogs and GTK applications don't pick it up. > > So in short, my question is: is there any way to make GTK applications pick > up the QT4 themes, like gtk-qt4-engine was supposed to be doing? > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > Hello Ivan, Try x11/gtkchtheme, you can change gtk themes by running gtk-chtheme with ALT+F2. x11-themes/gtk-oxygen-engine is nice, try also the following addon for Firefox http://kde-look.org/content/show.php/Oxygen+KDE+(Firefox+Theme)?content=117962 Regards