Add another question to the FAQ.
This commit is contained in:
parent
9de1f3b508
commit
729583f92f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11685
1 changed files with 39 additions and 3 deletions
|
@ -19,10 +19,11 @@
|
|||
<li> <a href="#q3">I installed GNOME, but I'm missing application
|
||||
foo. What gives?</a>
|
||||
<li> <a href="#q4">What's the best way to upgrade GNOME?</a>
|
||||
<li> <a href="#q5">What is the difference between GNOME and KDE?
|
||||
<li> <a href="#q5">What is the difference between GNOME and KDE?
|
||||
Which one is better?</a>
|
||||
<li> <a href="#q6">Where can I get more themes for GNOME?</a>
|
||||
<li> <a href="#q7">What window managers work well with GNOME?</a>
|
||||
<li> <a href="#q6">Where can I get more themes for GNOME?</a>
|
||||
<li> <a href="#q7">What window managers work well with GNOME?</a>
|
||||
<li> <a href="#q8">Why can't I launch Linux apps from the GNOME panel?</a>
|
||||
</ol>
|
||||
<h2>Full Text </h2>
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
|
@ -309,6 +310,41 @@ gnomecore
|
|||
<tr>
|
||||
<td width="10"><br></td>
|
||||
</tr>
|
||||
<tr><td colspan="4"><br></td></tr>
|
||||
|
||||
<!-- Q8 -->
|
||||
<tr>
|
||||
<td width="10">
|
||||
<font><a name="q8"> 8.</a></font></td>
|
||||
<td align="left" valign="top" colspan="3">
|
||||
<b>Why can't I launch Linux apps from the GNOME panel?</b>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- A8 -->
|
||||
<tr>
|
||||
<td width="10"> <br> </td>
|
||||
<td align="left" valign="top" colspan="3">
|
||||
<p>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 <tt>~/.gnomerc-errors</tt> or on stdout:</p>
|
||||
|
||||
<pre>
|
||||
/usr/local/Acrobat4/Reader/intellinux/bin/acroread: error in loading shared
|
||||
libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid.
|
||||
</pre>
|
||||
|
||||
<p>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.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10"><br></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue