GNOME Bugzilla – Bug 446157
dealing with scrollkeeper
Last modified: 2011-06-18 22:33:01 UTC
Please describe the problem: First, a simple thing. A usual value for localstatedir, at least when autotools are used, is /var/lib; INSTALL file, however, sets it to ${prefix}/var, and OMF_STATE is set to ${localstatedir}/lib/scrollkeeper. Doesn't hurt much, but is a bit non-standard, when I want to override localstatedir. Second, a harder thing. As a packager, I have to patch GNUmakefiles to disable scrollkeeper-* calls during installation, and ignore stuff from /var/lib/scrollkeeper, since these things are unneeded when you make a package. As far as I see, there is no 'switch' that would disable all this more gracefully. Would be nice to have one, e.g. in INSTALL file. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
To be more exact, not all scrollkeeper-* calls, but only scrollkeeper-update.
Could you describe more precisely what you want to be modified, as I don't really follow from your description. Tell what part of installation process you want to disable, for example: "Disable the installation of *.omf files to XXX directory, with make NOSCROLLKEEPER=1" I may be able to help, but know nothing about scrollkeeper, OMF, etc... I speak makefile though...
Our scrollkeeper handling is likely to be resolved by using autotools and gnome-doc-utils. Marking this bug as a duplicate of bug 636318, since it has more recent discussion. *** This bug has been marked as a duplicate of bug 636318 ***