PDA

View Full Version : Compiz Settings List


SmSpillaz
January 6th, 2008, 03:53 PM
I found myself in a bit of a pickle every time I had to look up the name for each setting when developing a settings applications. Sometimes I had to look through GCONF, sometimes the XML files - eugh! So I decided to put an end to all of it, and develop a small little application which lists every single setting available by Category and Plugin, including their short name, type and kind (Display or Screen).

It should now be included in the compiz-tools repository as Compiz-Settings-List.

The compiz-tools repository can be downloaded with

git clone git://git.compiz-fusion.org/users/smspillaz/compiz-tools

Hope it helps new developers :)

SmSpillaz

delfick
January 6th, 2008, 11:39 PM
wicked :D

thnx sam :)

though I get

iambob@stevo-linux:~$ compiz-settings-list
Traceback (most recent call last):
File "/usr/local/bin/compiz-settings-list", line 14, in <module>
from LiveDesktopSettings.execute import run
ImportError: No module named LiveDesktopSettings.execute