Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: jur on May 17, 2010, 05:28:41 AM

Title: metacity: can it be run without gnome?
Post by: jur on May 17, 2010, 05:28:41 AM
I tried metacity but there were problems; it couldn't find various conf settings, complaining about null-values. Clearlooks also could not be found, so it came up with a default lacking window buttons.

Are there some missing dependencies?
Title: Re: metacity: can it be run without gnome?
Post by: Arslan S. on May 17, 2010, 05:42:03 AM
i don't know, i never tried it but as far as i know it is not a stand alone window manager

i have moved it out of gnome-desktop-base because i am working on compiz gnome

compiz gnome is ready just small issues which is related to Xorg about keybindings and packaging remains

when i kill window manager and restart it keys work as intended also this is reproducable for all other window managers when i have Xorg installed :(
Title: Re: metacity: can it be run without gnome?
Post by: Arslan S. on May 17, 2010, 05:48:36 AM
metacity clearlooks theme is found at gnome-themes but it has been moved to gnome-desktop-base

also metacity has simple default themes you should be able to see close minimize maximize buttons

Edit: you need to install gconf schemas keys

in a root shell
Code: [Select]
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule /usr/local/etc/gconf/schemas/metacity.schemas

for your main question yes it runs without gnome
Code: [Select]
killall flwm_topside
metacity --sm-disable

to turn on compositing
Code: [Select]
metacity --sm-disable --composite