<?xml version="1.0"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
   <channel>
      <pubDate>Fri, 29 Aug 2008 22:08:07 GMT</pubDate>
      <lastBuildDate>Fri, 29 Aug 2008 22:08:07 GMT</lastBuildDate>
      <language>en</language>
      <docs>http://www.rssboard.org/rss-specification</docs>
      <title>CrunchBang ~ openoffice</title>
      <link>http://crunchbang.org/tags/openoffice/</link>
      <description>Code, Design &amp; GNU/Linux</description>

<item>
    <title>Openbox, OpenOffice.org &amp; GTK</title>
    <link>http://crunchbang.org/archives/2007/12/23/openbox-openoffice-dot-org-and-gtk/</link>
    <pubDate>Sun, 23 Dec 2007 13:51:23 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/12/23/openbox-openoffice-dot-org-and-gtk/</guid>
    <description><![CDATA[
    <p>While I&#39;m on the topic of <a href="http://crunchbang.org/archives/2007/12/23/darkilouche-openbox-theme/ " title="Darkilouche Openbox Theme">Openbox and themes</a>, one thing that&#39;s been bugging me is OpenOffice.org and its refusal to natively dress in a GTK theme. I know it&#39;s a trivial issue, but when you&#39;ve put some effort into creating a nice theme you at least want your applications to use it.</p>

<p>Anyhow, after a little Googling I found a fix:</p>

<p><strong>1.</strong> Install <code>openoffice-gtk</code> package from Ubuntu repositories with this terminal command:</p>

<pre><code>sudo apt-get install openoffice.org-gtk
</code></pre>

<p><strong>2.</strong> Open your personal Openbox startup file for editing:</p>

<pre><code>gedit ~/.config/openbox/autostart.sh
</code></pre>

<p>or system-wide startup file:</p>

<pre><code>gksudo gedit /etc/xdg/openbox/autostart.sh
</code></pre>

<p><strong>3.</strong> Add the following lines, save and exit:</p>

<pre><code>#Force OpenOffice.org to use GTK theme
export OOO_FORCE_DESKTOP=gnome
</code></pre>

<p><strong>4.</strong> Restart Openbox.</p>

<p>A couple of screenshots, in case you have no idea what I&#39;m rambling on about :)</p>

<p><strong>Before applying GTK theme:</strong><br />
<a href="http://crunchbang.org/uploads/122307081700-openoffice-openbox-nongtk.jpg" title="Screenshot of OpenOffice.org under Openbox without GTK styling." style="background:transparent;border:0;"><img style="border:0;outline:4px solid #babdb6;margin-right:10px;margin-top:5px;" alt="Screenshot of OpenOffice.org under Openbox without GTK styling." src="http://crunchbang.org/uploads/122307081738-openoffice-openbox-nongtk-thumb.jpg" /></a></p>

<p><strong>After applying GTK theme:</strong><br />
<a href="http://crunchbang.org/uploads/122307081937-openoffice-openbox-gtk.jpg" title="Screenshot of OpenOffice.org under Openbox with GTK styling." style="background:transparent;border:0;"><img style="border:0;outline:4px solid #babdb6;margin-right:10px;margin-top:5px;" alt="Screenshot of OpenOffice.org under Openbox with GTK styling." src="http://crunchbang.org/uploads/122307082011-openoffice-openbox-gtk-thumb.jpg" /></a></p>

<hr />

<p><strong>Update @ 14:15&#160;23/12/2007</strong></p>

<p>When using Tango icons, don&#39;t forget to install the corresponding package for OpenOffice.org:</p>

<pre><code>sudo apt-get install openoffice.org-style-tango
</code></pre>

<p>See updated screenshot below, this time with icons :)<br />
<a href="http://crunchbang.org/uploads/122307091313-openbox-openoffice-gtk-update.jpg" title="Screenshot of OpenOffice.org under Openbox with GTK styling." style="background:transparent;border:0;"><img style="border:0;outline:4px solid #babdb6;margin-right:10px;margin-top:5px;" alt="Screenshot of OpenOffice.org under Openbox with GTK styling." src="http://crunchbang.org/uploads/122307091549-openbox-openoffice-gtk-update-thumb.jpg" /></a></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/artwork/" title="Browse all posts tagged with &#8220;artwork&#8221;">artwork</a>, <a href="http://crunchbang.org/tags/openbox/" title="Browse all posts tagged with &#8220;openbox&#8221;">openbox</a>, <a href="http://crunchbang.org/tags/openoffice/" title="Browse all posts tagged with &#8220;openoffice&#8221;">openoffice</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

 </channel>
</rss>