| | 62 | If you receive a message asking you if you have installed |
| | 63 | guake.schemas properly when launching guake, it means that your |
| | 64 | default sysconfdir is different from the one choosen by autotools. To |
| | 65 | fix that, you probably have to append the param `--sysconfdir=/etc' to |
| | 66 | your `./configure' call, like this:: |
| | 67 | |
| | 68 | $ ./configure --sysconfidir=/etc && make |
| | 69 | |
| | 70 | If it is not enought you can call, you can install the gconf schemas |
| | 71 | file by hand doing the following:: |
| | 72 | |
| | 73 | # gconftool-2 --makefile-install-rule data/guake.schemas |
| | 74 | |