I don't know if david have modified the original libmetacity, but you can build it with the libmetacity-private 2.14 with this patch, work fine on ubuntu dapper
Le vendredi 22 septembre 2006 à 17:36 +0530, Jigish Gohil a écrit : > On 9/22/06, David Reveman <[EMAIL PROTECTED]> wrote: > > I just pushed some code into the compiz repository for initial metacity > > theme support. > > That's the great news, however with cow patch and libmetacity > requiring gtk 2.10, SLED10 and openSUSE 10.1 users will not be able to > build/use it. They come with gtk 2.8. Any chance that it would be > compatible with it in near future? > > Thanks > > -J > __________ > cyberorg > _______________________________________________ > compiz mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/compiz > � >
--- compiz.orig/configure.ac 2006-09-22 10:54:38.000000000 +0200 +++ compiz/configure.ac 2006-09-22 10:55:05.000000000 +0200 @@ -221,7 +221,7 @@ windowsettingslibdir=`pkg-config --variable=libdir gnome-window-settings-2.0` if test "x$use_metacity" = "xyes"; then - PKG_CHECK_MODULES(METACITY, metacity, + PKG_CHECK_MODULES(METACITY, libmetacity-private, [use_metacity=yes], [use_metacity=no]) fi fi --- compiz.orig/gnome/window-decorator/gnome-window-decorator.c 2006-09-22 15:26:54.000000000 +0200 +++ compiz/gnome/window-decorator/gnome-window-decorator.c 2006-09-22 15:27:11.000000000 +0200 @@ -60,7 +60,7 @@ #include <signal.h> #ifdef USE_METACITY -#include <metacity/theme.h> +#include <metacity-private/theme.h> #endif #define METACITY_GCONF_DIR "/apps/metacity/general"
_______________________________________________ compiz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/compiz
