Changeset d1079afe713fd016ce1b98e23157098bb026c8fe

Show
Ignore:
Timestamp:
01/14/10 08:23:31 (2 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
370d392f56f6df286fa062d64c3ab420144ef461
Parents:
514ff0d724d1dabb23155926aaadd044a8268df9
git-committer:
Lincoln de Sousa <lincoln@…> (01/14/10 08:23:31)
Message:

Adding some help to install gconf schema file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

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