<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Arkham's Eyrie &#187; gnome</title>
	<atom:link href="http://ark.asengard.net/blog/tag/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://ark.asengard.net/blog</link>
	<description>Where Doves Kill &#38; Ravens Die.</description>
	<lastBuildDate>Fri, 28 Oct 2011 09:09:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>KDE-like bigger icons for Gnome menu</title>
		<link>http://ark.asengard.net/blog/2008/10/23/kde-like-bigger-icons-for-gnome-menu/</link>
		<comments>http://ark.asengard.net/blog/2008/10/23/kde-like-bigger-icons-for-gnome-menu/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 23:55:46 +0000</pubDate>
		<dc:creator>Arkham</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ark.asengard.net/blog/?p=270</guid>
		<description><![CDATA[I&#8217;ve tried to use some kind of KDE like, bigger icons on my desktop for a while and I realized that it is really a pity to not use the wonderful 32&#215;32 tango icons for the gnome menu also. If you want to try, it&#8217;s very simple: gedit ~/.gtkrc-2.0 and put in this line: gtk-icon-sizes [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I&#8217;ve tried to use some kind of KDE like, bigger icons on my desktop for a while and I realized that it is really a pity to not use the wonderful 32&#215;32 tango icons for the gnome menu also. If you want to try, it&#8217;s very simple:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gedit ~<span style="color: #000000; font-weight: bold;">/</span>.gtkrc-<span style="color: #000000;">2.0</span></pre></div></div>

<p>and put in this line:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gtk-icon-sizes = <span style="color: #ff0000;">&quot;panel-menu=32,32&quot;</span></pre></div></div>

<p>and restart gnome-panel (maybe you could be more gracious :P):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">killall</span> gnome-panel</pre></div></div>

<p>Here is the outcome:<br />
<img class="size-full wp-image-273 aligncenter" title="gnome-menu" src="http://ark.asengard.net/blog/wp-content/uploads/2008/10/gnome-menu.png" alt="gnome-menu" width="433" height="325" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ark.asengard.net/blog/2008/10/23/kde-like-bigger-icons-for-gnome-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt4 apps Look and Feel on Gnome</title>
		<link>http://ark.asengard.net/blog/2008/10/04/qt4-apps-looknfeel-on-gnome/</link>
		<comments>http://ark.asengard.net/blog/2008/10/04/qt4-apps-looknfeel-on-gnome/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 18:35:44 +0000</pubDate>
		<dc:creator>Arkham</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://ark.asengard.net/blog/?p=179</guid>
		<description><![CDATA[There are so many applications that depend on qt in my system (among others skype, vlc, opera, picard and virtualbox) that I decided to remove all the statically-compiled-against packages and just install the library and normal packages; this gave me also the chance to find a better way to integrate qt apps in a gnome-based [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-180 aligncenter" title="qt-logo" src="http://ark.asengard.net/blog/wp-content/uploads/2008/10/qt-logo.png" alt="" width="200" height="225" /></p>
<p>
There are so many applications that depend on <a href="http://en.wikipedia.org/wiki/Qt_(toolkit)">qt</a> in my system (among others skype, vlc, opera, picard and virtualbox) that I decided to remove all the statically-compiled-against packages and just install the library and normal packages; this gave me also the chance to find a better way to integrate qt apps in a gnome-based desktop environment.<br />
<br />
The problems that I noticed were that all the fonts looked really tiny and the overall look of the application was kinda poor, so I took a look at the binaries included in the qt package:<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">arkham ~  $  pacman <span style="color: #660033;">-Ql</span> qt <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> bin
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>assistant
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>assistant_adp
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>designer
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>linguist
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>lrelease
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>lupdate
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>moc
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>pixeltool
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>qcollectiongenerator
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>qdbus
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>qdbuscpp2xml
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>qdbusviewer
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>qdbusxml2cpp
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>qhelpconverter
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>qhelpgenerator
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>qmake
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>qt3to4
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>qtconfig
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>rcc
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>uic
qt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>uic3</pre></div></div>

<p>
I tried with qtconfig and it solved the fonts problem, but the default styles still looked really bad; luckily, I found a project called <a href="http://labs.trolltech.com/page/Projects/Styles/GtkStyle">QGtkStyle</a>, that lets you use a gtk-rendered qt style, thus giving a native appearence for qt apps running on gnome. To install it, make sure to have qt4.4 and gtk2 installed correctly, then:<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">svn</span> <span style="color: #c20cb9; font-weight: bold;">co</span> <span style="color: #ff0000;">&quot;svn://labs.trolltech.com/svn/styles/gtkstyle&quot;</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> gtkstyle<span style="color: #000000; font-weight: bold;">/</span>
qmake <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>or</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yaourt <span style="color: #660033;">-S</span> qgtkstyle-svn</pre></div></div>

<p>
Now, from the qtconfig menu you can choose a new style called GTK, and I can assure you that this one looks really nice. Have fun <img src='http://ark.asengard.net/blog/wp-content/plugins/smilies-themer/tango/face-wink.png' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ark.asengard.net/blog/2008/10/04/qt4-apps-looknfeel-on-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mplayer and Nautilus &#8220;Open with&#8221;</title>
		<link>http://ark.asengard.net/blog/2008/06/19/mplayer-and-nautilus-open-with/</link>
		<comments>http://ark.asengard.net/blog/2008/06/19/mplayer-and-nautilus-open-with/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 09:07:09 +0000</pubDate>
		<dc:creator>Arkham</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ark.asengard.net/blog/?p=50</guid>
		<description><![CDATA[Nautilus &#8220;Open with&#8221; option and Mplayer don&#8217;t seem to behave correctly when the file we want to open contains spaces. The dirty hack to solve it is: su vi /usr/share/applications/mplayer.desktop And replace &#8220;Exec=gmplayer %U&#8221; with &#8220;Exec=gmplayer %F&#8221;]]></description>
			<content:encoded><![CDATA[<p>Nautilus &#8220;Open with&#8221; option and Mplayer don&#8217;t seem to behave correctly when the file we want to open contains spaces. The dirty hack to solve it is:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">su</span>
<span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>applications<span style="color: #000000; font-weight: bold;">/</span>mplayer.desktop</pre></div></div>

<p>And replace &#8220;Exec=gmplayer %U&#8221; with &#8220;Exec=gmplayer %F&#8221;</p>
<p> <img src='http://ark.asengard.net/blog/wp-content/plugins/smilies-themer/tango/face-smile-big.png' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ark.asengard.net/blog/2008/06/19/mplayer-and-nautilus-open-with/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable the Recent Documents Menu in Gnome</title>
		<link>http://ark.asengard.net/blog/2008/05/30/disable-the-recent-documents-menu-in-gnome/</link>
		<comments>http://ark.asengard.net/blog/2008/05/30/disable-the-recent-documents-menu-in-gnome/#comments</comments>
		<pubDate>Fri, 30 May 2008 14:20:12 +0000</pubDate>
		<dc:creator>Arkham</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ark.asengard.net/blog/?p=47</guid>
		<description><![CDATA[cd su rm -i .recently-used* chattr +i .recently-used.xbel]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span>
<span style="color: #c20cb9; font-weight: bold;">su</span>
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-i</span> .recently-used<span style="color: #000000; font-weight: bold;">*</span>
<span style="color: #c20cb9; font-weight: bold;">chattr</span> +i .recently-used.xbel</pre></div></div>

<p> <img src='http://ark.asengard.net/blog/wp-content/plugins/smilies-themer/tango/face-wink.png' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ark.asengard.net/blog/2008/05/30/disable-the-recent-documents-menu-in-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

