15 packages needing updates for modular X.

Ralph Loader suckfish at ihug.co.nz
Sat Nov 19 02:04:13 UTC 2005


Hi,

I ran the following to look for programs & libraries referencing the
old /usr/X11R6/ directories:


  find /usr/bin /usr/lib /usr/libexec -type f |
  while read X
  do
     strings "$X" | grep /X11R6 && echo -e "**** $X\n\n"
  done | tee X11R6.log


and then went through the output by hand looking for things that
actually need fixing (lots of things, e.g., search paths, are harmless
to still contain /usr/X11R6).

I came up with the following list.  I don't have every Fedora RPM
installed, so there are probably others.


   a2ps ghostscript htmlview openoffice libxklavier mesa ncurses openssh
   pyxf86config-0.3.22-1 SDL ttmkfdir valgrind xorg-x11-drv-ati-6.5.7-1
   xscreensaver


Details on the individual files are below.

Cheers,
Ralph.


a2ps:

$IBMFONTS="/usr/X11R6/lib/X11/fonts/Type1/cour*.pfa";
**** /usr/bin/ogonkify



ghostscript:

X11HOME=/usr/X11R6
**** /usr/bin/unix-lpr.sh


htmlview:

TERMS_GENERIC="/usr/bin/rxvt /usr/X11R6/bin/xterm /usr/bin/Eterm"
**** /usr/bin/htmlview


openoffice:

/usr/X11R6/lib/X11/fonts/truetype
/usr/X11R6/lib/X11/fonts/Type1
**** /usr/lib/openoffice.org2.0/program/libpsp680li.so


libxklavier:

-I/usr/X11R6/lib/X11/xkb
/usr/X11R6/lib/X11/xkb/rules/%s.xml
/usr/X11R6/lib/X11/xkb/rules/%s
/usr/X11R6/lib/X11/xkb/xkbcomp
**** /usr/lib/libxklavier.so.10.0.0


mesa:

/usr/X11R6/lib/modules/dri
**** /usr/lib/libGL.so.1.2


ncurses:

if [ -f /usr/X11R6/bin/resize ]; then
**** /usr/bin/resetall


openssh:

/usr/X11R6/bin/xauth
**** /usr/bin/ssh


pyxf86config-0.3.22-1:

/usr/X11R6
**** /usr/lib/python2.4/site-packages/ixf86configmodule.so


SDL:

/usr/X11R6/lib/X11/Metro/.version
**** /usr/lib/libSDL-1.2.so.0.7.2


ttmkfdir:

-e, --encoding		name of the encoding directory file, default is
"/usr/X11R6/lib/X11/fonts/encodings/encodings.dir"
/usr/X11R6/lib/X11/fonts/encodings/encodings.dir
**** /usr/bin/ttmkfdir


valgrind:

   obj:/usr/X11R6/lib*/libX11.so.6.2
   obj:/usr/X11R6/lib*/libXt.so.6.0
   obj:/usr/X11R6/lib*/libXaw.so.7.0
**** /usr/lib/valgrind/default.supp  (& heaps more).


xorg-x11-drv-ati-6.5.7-1:

/usr/X11R6/lib/modules/multimedia/rt2_pmem.bin
**** /usr/lib/xorg/modules/multimedia/theatre200_drv.so


xscreensaver:

*textFile:		/usr/X11R6/README
**** /usr/bin/xscreensaver  (and others)


xterm:

/usr/X11R6/bin/luit
filename of locale converter (/usr/X11R6/bin/luit)
**** /usr/bin/xterm





More information about the devel mailing list