From owner-freebsd-x11@FreeBSD.ORG Fri Nov 14 13:26:41 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2681EB98 for ; Fri, 14 Nov 2014 13:26:41 +0000 (UTC) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC629672 for ; Fri, 14 Nov 2014 13:26:40 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id va2so12515771obc.14 for ; Fri, 14 Nov 2014 05:26:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=message-id:date:from:user-agent:mime-version:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=JNNb7srLmzXEmZttlBezmaSx5jRHNa+KbEGXg1KbmVI=; b=L4IsHYUMgunmCqj5e51H5Vpp26B4J8tNbkfuL2vSxF/2BlqyGLaXjPJqEyA6DmMLZ6 FjvRK4DBL7HRj7Mkf32SbcLuLbB1+Y9gQuhZ3BvnQN6BVA+QA/KXbGYt+fCNZ6ksQkDp FoE/264f5HdEJnFQhciCq8AAwY158LD6gwS+Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=JNNb7srLmzXEmZttlBezmaSx5jRHNa+KbEGXg1KbmVI=; b=HLryeBaolz900G1BioNDZ7lhsGWmpaESiuCFyv6pxbrQyQAiDAAXN58Plk8sJxQwQP cKgQ07XtNSAVLnPDfv3e3iU7/McbnbstaO6xYJnCP8eZuRSeWoCm6iwVJ562eWlzOIKQ Ie5DEwXXiOtls4DoM8N9QrtNVUtqmPEunf7j1gKDzC8tml3kNptCljoyYGye79jJw3mx tCxVhGXwKg68Bh6JdK5PWnYtrMqMpFEbFaNNNYUfgUKsJHfkJmisapo8AayBM+MeoHEl PY4PMclNvuKIUi0pjxiFVTFwufwSokj5BG4dZbickUn31sYdRv6cLeAaHDRLRX7Wen1B H2xA== X-Gm-Message-State: ALoCoQnXCgQi8SrUJfZsq+VU8sCfIOeQEpG3GigK4eIMkzBuhXkXWCN0xks50buRT93yPfESscIk X-Received: by 10.182.252.225 with SMTP id zv1mr7568620obc.37.1415971600066; Fri, 14 Nov 2014 05:26:40 -0800 (PST) Received: from rsbsd.rsb ([31.200.21.116]) by mx.google.com with ESMTPSA id sa9sm11485612oeb.9.2014.11.14.05.26.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Nov 2014 05:26:39 -0800 (PST) Message-ID: <5466030E.4000604@berentweb.com> Date: Fri, 14 Nov 2014 15:26:38 +0200 From: Beeblebrox User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 CC: freebsd-x11@freebsd.org Subject: Re: x11-wm/enlightenment (e17) XComposite support References: <5465BD81.1070700@berentweb.com> <20141114103827.2ff76411@ernst.home> <5465D059.60703@berentweb.com> <20141114130618.4d0c4ac5@ernst.home> In-Reply-To: <20141114130618.4d0c4ac5@ernst.home> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 13:26:41 -0000 > Try running ldd on e17 and see what comes out. > > I personally use e16 and it uses: > libXcomposite.so.1 => /usr/local/lib/libXcomposite.so.1 (0x80176e000) Can't say I have used ldd much, so advise if there's something missing. $ ldd libXcomposite.so.1 libXcomposite.so.1: libX11.so.6 => /usr/local/lib/libX11.so.6 (0x801602000) libc.so.7 => /lib/libc.so.7 (0x80081f000) libxcb.so.1 => /usr/local/lib/libxcb.so.1 (0x80193a000) librpcsvc.so.5 => /usr/lib/librpcsvc.so.5 (0x801b58000) libXau.so.6 => /usr/local/lib/libXau.so.6 (0x801d61000) libpthread-stubs.so.0 => /usr/local/lib/libpthread-stubs.so.0 (0x801f63000) libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x802164000) Regards.