/usr/X11R6 is gone but code trying to use it lives on.
Today I noticed gnome-settings-daemon doing this every 2 seconds for an unknown
reason that I have not yet tracked down:
inotify_add_watch(20, "/usr/X11R6/lib/X11", IN_MODIFY|IN_ATTRIB|IN_CLOSE_WRITE|IN_MOVED_FROM|I N_MOVED_TO|IN_CREATE|IN_DELETE|IN_DELETE_SELF|IN_M OVE_SELF|IN_UNMOUNT|IN_ONLYDIR) = -1 ENOENT (No such file or directory)
There are probably more references total than can be sensibly removed,
but perhaps it would be worth adding some targeted lintian checks to warn about
uses in places, like libraries, where it probably indicates the library is
doing unnecessary work of including the directory in a search path?