Hide Forgot
Description of problem: xterm man page has errors Version-Release number of selected component (if applicable):xterm-211-1.FC5 How reproducible:Every time I do 'man xterm' it comes out the same. :-) Steps to Reproduce: 1. app-defaults dir is relocated to /usr/share/X11/app-defaults, but man page still says the old location - /usr/lib/X11/app-defaults 2. 3. Actual results: Expected results: Additional info: Both XTerm and XTerm-color are listed incorrectly.
That's something I overlooked in scripting the install for manpage.
This bug is now fixed with xterm-212-1.FC{4,5,6} - the paths in the xterm man-page are now all correct.
Created attachment 127727 [details] Patch for minstall.sh and man-page to fix man-page paths for Modular X11 For the benefit of the upstream maintainer : It turns out that the man-page paths come from the "APP_DIR" environment variable during the build, and this has to be set to the app-defaults directory location, prefixed by the "$RPM_BUILD_ROOT" - so paths were getting into the man page prefixed by $RPM_BUILD_DIR :-( I fixed this by applying this patch to the 'minstall.sh' script that generates the man-page for FC-5 / Modular X11 - FC-4 (Un-Modular X11) patch follows.
Created attachment 127728 [details] Patch for minstall.sh and man-page to fix man-page paths for Un-Modular X11
But if you added the configure option --with-app-defaults=$apploaddir that should work.
xterm-212-1.FC5 has been pushed for fc5, which should resolve this issue. If these problems are still present in this version, then please make note of it in this bug report.
xterm-212-1.FC4 has been pushed for fc4, which should resolve this issue. If these problems are still present in this version, then please make note of it in this bug report.