From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 3 21:15:28 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B751106564A for ; Thu, 3 Apr 2008 21:15:28 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5438FC1E for ; Thu, 3 Apr 2008 21:15:28 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so3427042wfa.7 for ; Thu, 03 Apr 2008 14:15:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=L/y+o8dpQcaBacFNfJbXv2aD0lkyOHD8t7ykaQKx/GQ=; b=r0F+xhBgTcqvfFJ3CMDsosCOg1NoOFC88Col8znDyO0jVQW3JRRK2WwjfJlTrnUVr3t9xehMwoXW8nOmK2zvyGzikW/LVCGkznhgWigevV0UTHmtYm2Jd8xCXjK7Cou+DrZl+TrcpLbJPbNl8Fte+45ALT/YLNC1VIPLcOPWJPw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=DsTi24vSau8N8a54ileb0uG3/vaGjStKygd5aPFHvDJCbIht1phQN+SZPsJ6zx2Qi6q+OXOTC0qItRs0xj0pguR1EmrGZMgPu1vFGgiQ2ADA6XmmO8HyG7T9ossBnehgrsVac8R2hvyGdzqepqLlAsH1oYUr/IHbkJl7mN7MJAU= Received: by 10.142.103.6 with SMTP id a6mr388790wfc.21.1207257327892; Thu, 03 Apr 2008 14:15:27 -0700 (PDT) Received: by 10.142.50.12 with HTTP; Thu, 3 Apr 2008 14:15:27 -0700 (PDT) Message-ID: Date: Thu, 3 Apr 2008 23:15:27 +0200 From: "Harald Servat" To: freebsd-gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: darklooks theme issue X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 21:15:28 -0000 Hello, I've installed gnome-themes-extras-2.22.0 after installing gnome-lite-2.22.0 on my FreeBSD 7.0. If I go to System>Preferences>Appearence and I choose Darklooks the wm changes to a dark theme (but the window title that is kept in blue :S) as everybody could expect. However, if I reinit the X session, however, the Darklooks theme is gone and a very basic theme appears instead of the chosen one ( Idon't know which theme is that, but it reminds me one of M$ redmond). Does this happen to anybody else? Where can I look at to check this misbehaviour? Thank you! -- _________________________________________________________________ Empty your memory, with a free()... like a pointer! If you cast a pointer to an integer, it becomes an integer, if you cast a pointer to a struct, it becomes a struct. The pointer can crash..., and can overflow. Be a pointer my friend...