<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Tuxrocket</title>
	
	<link>http://tuxrocket.com</link>
	<description>Boosting Linux</description>
	<lastBuildDate>Fri, 14 Jun 2013 00:05:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/LinuxEazely" /><feedburner:info uri="linuxeazely" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Checking for Subversion Conflicts</title>
		<link>http://feedproxy.google.com/~r/LinuxEazely/~3/vo_0ECj0bQo/2011</link>
		<comments>http://tuxrocket.com/archives/tinker/2011#comments</comments>
		<pubDate>Fri, 14 Jun 2013 00:05:29 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tinker Blog]]></category>

		<guid isPermaLink="false">http://tuxrocket.com/?p=2011</guid>
		<description><![CDATA[This has come in handy a couple times, so thank you Stackoverflow: svn status &#124; grep -P &#8216;^(?=.{0,6}C)&#8217;<div class='yarpp-related-rss yarpp-related-none'>

No related posts.
</div>
]]></description>
				<content:encoded><![CDATA[<p>This has come in handy a couple times, so <a href="http://stackoverflow.com/questions/2882786/is-there-a-command-to-list-svn-conflicts">thank you Stackoverflow</a>:</p>
<blockquote><p>svn status | grep -P &#8216;^(?=.{0,6}C)&#8217;</p></blockquote>
<div class='yarpp-related-rss yarpp-related-none'>
<p>No related posts.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tuxrocket.com/archives/tinker/2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tuxrocket.com/archives/tinker/2011</feedburner:origLink></item>
		<item>
		<title>Making QT Apps Look Good in KDE</title>
		<link>http://feedproxy.google.com/~r/LinuxEazely/~3/-U_G3zeGAs8/1742</link>
		<comments>http://tuxrocket.com/archives/tinker/1742#comments</comments>
		<pubDate>Sun, 03 Mar 2013 03:28:37 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tinker Blog]]></category>
		<category><![CDATA[12.10]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://tuxrocket.com/?p=1742</guid>
		<description><![CDATA[It&#8217;s odd but even though KDE is built on QT, QT apps can look rather&#8230; bad in KDE. QT has a bunch of styles built in, but Oxygen, the KDE default, is not built-in. The way it can be used is through the shared QT libraries in the Linux distribution (or I suppose other operating [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/apps/1601' rel='bookmark' title='Making Non-KDE Apps Look Beautiful in KDE'>Making Non-KDE Apps Look Beautiful in KDE</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/1628' rel='bookmark' title='Smoothing the QT Wrinkle'>Smoothing the QT Wrinkle</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/637' rel='bookmark' title='Apps I Need to Install in openSUSE'>Apps I Need to Install in openSUSE</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s odd but even though KDE is built on QT, QT apps can look rather&#8230; bad in KDE. QT has a bunch of styles built in, but Oxygen, the KDE default, is not built-in. The way it can be used is through the shared QT libraries in the Linux distribution (or I suppose other operating systems). But many QT apps just use static libraries it bundles within itself. The result of that is that said QT apps don&#8217;t have access to QT styles that the operating system does. Those static QT app can use the styles bundled with the app and no others.</p>
<p>The net result is that there are three types of QT apps.</p>
<p>1) Apps with dynamically linked libraries and are thus able to use the Oxygen style. They look great!</p>
<p>2) Apps with static QT libraries that include the gtk style in QT. Because of the oxygen-gtk GTK theme. In essence the app launches in KDE (powered by QT), runs the GTK style for QT which uses GTK to draw it&#8217;s widgets and GTK uses the Oxygen GTK theme. In the end it looks right. Hopefully the app in question will let you choose which QT style to use like the Skype app. The Skype app by the way seemed to start out in the base QT theme, <em>plastique</em>.</p>
<p><a href="http://tuxrocket.com/wp-content/uploads/2013/03/skypepref.png" rel="lightbox[1742]"><img class="aligncenter size-medium wp-image-1743" alt="Skype Preferences" src="http://tuxrocket.com/wp-content/uploads/2013/03/skypepref-300x180.png" width="300" height="180" /></a></p>
<p>If not, you can use the command-line switch to manually specify it.</p>
<p><code>appname  -style=gtk</code></p>
<p>3) Apps with static QT libraries that don&#8217;t include the GTK style. No hope there for a perfect match. The Scrivenever for Linux app appears to fall into this category. <strong>However</strong>, you can make Scrivener and many other QT apps look better by using the qtconfig app. You can install this in Ubuntu with the qt4-qtconfig package. Run qtconfig and you can specify the theme QT apps should use by default. Make sure you save the changes you make (which show up instantly on running apps). If the app (like Scrivener) doesn&#8217;t include the GTK style, changing it to GTK+ in qtconfig won&#8217;t help. For me, Plastique and Cleanlooks offered the best visuals for Scrivener. Hopefully when it&#8217;s released they&#8217;ll compile packages for actual distributions with shared QT libs and everything.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/apps/1601' rel='bookmark' title='Making Non-KDE Apps Look Beautiful in KDE'>Making Non-KDE Apps Look Beautiful in KDE</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/1628' rel='bookmark' title='Smoothing the QT Wrinkle'>Smoothing the QT Wrinkle</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/637' rel='bookmark' title='Apps I Need to Install in openSUSE'>Apps I Need to Install in openSUSE</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tuxrocket.com/archives/tinker/1742/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tuxrocket.com/archives/tinker/1742</feedburner:origLink></item>
		<item>
		<title>Creating a Better Signature for KMail</title>
		<link>http://feedproxy.google.com/~r/LinuxEazely/~3/0AvUpnQopwI/1734</link>
		<comments>http://tuxrocket.com/archives/tinker/1734#comments</comments>
		<pubDate>Thu, 28 Feb 2013 17:37:39 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tinker Blog]]></category>
		<category><![CDATA[12.10]]></category>
		<category><![CDATA[kde 4.10]]></category>
		<category><![CDATA[kmail]]></category>
		<category><![CDATA[kontact]]></category>
		<category><![CDATA[kubuntu]]></category>

		<guid isPermaLink="false">http://tuxrocket.com/?p=1734</guid>
		<description><![CDATA[For a long time at the company I work, our signatures were something that varied quite a bit. Now, thankfully, there&#8217;s a policy about it. You may be surprised that I say thankfully since people in general don&#8217;t like to be told what to do. Two reasons: 1) one less decision I have to make [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/tinker/640' rel='bookmark' title='openSUSE version of my mac_touchpad.fdi'>openSUSE version of my mac_touchpad.fdi</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/142' rel='bookmark' title='A winmail.dat Attachment Can Ruin Your Day'>A winmail.dat Attachment Can Ruin Your Day</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/98' rel='bookmark' title='Type and Find Your Files'>Type and Find Your Files</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>For a long time at the company I work, our signatures were something that varied quite a bit. Now, thankfully, there&#8217;s a policy about it. You may be surprised that I say thankfully since people in general don&#8217;t like to be told what to do. Two reasons: 1) one less decision I have to make and 2) lots of people in the company won&#8217;t come up with nice signatures, even if you will.</p>
<p>In Thunderbird I just had an HTML signature that was appended to the email. In KMail you can append a file, but it does not get rendered as HTML or rich text when it&#8217;s appended. It appends raw code. Ugly. The bug for this is at <a href="https://bugs.kde.org/show_bug.cgi?id=300142">https://bugs.kde.org/show_bug.cgi?id=300142</a></p>
<p>To add a stylish HTML signature (whether you want to or have to),</p>
<ol>
<li>Go to &#8216;Settings&#8217; &gt; &#8216;Configure KMail&#8217; and a dialog window opens.</li>
<li>In the &#8216;Identities&#8217; section/tab, select the Identity for the signature you want to add and click the &#8216;Modify&#8217; button on the right. Or just double click the Identity in question. Another dialog window opens.</li>
<li>Click the &#8216;Signature&#8217; tab along the top.</li>
<li>Check &#8216;Enable signature&#8217; at the top of the tab.</li>
<li>You have three choices in the select next to &#8216;Obtain signature text from:&#8217;. You can enter text, append a file, or get output from a program. The latter is a fun option if you want to run a script to do random or date dependent things in your signature. I&#8217;ll let you play with that option- I don&#8217;t have time. Appending doesn&#8217;t work for HTML, so we&#8217;re going to opt for &#8216;Input Field Below&#8217;.</li>
<li>Check the &#8216;Use HTML&#8217; checkbox at the bottom of the tab area.</li>
<li>You now have some rich styling tools. I found them adequate if quirky. The size of the dialog window hides an even quicker option however. Next to the &#8216;Format Painter&#8217; (brush) icon is the tiny arrow pointed right hiding further options. Within that group is &#8216;Insert HTML&#8217;! Yes! I think you&#8217;ll save yourself some time if you lay it out elsewhere and paste it in here. That will at least give you a head start. <a href="http://tuxrocket.com/wp-content/uploads/2013/02/kmail_signature1.png" rel="lightbox[1734]"><img class="aligncenter size-medium wp-image-1735" alt="KMail Signature - Paste HTML" src="http://tuxrocket.com/wp-content/uploads/2013/02/kmail_signature1-300x258.png" width="300" height="258" /></a></li>
</ol>
<p>Big caveats- like all email, if you specify a font the recipient doesn&#8217;t have they won&#8217;t see that. Also, pasting in HTML left all the images broken in my editor. BUT when I sent the email with the broken images in my signature and checked another email account they show up fine. So KMail is apparently just choosing to block the external image references. I recommend you specify height and width of the images for proper placement. Also, HTML standardistas should remember that HTML email is still back in the 90s/2000s. The closer you get to  Netscape 4 compatible code the more successful you&#8217;ll be in various email clients. I can&#8217;t believe I just wrote that.</p>
<p>&nbsp;</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/tinker/640' rel='bookmark' title='openSUSE version of my mac_touchpad.fdi'>openSUSE version of my mac_touchpad.fdi</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/142' rel='bookmark' title='A winmail.dat Attachment Can Ruin Your Day'>A winmail.dat Attachment Can Ruin Your Day</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/98' rel='bookmark' title='Type and Find Your Files'>Type and Find Your Files</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tuxrocket.com/archives/tinker/1734/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tuxrocket.com/archives/tinker/1734</feedburner:origLink></item>
		<item>
		<title>I Want Nepomuk Turned On</title>
		<link>http://feedproxy.google.com/~r/LinuxEazely/~3/HYzKwf_qQG0/1728</link>
		<comments>http://tuxrocket.com/archives/tinker/1728#comments</comments>
		<pubDate>Wed, 16 Jan 2013 05:07:15 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tinker Blog]]></category>
		<category><![CDATA[12.10]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[nepomuk]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[virtuoso-t]]></category>

		<guid isPermaLink="false">http://tuxrocket.com/?p=1728</guid>
		<description><![CDATA[We all make mistakes sometimes, even me. And when it comes to computers I sometimes make messes that I then have to clean up. This is one of those times. Do a search for Nepomuk and mostly you find things like &#8220;Help! Nepomuk is eating all of my CPU&#8221; or &#8220;How do I get rid [...]<div class='yarpp-related-rss yarpp-related-none'>

No related posts.
</div>
]]></description>
				<content:encoded><![CDATA[<p>We all make mistakes sometimes, even me. And when it comes to computers I sometimes make messes that I then have to clean up. This is one of those times.</p>
<p>Do a search for Nepomuk and mostly you find things like &#8220;Help! Nepomuk is eating all of my CPU&#8221; or &#8220;How do I get rid of Nepomuk?&#8221;. Now I know that some KDE 4 underpinnings like Akonadi and Nepomuk (man we have exotic names) have had stability issues. But at this point they&#8217;re fairly stable and I&#8217;m guessing they&#8217;re even better in KDE 4.10 which will be released in a few weeks.</p>
<p>I ran into trouble with Nepomuk in the last week or so. The indexing process, virtuoso-t, was just on all the time. I had made so many drastic filesystem and email changes that I suspect that the file repository was having trouble adjusting. But unlike many out there, rather than turn off Nepomuk because something&#8217;s not quite right, I want to figure it out to keep it on to take advantage of what it offers.</p>
<p>So I decided to wipe out my Nepomuk data by deleting the $KDEHOME/share/apps/nepomuk directory (as suggested <a href="http://userbase.kde.org/Nepomuk#Frequently_Asked_Questions">here</a>). I also <a href="http://userbase.kde.org/Akonadi_4.4/Troubleshooting#To_reset_nepomuk_and_the_akonadi_system_in_KMail_2">cleared Akonadi db_data</a> but I don&#8217;t think I needed to do that, in hindsight. I of course did this while I was logged out- I don&#8217;t know what would happen if you tried to mess with Akonadi and Nepomuk while they were running- probably a bad idea.</p>
<p>So I logged in and sure enough- 0 files in my repository now. Unfortunately, Nepomuk didn&#8217;t automatically start re-indexing my files as I assumed it would. Finally, I got it going by unchecking all folders from the <strong>Customize indexed folders</strong> dialog (System Settings &gt; Desktop Search &gt; Desktop Query), clicking &#8216;Apply&#8217; and then going back in and checking the needed folders and clicking &#8216;Apply&#8217; again.</p>
<p><a href="http://tuxrocket.com/wp-content/uploads/2013/01/snapshot7.png" rel="lightbox[1728]"><img class="aligncenter size-thumbnail wp-image-1730" title="System Settings &gt; Desktop Search &gt; Desktop Query" src="http://tuxrocket.com/wp-content/uploads/2013/01/snapshot7-150x150.png" alt="" width="150" height="150" /></a> <a href="http://tuxrocket.com/wp-content/uploads/2013/01/snapshot8.png" rel="lightbox[1728]"><img class="aligncenter size-thumbnail wp-image-1731" title="System Settings &gt; Desktop Search &gt; Desktop Query &gt; Customize index folders" src="http://tuxrocket.com/wp-content/uploads/2013/01/snapshot8-150x150.png" alt="" width="150" height="150" /></a></p>
<p>Immediately Nepomuk was off to the races, indexing my files. This time I had unchecked &#8216;Index my emails&#8217; so it would first focus on the files.</p>
<p>I also noticed that there&#8217;s a setting (Advanced Settings tab) to devote more RAM to the indexing process (virtuoso-t) which supposedly boosts its performance. A while back I maxed out my motherboard and installed 16GB of RAM. The system may be dated, but it&#8217;s got plenty of RAM now. With that plentiful amount (and let&#8217;s face it- most of you have more RAM than you need too), I gave virtuoso-t as  much RAM as the slider allowed. Hopefully it appreciates that sacrifice and behaves.</p>
<p>My files are indexed again. So far, so good.</p>
<div class='yarpp-related-rss yarpp-related-none'>
<p>No related posts.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tuxrocket.com/archives/tinker/1728/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tuxrocket.com/archives/tinker/1728</feedburner:origLink></item>
		<item>
		<title>Getting gnome-keyring to work under KDE (and kdm)</title>
		<link>http://feedproxy.google.com/~r/LinuxEazely/~3/z5Wn6VDUXaE/1725</link>
		<comments>http://tuxrocket.com/archives/tinker/1725#comments</comments>
		<pubDate>Fri, 04 Jan 2013 05:53:37 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tinker Blog]]></category>
		<category><![CDATA[12.10]]></category>
		<category><![CDATA[gnome kde integration]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tuxrocket.com/?p=1725</guid>
		<description><![CDATA[Not too long ago I decided to switch back to KDE as my desktop environment. My reasons were aesthetic and technical. I do think that Canonical&#8217;s Ubuntu plans are great. I like a lot of what they&#8217;re doing. But it&#8217;s all a mish-mash of technologies and ideas. I know that in some ways that&#8217;s what [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/apps/824' rel='bookmark' title='openSUSE: GNOME vs. KDE'>openSUSE: GNOME vs. KDE</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/299' rel='bookmark' title='Share Color Palettes'>Share Color Palettes</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Not too long ago I decided to switch back to KDE as my desktop environment. My reasons were aesthetic and technical. I do think that Canonical&#8217;s Ubuntu plans are great. I like a lot of what they&#8217;re doing. But it&#8217;s all a mish-mash of technologies and ideas. I know that in some ways that&#8217;s what Linux is&#8230; anyway I digress.</p>
<p>I switched to kdm as the display manager, but that immediately caused a problem for me since the gnome-keyring-daemon powers Ubuntu One integration, which I love. I also need it for MySQL Workbench. So I set about figuring out how I could get gnome-keyring to authenticate without me having to unlock it with a second password prompt when I log in.</p>
<p>I found quite a bit of help online, but not all of it was helpful. In the end I had installed the</p>
<p><code>sudo apt-get install libpam-gnome-keyring</code></p>
<p>Then I added the file /etc/pam.d/common-pamkeyring with this content</p>
<p><code>auth optional pam_gnome_keyring.so try_first_pass<br />
session optional pam_gnome_keyring.so auto_start</code></p>
<p>and added a line to the end of /etc/pam.d/kdm</p>
<p><code>@include common-pamkeyring</code></p>
<p>Many thanks to others that share online- especially <a href="http://harpreet.in/blog/2009/11/30/how-to-unlock-gnome-keyring-automatically/">this post</a>, which helped me get over the last hurdle- a simple text change.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/apps/824' rel='bookmark' title='openSUSE: GNOME vs. KDE'>openSUSE: GNOME vs. KDE</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/299' rel='bookmark' title='Share Color Palettes'>Share Color Palettes</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tuxrocket.com/archives/tinker/1725/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://tuxrocket.com/archives/tinker/1725</feedburner:origLink></item>
		<item>
		<title>FamilySearch Indexing Needs a Bigger Icon</title>
		<link>http://feedproxy.google.com/~r/LinuxEazely/~3/VGhy_NTAlLg/1713</link>
		<comments>http://tuxrocket.com/archives/tinker/1713#comments</comments>
		<pubDate>Fri, 02 Nov 2012 04:37:16 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tinker Blog]]></category>
		<category><![CDATA[12.10]]></category>
		<category><![CDATA[familysearch]]></category>
		<category><![CDATA[genealogy]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://tuxrocket.com/?p=1713</guid>
		<description><![CDATA[&#160; One thing that I love doing is genealogy and family history. As part of that I volunteer as an indexer, indexing the vast amount of historical records amassed by the Church of Jesus Christ of Latter-day Saints (the Mormons). Yes, I&#8217;m a Mormon. The records they&#8217;ve collected are amazing but sadly not as helpful [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/tinker/1707' rel='bookmark' title='You Would Think MySQL Would Be Ashamed of that Icon&#8230;'>You Would Think MySQL Would Be Ashamed of that Icon&#8230;</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/875' rel='bookmark' title='RealPlayer Left Mime Type Icons Behind'>RealPlayer Left Mime Type Icons Behind</a></li>
<li><a href='http://tuxrocket.com/archives/apps/1632' rel='bookmark' title='Quick Example of a Great Icon and a Great App Name'>Quick Example of a Great Icon and a Great App Name</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>One thing that I love doing is genealogy and family history. As part of that I volunteer as an <a href="https://www.familysearch.org/volunteer/indexing">indexer</a>, indexing the vast amount of historical records amassed by the Church of Jesus Christ of Latter-day Saints (the Mormons). Yes, I&#8217;m a Mormon. The records they&#8217;ve collected are amazing but sadly not as helpful without being searchable. So people all over the world work on this together using a Java-based app. Once indices are complete, the data and images are published on familysearch.org and are freely available to be searched. It&#8217;s amazing!</p>
<p>Anyway, I&#8217;m happy to say that their webapp auto-detects my platform and offers a shell-script installer for download. After downloading, and before the installer would work on my 64-bit OS, I had to install the ia32-libs package.</p>
<p><code>./Indexing_unix_3_15_1.sh</code></p>
<p>Launch FamilySearch at the conclusion of the installer but my advice is to</p>
<p>Now again- their app icon is&#8230; small. Only 48&#215;48. Basically, it doesn&#8217;t ever look good- in any OS.</p>
<p>As a stopgap, I found a large version of their mobile app (iOS and Android!) and did a short bit of editing. I didn&#8217;t put a ton of time into it- I want to get to indexing!</p>
<p><a href="http://tuxrocket.com/wp-content/uploads/2012/11/Indexing.png" rel="lightbox[1713]"><img class="aligncenter size-full wp-image-1719" title="Indexing Icon" src="http://tuxrocket.com/wp-content/uploads/2012/11/Indexing.png" alt="" width="256" height="256" /></a></p>
<p><code>mv Indexing.png ../.FamilySearchIndexing/indexing.familysearch.org/.install4j/indexing.png</code></p>
<p>That will take the place of the one included by default. Of course you can use a different filename and modify the FamilySearch Indexing.desktop file instead.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/tinker/1707' rel='bookmark' title='You Would Think MySQL Would Be Ashamed of that Icon&#8230;'>You Would Think MySQL Would Be Ashamed of that Icon&#8230;</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/875' rel='bookmark' title='RealPlayer Left Mime Type Icons Behind'>RealPlayer Left Mime Type Icons Behind</a></li>
<li><a href='http://tuxrocket.com/archives/apps/1632' rel='bookmark' title='Quick Example of a Great Icon and a Great App Name'>Quick Example of a Great Icon and a Great App Name</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tuxrocket.com/archives/tinker/1713/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tuxrocket.com/archives/tinker/1713</feedburner:origLink></item>
		<item>
		<title>You Would Think MySQL Would Be Ashamed of that Icon…</title>
		<link>http://feedproxy.google.com/~r/LinuxEazely/~3/r_dWm00u8nI/1707</link>
		<comments>http://tuxrocket.com/archives/tinker/1707#comments</comments>
		<pubDate>Wed, 31 Oct 2012 06:56:37 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tinker Blog]]></category>
		<category><![CDATA[12.10]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://tuxrocket.com/?p=1707</guid>
		<description><![CDATA[I use MySQL Workbench all day long, every day. You probably don&#8217;t, I know, but I&#8217;m share you&#8217;ve shared the experience of working with a good app that just falls on its face in certain ways. MySQL Workbench, for example, doesn&#8217;t integrate with the global menu in Ubuntu and has an ugly brown menu bar [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/tinker/1725' rel='bookmark' title='Getting gnome-keyring to work under KDE (and kdm)'>Getting gnome-keyring to work under KDE (and kdm)</a></li>
<li><a href='http://tuxrocket.com/archives/apps/1632' rel='bookmark' title='Quick Example of a Great Icon and a Great App Name'>Quick Example of a Great Icon and a Great App Name</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/302' rel='bookmark' title='Usplash Got Ubuntu Down?'>Usplash Got Ubuntu Down?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>I use MySQL Workbench all day long, every day. You probably don&#8217;t, I know, but I&#8217;m share you&#8217;ve shared the experience of working with a good app that just falls on its face in certain ways. MySQL Workbench, for example, doesn&#8217;t integrate with the global menu in Ubuntu and has an ugly brown menu bar between two normal background areas. But more aggravating to me is that the icon installed by default is ridiculous. In a day when Mac OS X pushes 512&#215;512 pixel icons, this product of Oracle, one of the technology mammoths, ships on Ubuntu with a 32&#215;32 pixel icon. The shame! Here it is in the switcher:</p>
<p style="text-align: center;"><a href="http://tuxrocket.com/wp-content/uploads/2012/10/Screenshot-from-2012-10-31-013300.png" rel="lightbox[1707]"><img class="aligncenter  wp-image-1708" title="Ugly MySQL Icon" src="http://tuxrocket.com/wp-content/uploads/2012/10/Screenshot-from-2012-10-31-013300.png" alt="" width="550" height="193" /></a></p>
<p>&nbsp;</p>
<p>The .desktop file for this app just references &#8216;mysql-workbench&#8217; as the icon- no path or extension. Luckily I found mysql-workbench.xpm in the /usr/share/pixmaps folder. I found <a href="http://fossies.org/windows/misc/mysql-workbench-gpl-5.2.44-win32-noinstall.zip:a/MySQL%20Workbench%205.2.44%20CE/images/icons/MySQLWorkbench-256.png" rel="lightbox[1707]">a nice hi-res icon online</a>- where you ask? In a source package for MySQL Workbench!! Words fail me.</p>
<p><a href="http://tuxrocket.com/wp-content/uploads/2012/10/index.png" rel="lightbox[1707]"><img class="aligncenter size-medium wp-image-1715" title="Nice Big MySQL Workbench Icon" src="http://tuxrocket.com/wp-content/uploads/2012/10/index-300x251.png" alt="" width="300" height="251" /></a></p>
<p>So in the terminal:</p>
<p><code>cd /usr/share/pixmaps</code></p>
<p><code>sudo mv mysql-workbench.xpm mysql-workbench.old</code></p>
<p><code>sudo mv ~/Inbox/MySQLWorkbench-256.png mysql-workbench.png</code></p>
<p>Notice I renamed the file to have the name &#8216;mysql-workbench&#8217; which is what Unity will look for. Keep the extension accurate- don&#8217;t change that to xpm.</p>
<p>As I worked on it, Unity showed a question mark icon. I launched the app and a few seconds later Unity had self-healed and my nice, big icon was working like a champ. If someone knows how to submit a patch and can fill me in I&#8217;ll do it!</p>
<p style="text-align: center;"><a href="http://tuxrocket.com/wp-content/uploads/2012/10/Screenshot-from-2012-10-31-013928.png" rel="lightbox[1707]"><img class="aligncenter  wp-image-1709" title="Nice MySQL Workbench" src="http://tuxrocket.com/wp-content/uploads/2012/10/Screenshot-from-2012-10-31-013928.png" alt="" width="491" height="198" /></a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/tinker/1725' rel='bookmark' title='Getting gnome-keyring to work under KDE (and kdm)'>Getting gnome-keyring to work under KDE (and kdm)</a></li>
<li><a href='http://tuxrocket.com/archives/apps/1632' rel='bookmark' title='Quick Example of a Great Icon and a Great App Name'>Quick Example of a Great Icon and a Great App Name</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/302' rel='bookmark' title='Usplash Got Ubuntu Down?'>Usplash Got Ubuntu Down?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tuxrocket.com/archives/tinker/1707/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://tuxrocket.com/archives/tinker/1707</feedburner:origLink></item>
		<item>
		<title>Quantal Quetzal Beta!</title>
		<link>http://feedproxy.google.com/~r/LinuxEazely/~3/l28LPqZ5ZdY/1698</link>
		<comments>http://tuxrocket.com/archives/tinker/1698#comments</comments>
		<pubDate>Thu, 13 Sep 2012 14:51:41 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tinker Blog]]></category>

		<guid isPermaLink="false">http://tuxrocket.com/?p=1698</guid>
		<description><![CDATA[I had a lot of fun installing the Quantal Quetzal beta yesterday. It&#8217;s nice to be back after several months in Windows land. At this point I&#8217;m doing things in a dual boot setup. A couple of things I ran into: I had weird visual striping problems trying to run the desktop cd for Quantal [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/apps/1148' rel='bookmark' title='Monopoly Power'>Monopoly Power</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>I had a lot of fun installing the Quantal Quetzal beta yesterday. It&#8217;s nice to be back after several months in Windows land. At this point I&#8217;m doing things in a dual boot setup.</p>
<p>A couple of things I ran into:</p>
<ol>
<li>I had weird visual striping problems trying to run the desktop cd for Quantal Quetzal (beta) so I instead installed Precise Pangolin and <a href="http://www.youtube.com/watch?v=kbibkwj9TV0">upgraded from there</a>.</li>
<li>I recently acquired a diNovo Edge keyboard and a Touch Mouse. These are very slick. And thanks to <a href="http://awesomelinux.blogspot.com/2010/05/ubuntu-1004-lucid-logitech-dinovo-edge.html">this note</a>, the keyboard works like a charm.<br />
<blockquote><p>Edit the file: /lib/udev/rules.d/70-hid2hci.rules(If you need help editing a file, see bottom section.)</p>
<p>Change this line:</p>
<p># Logitech devices<br />
KERNEL==&#8221;hiddev*&#8221;, ATTRS{idVendor}==&#8221;046d&#8221;, ATTRS{idProduct}==&#8221;c70[345abce]|c71[34bc]&#8220;, \<br />
RUN+=&#8221;hid2hci &#8211;method=logitech-hid &#8211;devpath=%p&#8221;</p>
<p>to</p>
<p>KERNEL==&#8221;hidraw*&#8221;, ATTRS{idVendor}==&#8221;046d&#8221;, ATTRS{idProduct}==&#8221;c70[345abce]|c71[34bc]&#8220;, \<br />
RUN+=&#8221;hid2hci &#8211;method=logitech-hid &#8211;devpath=%p&#8221;</p></blockquote>
</li>
<li>I got <a href="http://www.sublimetext.com/">Sublime Text 2</a> running with no trouble, thanks to <a href="http://www.webupd8.org/2012/06/sublime-text-20-stable-released-ppa.html">the convenient repository from WebUpd8</a>.</li>
<li>I run into this in Thunderbird every time- I want to reply above the quoted email! <a href="http://www.pcworld.com/article/248353/thunderbird_tip_make_email_replies_start_at_the_top.html">Here&#8217;s where to set that.</a></li>
<li>Do yourself a favor and set Firefox to <a href="http://www.firefoxfacts.com/2010/08/19/reopen-tabs-from-last-time/">reopen whatever you had open last</a>.</li>
<li>I don&#8217;t seem to be able to watch my Amazon videos online- in fact, it tells me my Flash plug-in is out of date! Chrome, which builds in its Flash player also seemed to choke on the Amazon player. But what&#8217;s this? Adobe Flash is EOL on Linux?!<br />
<blockquote><p>NOTE: Adobe Flash Player 11.2 will be the last version to target Linux as a supported platform. Adobe will continue to provide security backports to Flash Player 11.2 for Linux.</p></blockquote>
</li>
<li>I prefer Firefox, but I always install multiple browsers. I think it&#8217;s very cool and smart for Chrome to <a href="http://www.techdrivein.com/2010/05/google-chrome-automatically-installs.html">automatically add a software repository to Ubuntu</a> so it can be updated in the &#8220;right&#8221; way.</li>
<li>Thank goodness for <a href="http://www.we3geeks.org/2011/06/23/solarized-color-schemes-for-komodo/">this man</a> and his help in getting me the Solarized theme in my copy of Komodo.</li>
<li>Really, really odd issue with Apache. The javascript folder in my htdocs folder was being bypassed and the files were being looked for in <code>/usr/share</code>. It turned out this was caused by <code>/etc/apache2/conf.d/javascript-common.conf</code>. I don&#8217;t know why this was added but I removed the symlink and now things are peachy.</li>
</ol>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/apps/1148' rel='bookmark' title='Monopoly Power'>Monopoly Power</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tuxrocket.com/archives/tinker/1698/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tuxrocket.com/archives/tinker/1698</feedburner:origLink></item>
		<item>
		<title>Why Even Talk About Linux Popularity?</title>
		<link>http://feedproxy.google.com/~r/LinuxEazely/~3/68f8sgpHqwk/1691</link>
		<comments>http://tuxrocket.com/archives/apps/1691#comments</comments>
		<pubDate>Wed, 30 Nov 2011 16:59:30 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Improving Apps]]></category>

		<guid isPermaLink="false">http://tuxrocket.com/?p=1691</guid>
		<description><![CDATA[It seems like such a waste of time- in the past several weeks most of the &#8216;news&#8217; my various sources have cobbled together based on my interests have been a slew of &#8220;Ubuntu no longer the most popular&#8221; &#8216;news&#8217; stories. Give me a break. I saw one reaction to this on omgubuntu.co.uk that dismissed the [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/apps/1664' rel='bookmark' title='Ubuntu 11.04 and Why I&#8217;m an Ubuntu Fan'>Ubuntu 11.04 and Why I&#8217;m an Ubuntu Fan</a></li>
<li><a href='http://tuxrocket.com/archives/apps/1171' rel='bookmark' title='Why The openSUSE Build Service Matters'>Why The openSUSE Build Service Matters</a></li>
<li><a href='http://tuxrocket.com/archives/apps/1507' rel='bookmark' title='Enter&#8230; the Build Service'>Enter&#8230; the Build Service</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>It seems like such a waste of time- in the past several weeks most of the &#8216;news&#8217; my various sources have cobbled together based on my interests have been a slew of &#8220;Ubuntu no longer the most popular&#8221; &#8216;news&#8217; stories. Give me a break.</p>
<p>I saw one reaction to this on <a href="http://www.omgubuntu.co.uk/2011/11/dare-to-be-different-ubuntus-popularity-is-not-declining/">omgubuntu.co.uk</a> that dismissed the numbers and the comments were, I think, unfair. The author rightly notes that all these &#8216;news&#8217; stories are based on Distrowatch visitors. And not based on the their platform as reported by the browser, but the pages on the Distrowatch site that people visit. In other words it&#8217;s useless. Before you rip me apart, follow my logic here.</p>
<p>Gus uses Windows but keeps hearing that the wise and powerful think Linux is where it&#8217;s at- but he&#8217;s confused about the idea of &#8216;distributions&#8217;. A friend suggests he look at Distrowatch to help him decide on a distribution to try.</p>
<p>Gus visits Distrowatch. He clicks around, looking at Fedora, openSUSE, and Ubuntu. He decides he doesn&#8217;t know enough and doesn&#8217;t install anything.</p>
<p>Distrowatch tallies his visit- 1 new visit each for Fedora, openSUSE, and Ubuntu!</p>
<p>Gus sees in the news that Linux Mint is actually the best. He checks back at Distrowatch and looks at Linux Mint. He decides he&#8217;s still not ready.</p>
<p>Distrowatch tallies a new visit for Linux Mint.</p>
<p>Gus sees more and more articles about Linux Mint and returns to Distrowatch, trying to muster his courage to install.</p>
<p>Distrowatch tallies a new visit for Linux Mint.</p>
<p>At this point, Fedora, openSUSE, and Ubuntu all picked up a visit, and Linux Mint picked up 2 and he still hasn&#8217;t installed! News people somehow equate those visits with distribution usage. The irony behind this whole conversation is that the resources at Distrowatch are geared to people wanting a new or different distribution. A real user isn&#8217;t going to visit the page when he&#8217;s happily using his chosen distribution of Linux every day.</p>
<p>&#8216;News&#8217; writers: you&#8217;re ridiculous and you are the problem here. Distrowatch doesn&#8217;t pretend that their stats have anything to do with users. Write some real news articles please.</p>
<p>All Linux distributions: can you please settle on a centralized way to track actual usage? Managed by someone else. Maybe it just counts via your update mechanism. I don&#8217;t know.</p>
<p>Until they do, can everyone stop whining about who is best and get back to making great apps for Linux?</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/apps/1664' rel='bookmark' title='Ubuntu 11.04 and Why I&#8217;m an Ubuntu Fan'>Ubuntu 11.04 and Why I&#8217;m an Ubuntu Fan</a></li>
<li><a href='http://tuxrocket.com/archives/apps/1171' rel='bookmark' title='Why The openSUSE Build Service Matters'>Why The openSUSE Build Service Matters</a></li>
<li><a href='http://tuxrocket.com/archives/apps/1507' rel='bookmark' title='Enter&#8230; the Build Service'>Enter&#8230; the Build Service</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tuxrocket.com/archives/apps/1691/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tuxrocket.com/archives/apps/1691</feedburner:origLink></item>
		<item>
		<title>Time Yourself</title>
		<link>http://feedproxy.google.com/~r/LinuxEazely/~3/cwcugyenp0Y/1688</link>
		<comments>http://tuxrocket.com/archives/tinker/1688#comments</comments>
		<pubDate>Tue, 15 Nov 2011 20:37:12 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tinker Blog]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[oneiric]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tuxrocket.com/?p=1688</guid>
		<description><![CDATA[Need to work on focusing? Try out the Tea Time timer on Launchpad. You can set up set periods of time. Depending on your work style that might include a timer for when you need to look away from your display, how long you should be in &#8216;flow&#8217; time hacking on your code (vs. answering [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/tinker/291' rel='bookmark' title='Tweaking my Suspension in Ubuntu'>Tweaking my Suspension in Ubuntu</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/1686' rel='bookmark' title='LibreOffice Thumbnails'>LibreOffice Thumbnails</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/302' rel='bookmark' title='Usplash Got Ubuntu Down?'>Usplash Got Ubuntu Down?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Need to work on focusing? Try out <a href="https://launchpad.net/~teatime">the Tea Time timer on Launchpad</a>. You can set up set periods of time. Depending on your work style that might include a timer for when you need to look away from your display, how long you should be in &#8216;flow&#8217; time hacking on your code (vs. answering emails). Neat, clean app. Love it.</p>
<p><code><br />
$ sudo add-apt-repository ppa:teatime/ppa<br />
$ sudo apt-get update<br />
$ sudo apt-get install teatime-unity<br />
</code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://tuxrocket.com/archives/tinker/291' rel='bookmark' title='Tweaking my Suspension in Ubuntu'>Tweaking my Suspension in Ubuntu</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/1686' rel='bookmark' title='LibreOffice Thumbnails'>LibreOffice Thumbnails</a></li>
<li><a href='http://tuxrocket.com/archives/tinker/302' rel='bookmark' title='Usplash Got Ubuntu Down?'>Usplash Got Ubuntu Down?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tuxrocket.com/archives/tinker/1688/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tuxrocket.com/archives/tinker/1688</feedburner:origLink></item>
	</channel>
</rss>
