Re: [compiz] Re: Compiz .36 => No Borders

2007-01-28 Thread Gerd Kohlberger
Also it looks like your gwd install is broken, it looks like it is compiled with the wrong gdk libraries. mm..what is my gwd? what are the right gdk libraries? any possible solutions? Try to update your libglib. 'g_type_register_static_simple' was introduced in ver. 2.12 Gerd ___

Re: Re: [compiz] Re: Compiz .36 => No Borders

2007-01-28 Thread Matteo Landi
>As of 0.3.6 --strict-binding and --use-cow are default >and no longer needed. Remove these 2 arguments from >your startup script. ok, tnx for the fix.. ;) >Also it looks like your gwd install is broken, it looks >like it is compiled with the wrong gdk libraries. mm..what is my gwd? what are th

[compiz] A patch for minimize plugin.

2007-01-28 Thread Stjepan Glavina
I've added a new option in minimize plugin, called "Disable Fading". To prevent tearing, damageScreen is used minDonePaintScreen (only if the option is used). The patch is attached. --- minimize_orig.c 2007-01-27 08:30:23.0 +0100 +++ minimize.c 2007-01-28 17:21:23.0 +0100 @@ -45,6

[compiz] [PATCH] Allow plugins to wrap enterShowDesktopMode

2007-01-28 Thread Mike Dransfield
I wrote this so that the plugins can wrap enter/leaveShowDesktopMode. This means that there will be consistency with keybindings and plugins which initiate showdesktop will always use the same effect. My idea is that the plugin will wrap each function and then set w->inShowDesktopMode for all the

Re: [compiz] Irritating reloading

2007-01-28 Thread Stjepan Glavina
On Sun, 2007-01-28 at 15:45 +, Mike Dransfield wrote: > Stjepan Glavina wrote: > > Compiz reloads itself if it crashes or another app kills it. > > This can be sometimes very irritating and annoying. Can there at least > > be a command-line option to disable this? > > > > > > Are you sure?

Re: [compiz] Re: Compiz .36 => No Borders

2007-01-28 Thread Mike Dransfield
Matteo Landi wrote: > i forgot... > that is the error when i type the commands for compiz: > > [EMAIL PROTECTED]:~$ LIBGL_ALWAYS_INDIRECT=1 compiz --replace > --strict-binding --use-cow gconf & > [1] 19249 > [EMAIL PROTECTED]:~$ compiz: Couldn't load plugin '--strict-binding' > compiz: Couldn't loa

Re: [compiz] Irritating reloading

2007-01-28 Thread gandalfn
It's due in fact of session manager restart style, which always restart compiz. Here a small patch which fix this. On dim, 2007-01-28 at 15:45 +, Mike Dransfield wrote: > Stjepan Glavina wrote: > > Compiz reloads itself if it crashes or another app kills it. > > This can be sometimes very irri

[compiz] Re: Compiz .36 => No Borders

2007-01-28 Thread Matteo Landi
i forgot... that is the error when i type the commands for compiz: [EMAIL PROTECTED]:~$ LIBGL_ALWAYS_INDIRECT=1 compiz --replace --strict-binding --use-cow gconf & [1] 19249 [EMAIL PROTECTED]:~$ compiz: Couldn't load plugin '--strict-binding' compiz: Couldn't load plugin '--use-cow' [EMAIL PROTEC

[compiz] Compiz .36 => No Borders

2007-01-28 Thread Matteo Landi
hi all i'm running debian sid..and i tried to compile the las version of compiz because the old version of compiz did not supported compiz settings.. btw here is what i did: 1) followed the official compiling guide => http://go-compiz.org/index.php?title=Compiling 2) try to run by launching comp

Re: [compiz] Irritating reloading

2007-01-28 Thread Mike Dransfield
Stjepan Glavina wrote: > Compiz reloads itself if it crashes or another app kills it. > This can be sometimes very irritating and annoying. Can there at least > be a command-line option to disable this? > > Are you sure? I dont think it does Maybe you have the crashhandler plugin enabled or so

[compiz] Irritating reloading

2007-01-28 Thread Stjepan Glavina
Compiz reloads itself if it crashes or another app kills it. This can be sometimes very irritating and annoying. Can there at least be a command-line option to disable this? Stjepan ___ compiz mailing list compiz@lists.freedesktop.org http://lists.freed

Re: [compiz] keybindings patch, gnome-keybinding-bridge and vignettes plugins

2007-01-28 Thread gandalfn
The "vignettes" plugin doesn't do anything all alone. It needs an external application, here “vignettes-applet” which controls it via dbus. To add applet, you should build and install it like this : ./configure --prefix=/usr --sysconfdir=/etc make sudo make install and then replace GNOME Window

Re: [compiz] keybindings patch, gnome-keybinding-bridge and vignettes plugins

2007-01-28 Thread dragoran
gandalfn wrote: On dim, 2007-01-28 at 13:40 +0100, gandalfn wrote: It doesn't compile with latest Compiz from GIT. And if I even get it to compile, it just crashes. :( Stjepan � Yes sorry I made it for compiz-0.3.6, i updated it to work also with latest git : http://gandalfn.

Re: [compiz] keybindings patch, gnome-keybinding-bridge and vignettes plugins

2007-01-28 Thread gandalfn
On dim, 2007-01-28 at 13:40 +0100, gandalfn wrote: > > It doesn't compile with latest Compiz from GIT. > > And if I even get it to compile, it just crashes. :( > > > > Stjepan > > > > � > > > Yes sorry > > I made it for compiz-0.3.6, i updated it to work also with latest git : > > http://g

Re: [compiz] keybindings patch, gnome-keybinding-bridge and vignettes plugins

2007-01-28 Thread gandalfn
> It doesn't compile with latest Compiz from GIT. > And if I even get it to compile, it just crashes. :( > > Stjepan > > � > Yes sorry I made it for compiz-0.3.6, i updated it to work also with latest git : http://gandalfn.club.fr/ubuntu/vignettes/vignettes-applets-0.0.2.tar.gz gandalfn -

Re: [compiz] keybindings patch, gnome-keybinding-bridge and vignettes plugins

2007-01-28 Thread Stjepan Glavina
On Sat, 2007-01-27 at 22:54 +0100, gandalfn wrote: > To illustrate the plugin use, I hacked GNOME applet window list, to have > an thumbnail plugin equivalent. > http://gandalfn.club.fr/ubuntu/vignettes/vignettes-applets-0.0.1.tar.gz > > "Vignettes" plugin manages also minimized windows, instead