diff --git a/en/gnome/docs/faq.sgml b/en/gnome/docs/faq.sgml index 28e0b092ac..2f028dac85 100644 --- a/en/gnome/docs/faq.sgml +++ b/en/gnome/docs/faq.sgml @@ -334,14 +334,19 @@ options _KPOSIX_PRIORITY_SCHEDULING libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid. -
To workaround this problem you need to disable Launch Feedback. - To do this, open up the GNOME Control Center, and select - Desktop->Launch Feedback. Uncheck all the options. Click OK. - You should now be able to launch your Linux apps from the GNOME - panel. Another option is to install Linux version of xalf into - /compat/linux/usr/X11R6/lib/libxalflaunch.so.0 - in - this case Linux emulator will pick up Linux version of the shared - object instead when it's being loaded from a Linux binary.
+To fix this problem you need to install the + linux-xalf port. This port (or package) installs + the Linux version of libxalflaunch.so.0 in + /compat/linux/usr/X11R6/lib, and will be used + instead of the FreeBSD binary when launching Linux + applications. You may see the following error after installing + linux-xalf:
+ ++/usr/libexec/ld-elf.so.1: Shared object "libkrb.so.3" not found ++ +
This can be safely ignored.