From owner-freebsd-ports@FreeBSD.ORG Thu Dec 17 14:14:31 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 970C41065692 for ; Thu, 17 Dec 2009 14:14:31 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 3278A8FC12 for ; Thu, 17 Dec 2009 14:14:30 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so1152520fgg.13 for ; Thu, 17 Dec 2009 06:14:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=RGFCJEhicDwwa7rAXsF/ukNtnXa3RDvBS9DvzrYRLxE=; b=FVf2ExdawKEMPz8u7XLHKBu43DCXe9KS+RAe3oWKrixx0LZKbwK4dNPP4DI0yy2sYV MLim7pLpSkX5EV9xNK8jG4zflWRsk5khbRF0SI42LivP56mjyAbnxw2ystz4EzcuE/sS FtVT9yjn3rE0pH4X2Ty5uLghOtwUDdKcjmOwk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Q90YV2S8xWoIGU+r7GdYspEsomjQOHNHAMQAvz5WV6Rfo9ar8sLK9KrqRp9eta0/Vg hLyuKCM38WHkHUNIKcpq69icMSSiietXQV62VglhgHMFLSy12jJymWlWLnGE/1H3HtIF 6hteloL/mdvr8nRI6uzNMf7/xANAbVmeHkDBQ= MIME-Version: 1.0 Received: by 10.239.136.133 with SMTP id h5mr242787hbh.126.1261059270130; Thu, 17 Dec 2009 06:14:30 -0800 (PST) Date: Thu, 17 Dec 2009 15:14:30 +0100 Message-ID: <91b92520912170614k29516ca3g80e24f2176a1b16b@mail.gmail.com> From: Sandra Kachelmann To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: .Xdefaults ignored 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: Thu, 17 Dec 2009 14:14:31 -0000 I recently noticed that xorg under FreeBSD ignores my ~/.Xdefaults file. I saw with truss that instead .Xdefaults-fqdn is being used: open("/home/skmn/.Xdefaults-prissy.local",O_RDONLY,06362252327) = 5 (0x5) No trace about ~/.Xdefaults Any idea why and if it can be changed? Sandra