Re: [compiz] Compiling compiz 0.5.0 on SLED 10 SP1

2007-04-09 Thread Johan Kotze
Dennis I thought of that, but there are no such packages available for SLED or SuSE. It seems that all of that have been incorporated into the xorg-devel package, but the .pc files are missing. What else can I try ? Johan Kotze On Mon, Apr 9, 2007 at 4:48 AM, in message [EMAIL PROTECTED],

Re: [compiz] GWD button drawing prob-- any Cairo pro have insights?

2007-04-09 Thread David Reveman
On Sun, 2007-04-08 at 05:48 +0200, Gerd Kohlberger wrote: I think that happens because of how cairo maps coordinates. You have to shift some coordinates by 0.5px depending on the line width. The first question here explains it better than i can: http://cairographics.org/FAQ ( btw, i guess

Re: [compiz] GWD button drawing prob-- any Cairo pro have insights?

2007-04-09 Thread David Reveman
On Sat, 2007-04-07 at 20:46 -0600, Mike Cook wrote: Since I first tried nVidia's AIGLX with Compiz I've been seeing some pretty consistent drawing problems on GWD's minimize and maximize buttons on hover. It looks like part of the fill is drawn with low alpha. I haven't been able to

Re: [compiz] RTLD_GLOBAL flag for dlopen

2007-04-09 Thread David Reveman
On Mon, 2007-04-09 at 17:16 +0100, Mike Dransfield wrote: I am just experimenting with a plugin loader and I found that there are problems with external symbols which are loaded at runtime. The solution is to add RTLD_GLOBAL to the dlopen mode, but I am not sure if this would cause other

Re: [compiz] [ANNOUNCE] compiz-0.4.0

2007-04-09 Thread Carl van Tonder
It's been a mighty 3 days since you asked for help; 3 days that were all Easter weekend, and saw very little compiz list traffic. Calm down a bit, there's not anti-Fedora conspiracy :) On Mon, Apr 09, 2007 at 12:42:17PM -0400, Stephen Clark wrote: Stephen Clark wrote: David Reveman wrote:

Re: [compiz] Paint chanegs block dbus and fuse plugins

2007-04-09 Thread David Reveman
On Mon, 2007-04-09 at 17:26 +0100, Mike Dransfield wrote: I was writing a simple plugin a while ago which just sets the paint values on inactive windows. The plugin is very simple and the main part is below. When I load this plugin it blocks dbus and fuse plugins so that they only reply to

Re: [compiz] RTLD_GLOBAL flag for dlopen

2007-04-09 Thread Mike Dransfield
David Reveman wrote: On Mon, 2007-04-09 at 17:16 +0100, Mike Dransfield wrote: I am just experimenting with a plugin loader and I found that there are problems with external symbols which are loaded at runtime. The solution is to add RTLD_GLOBAL to the dlopen mode, but I am not sure if this

Re: [compiz] RTLD_GLOBAL flag for dlopen

2007-04-09 Thread David Reveman
On Mon, 2007-04-09 at 18:18 +0100, Mike Dransfield wrote: David Reveman wrote: On Mon, 2007-04-09 at 17:16 +0100, Mike Dransfield wrote: I am just experimenting with a plugin loader and I found that there are problems with external symbols which are loaded at runtime. The

Re: [compiz] Paint chanegs block dbus and fuse plugins

2007-04-09 Thread Patrick Niklaus
2007/4/9, Mike Dransfield [EMAIL PROTECTED]: I was writing a simple plugin a while ago which just sets the paint values on inactive windows. The plugin is very simple and the main part is below. There is a plugin which provides a similar functionality in the beryl git repository. It's called

Re: [compiz] Compiling compiz 0.5.0 on SLED 10 SP1

2007-04-09 Thread Johan Kotze
JP Thanx for the tip. I managed to get hold of the xorg-x11-compat70-devel package. I have managed to compile compiz 0.5.0, but I am unable to get ./configure to enable the fuse and annotate plugins. The fuse plugin is the reason I want to play with compiz 0.5.0. I have tried --enable-fuse,

Re: [compiz] [ANNOUNCE] compiz-0.4.0

2007-04-09 Thread David Reveman
On Fri, 2007-04-06 at 19:47 -0400, Stephen Clark wrote: David Reveman wrote: Changes since 0.2.2: * Core Some stencil buffer requirements have been removed. Focus stealing prevention. Fragment attribute interface that allow plugins to perform more

[compiz] Python plugin (Python API for Compiz)

2007-04-09 Thread Mike Dransfield
Here is my python loader plugin which loads plain python scripts as full plugins. There is not much documentation, but I have included a few examples to get you going. triangle - Just a basic plugin which shows a triangle on a button press. This shows using ctypes to pass values from compiz to

Re[2]: [compiz] Compiling compiz 0.5.0 on SLED 10 SP1

2007-04-09 Thread Denis F. Latypoff
Hello Johan, Tuesday, April 10, 2007, 2:32:12 AM, you wrote: JP Thanx for the tip. I managed to get hold of the xorg-x11-compat70-devel package. I have managed to compile compiz 0.5.0, but I am unable to get ./configure to enable the fuse and annotate plugins. The fuse plugin is the