*** empty log message ***
diff --git a/faq.php b/faq.php
index 9a6b3ed..eeafb47 100755
--- a/faq.php
+++ b/faq.php
@@ -305,7 +305,7 @@
<li>Freetype 2.1.2</li>
</ul>
<p>
- You can determine which version of GTK you are running using <tt>gtk-config --version</tt>.
+ You can determine which version of GTK you are running using <tt>rpm -q gtk2</tt> or <tt>gtk-config --version</tt>.
</p>
</dd>
@@ -988,14 +988,14 @@
<dt><strong><a name="printOnGTK">Q: Why is the Print menu item disabled in Eclipse on GTK (Linux, UNIX)?</a></strong></dt>
<dd>A: GTK+ began supporting printing in version 2.10. To print in Eclipse, you need to have Eclipse version 3.3 or later,
- and at least GTK+ 2.10.0. To determine what GTK+ version you are running, type: gtk-config --version.
+ and at least GTK+ 2.10.0. To determine what GTK+ version you are running, type: <tt>rpm -q gtk2</tt> or <tt>gtk-config --version</tt>.
<p>Prior to Eclipse 3.3, printing was not implemented on GTK; however you can use the External Tools support in Eclipse
to print files using lpr or some other printing utility. See <a href="#printOnX">here</a> for the steps to set this up.
</dd>
<dt><strong><a name="printOnGTKHangs">Q: Why does it take so long for any editor to open on Eclipse 3.3 with GTK 2.10 (Linux, UNIX)?</a></strong></dt>
<dd>A: There is a bug that was fixed in GTK 2.10.12 that causes certain print backends to hang. To determine what GTK+ version you are running,
- type: gtk-config --version.
+ type: <tt>rpm -q gtk2</tt> or <tt>gtk-config --version</tt>.
<p>If you do not want to upgrade your GTK to the fixed version, you can make use of the org.eclipse.swt.internal.gtk.disablePrinting
flag available in Eclipse 3.3.1 maintenance builds as well as 3.4 M1 and later. To use this, you must pass the flag to eclipse on startup:
<br>./eclipse -vmargs -Dorg.eclipse.swt.internal.gtk.disablePrinting