Re: [compiz] metacity support

2006-10-07 Thread sNop
sNop napsal(a): David Reveman napsal(a): On Fri, 2006-10-06 at 17:55 +0200, sNop wrote: David Reveman napsal(a): On Thu, 2006-10-05 at 22:05 +0200, sNop wrote: I have installed compiz with metacity support, my metacity libs are 2.16.3 and I used this command to on theme support

Re: [compiz] metacity support

2006-10-07 Thread lowfi
Hi, on debian and ubuntu the paths are different. probably, sudo ln -s /usr/lib/window-manager-settings/libcompiz.so /usr/lib/libgnome-window-settings1/libcompiz.so will solve your problem. Greetings, Gerd sNop schrieb: sNop napsal(a): David Reveman napsal(a): On Fri, 2006-10-06 at 17:55

Re: [compiz] solving plugin dependency issues

2006-10-07 Thread Guillaume
Greetings, Here's my implementation of your great idea. It adds CompPluginRuleRequire, that allows a plugin to depend on a feature, and two items in the plugin VTable, features and nFeatures. I know I could have merged the features and the dependencies systems, but it looks much cleaner (a