noodlylight / fusilli

X Window Manager (Compiz fork)
Other
24 stars 5 forks source link

how do I solve this error ?, (fusilli-decorator-gtk:1282): Gtk-ERROR **: GTK+ 2.x symbols detected #10

Closed JunioCalu closed 9 years ago

JunioCalu commented 9 years ago

I'm using mate gtk3 v1.9.1, and get this error when starting fusilli-decorator-gtk --replace;

(fusilli-decorator-gtk:1282): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported Trace/breakpoint trap (imagem do núcleo gravada)

noodlylight commented 9 years ago

It looks like fusilli-decorator-gtk is incompatible with marco-1.9 (due to gtk3)

Go to fsm->decoration->fusilli-decorator-gtk and select Cairo as the Decoration Style.

If this doesn't work, you will have to recompile without marco support (passing --disable-marco to ./autogen.sh)

JunioCalu commented 9 years ago

Thank works now with --disable-marco. I have some questions, how do I change the theme of the window? I'm also missing compiz Some plugins, such as automatic resize and Shift Switcher

noodlylight commented 9 years ago

Since you cannot use marco, metacity themes are not available.

You can either use the standard cairo theme, or use rotini (with emerald themes)

Eventually, I want to port all/most of the compiz plugins (time permitting). Which plugin is the automatic resize?

JunioCalu commented 9 years ago

the name is grid

noodlylight commented 9 years ago

Good, grid and staticswitcher go to the front of the TODO list.

JunioCalu commented 9 years ago

Will stay cool, xd

noodlylight commented 9 years ago

Plugin grid is ready.

noodlylight commented 9 years ago

Plugin staticswitcher is also ready (but needs polishing)

JunioCalu commented 9 years ago

Wow, I'll test it now