From 729583f92f295b6ec39b26c799e3dc8006d13cd3 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sat, 12 Jan 2002 06:42:15 +0000 Subject: [PATCH] Add another question to the FAQ. --- en/gnome/docs/faq.sgml | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/en/gnome/docs/faq.sgml b/en/gnome/docs/faq.sgml index dd07634b44..38c53e02a7 100644 --- a/en/gnome/docs/faq.sgml +++ b/en/gnome/docs/faq.sgml @@ -19,10 +19,11 @@
  • I installed GNOME, but I'm missing application foo. What gives?
  • What's the best way to upgrade GNOME? -
  • What is the difference between GNOME and KDE? +
  • What is the difference between GNOME and KDE? Which one is better? -
  • Where can I get more themes for GNOME? -
  • What window managers work well with GNOME? +
  • Where can I get more themes for GNOME? +
  • What window managers work well with GNOME? +
  • Why can't I launch Linux apps from the GNOME panel?

    Full Text

    @@ -309,6 +310,41 @@ gnomecore + + + + + + + + + + + + + + +


    + 8. + Why can't I launch Linux apps from the GNOME panel? +

    +

    Short answer is you can. The problem is most likely that you have + Launch Feedback (xalf) enabled. xalf is a FreeBSD library, and cannot + load Linux applications. When you try to load a Linux application, + nothing will happen, and something like the following will show up + in ~/.gnomerc-errors or on stdout:

    + +
    +/usr/local/Acrobat4/Reader/intellinux/bin/acroread: error in loading shared 
    +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. +

    +