Nickolay V. Shmyrev wrote: > В Пнд, 15/06/2009 в 01:32 +0200, Dennis Heuer пишет: >> hello >> >> i am neither using gnome nor gconf. thankfully evince does not need >> any of the both. however, the configuration script insists on >> checking for gconftool-2. i deleted that part in the configure >> script, setting the constant to false, but the schemas are still >> installed. they are placed at /, at least: >> >> evince-thumbnailer-comics.schemas >> evince-thumbnailer-ps.schemas >> evince-thumbnailer.schemas >> evince.schemas >> >> please drop the schemas if gconf is disabled. > > Thanks, --without-gconf should not install schemas now.
It's still kinda broken in 2.27.4. 0f957c8eb5af041975c30719ac926ed49d94aa83 is not enough to fix it (did you test it?). The problem now is something like this: with_gconf is false -> AM_GCONF_SOURCE_2 is not evaluated -> GCONF_SCHEMA_FILE_DIR is not defined -> schemas install at / The point is, GCONF_SCHEMAS_INSTALL just doesn't do what it says... -- Tip of the day: "Always code as if the person who will maintain your code is a maniac serial killer who knows where you live". _______________________________________________ Evince-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evince-list
