<?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>An Esurient Trollop &#187; apple</title>
	<atom:link href="http://www.trollop.org/articles/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trollop.org</link>
	<description>~ Tea &#38; Strumpets</description>
	<lastBuildDate>Sun, 19 Oct 2008 23:17:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux Printer Sharing With Mac OS X 10.5, Leopard</title>
		<link>http://www.trollop.org/articles/2007/10/31/linux-printer-sharing-with-mac-os-x-105-leopard/</link>
		<comments>http://www.trollop.org/articles/2007/10/31/linux-printer-sharing-with-mac-os-x-105-leopard/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 08:29:55 +0000</pubDate>
		<dc:creator>Steffen L. Norgren</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[CUPS]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac OS X 10.5]]></category>
		<category><![CDATA[printing]]></category>

		<guid isPermaLink="false">http://www.trollop.org/articles/2007/10/31/linux-printer-sharing-with-mac-os-x-105-leopard/</guid>
		<description><![CDATA[After upgrading to Apple&#8217;s Mac OS X 10.5, I found that my printers no longer existed. So I went to http://localhost:631 and tried adding my Gentoo CUPS printer share like I did before, but it refused to show up in the printers list.  
After some searching on the net, it seems that Apple has [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading to Apple&#8217;s Mac OS X 10.5, I found that my printers no longer existed. So I went to http://localhost:631 and tried adding my <a href="http://www.gentoo.org">Gentoo</a> <a href="http://www.cups.org">CUPS</a> printer share like I did before, but it refused to show up in the printers list. <img src='http://www.trollop.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>After some searching on the net, it seems that Apple has somewhat broken the way that it deals with Linux CUPS shares. Apparently it only searches for printers via Bounjour. In any case, I found a fix that works perfectly. <a href="http://discussions.apple.com/profile.jspa?userID=72028">Alessandro Dellavedova</a> posted <a href="http://discussions.apple.com/message.jspa?messageID=5681184">a fix</a> for the problem over on the Apple support forums. Below is a slightly more detailed version of what he did.</p>
<p><strong>WARNING:</strong> You will need administrator privileges to proceed with this fix.</p>
<blockquote></blockquote>
<ol>
<li>Open System Preferences.</li>
<li>Open Print &amp; Fax.</li>
<li>Right-click in the printer&#8217;s pane and select &#8220;Reset printing system&#8230;&#8221;</li>
<li>Open Terminal and type the following:
<p>sudo nano /etc/cups/cupsd.conf</li>
<li>Modify the first few lines such that they look similar to the following:
<p>Browsing On<br />
BrowseOrder allow,deny<br />
BrowseAllow all<br />
BrowseProtocols all<br />
BrowseRemoteProtocols all<br />
BrowsePoll <em>&lt;Your CUPS Server domain or IP&gt;</em>:631<br />
BrowsePort 631</li>
<li>Save the file</li>
<li>Restart the printing subsystem by typing in the following:
<p>sudo killall -HUP cupsd</li>
</ol>
<p>Now you should be able to see and add the printers on your Linux share.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trollop.org/articles/2007/10/31/linux-printer-sharing-with-mac-os-x-105-leopard/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Flagship Posts Ventrilo Update for OS X 10.5&#8230; Sorta</title>
		<link>http://www.trollop.org/articles/2007/10/28/flagship-posts-ventrilo-update-for-os-x-105-sorta/</link>
		<comments>http://www.trollop.org/articles/2007/10/28/flagship-posts-ventrilo-update-for-os-x-105-sorta/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 06:30:17 +0000</pubDate>
		<dc:creator>Steffen L. Norgren</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[flagship]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[OS X 10.5]]></category>
		<category><![CDATA[ventrilo]]></category>

		<guid isPermaLink="false">http://www.trollop.org/articles/2007/10/28/flagship-posts-ventrilo-update-for-os-x-105-sorta/</guid>
		<description><![CDATA[It seems that the developers at Flagship Industries have finally posted a fix to their Ventrilo client for Mac OS X 10.5, Leopard. You know, the bug fix that takes all of 5-minutes to correct. However, they only fixed the problem in the main window and nowhere else.
Here&#8217;s what they had to say:
It is intended [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that the developers at Flagship Industries have finally posted a fix to their Ventrilo client for Mac OS X 10.5, Leopard. You know, the bug fix that takes all of 5-minutes to correct. However, they only fixed the problem in the main window and nowhere else.</p>
<p>Here&#8217;s what <a href="http://www.ventrilo.com/forums/showthread.php?t=22989" title="Bitter Ventrilo bug fix announcement.">they had to say</a>:</p>
<blockquote><p>It is intended to solve the user list window being empty after connecting when running OSX 10.5. This is the only change. The same problem also occurred in a few other windows as well.</p>
<p>If you are not running OSX 10.5 then<strong><em> don&#8217;t waste your time</em> </strong>downloading it as there is no advantage.</p>
<p>This is an interim update until we release the next major upgrade here soon.</p>
<p>FYI,<br />
Flag</p>
<p>__________________<br />
Flagship Industries, Inc.<br />
<a href="http://www.ventrilo.com/" target="_blank">www.ventrilo.com</a></p></blockquote>
<p>Certainly doesn&#8217;t sound like he was very happy about making this fix. In any case, if you would like to download their new version, you can find it <a href="http://download1.ventrilo.com/dl.php?client_darwin_universal32&amp;2349776465" title="Somewhat patched version of Ventrilo">here</a>.</p>
<p>Otherwise, if you want the fully patched version, you can still access it from <a href="http://www.trollop.org/articles/2007/10/26/patched-ventrilo-for-mac-os-x-10-5-leopard/" title="Fully patched version of Ventrilo for Apple's Mac OS X 10.5, Leopard">my site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trollop.org/articles/2007/10/28/flagship-posts-ventrilo-update-for-os-x-105-sorta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patched Ventrilo for Mac OS X 10.5, Leopard</title>
		<link>http://www.trollop.org/articles/2007/10/26/patched-ventrilo-for-mac-os-x-10-5-leopard/</link>
		<comments>http://www.trollop.org/articles/2007/10/26/patched-ventrilo-for-mac-os-x-10-5-leopard/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 13:27:35 +0000</pubDate>
		<dc:creator>Steffen L. Norgren</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[lawyers]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[OS X 10.5]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[stupid]]></category>
		<category><![CDATA[ventrilo]]></category>

		<guid isPermaLink="false">http://www.trollop.org/articles/2007/10/26/patched-ventrilo-for-mac-os-x-105-leopard/</guid>
		<description><![CDATA[As I have promised upon the release of Mac OS X 10.5, here is a patched version of Ventrilo for all us Mac users to download and enjoy!
This version actually works and took me all of 10-minutes to fix. I have posted instructions for the Ventrilo developers in the past on how to fix this [...]]]></description>
			<content:encoded><![CDATA[<p>As I have promised upon the release of Mac OS X 10.5, here is a patched version of Ventrilo for all us Mac users to download and enjoy!</p>
<p>This version actually works and took me all of 10-minutes to fix. I have posted instructions for the Ventrilo developers in the past on how to fix this problem, but instead they prefer to threaten me with legal action.</p>
<p><strong>Download:</strong> &lt;Link Removed&gt;<a href="http://www.trollop.org/wp-content/uploads/2007/10/ventriloapp.sit" title="Patched Ventrilo for Mac OS X 10.5"></a></p>
<p><strong>EDIT:</strong> You should probably download and install <a href="http://www.ventrilo.com/download.php">Ventrilo</a> first, as I am unsure as to whether it installs anything to other locations on the drive.</p>
<p>Simply delete the original install and move my patched version over to the applications folder afterwards.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trollop.org/articles/2007/10/26/patched-ventrilo-for-mac-os-x-10-5-leopard/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Ventrilo Fix for OS X 10.5, Leopard</title>
		<link>http://www.trollop.org/articles/2007/06/22/ventrilo-fix-for-os-x-10-5-leopard/</link>
		<comments>http://www.trollop.org/articles/2007/06/22/ventrilo-fix-for-os-x-10-5-leopard/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 12:47:55 +0000</pubDate>
		<dc:creator>Steffen L. Norgren</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[lawyers]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[OS X 10.5]]></category>
		<category><![CDATA[ventrilo]]></category>

		<guid isPermaLink="false">http://www.trollop.org/articles/2007/06/22/ventrilo-fix-for-os-x-105-leopard/</guid>
		<description><![CDATA[Well now, this bug has existed with Ventrilo for over a year on OS X 10.5. But guess what? I fixed it!  Yes, I spent about an hour tooling around with the package contents of Ventrilo.app and found main.nib. I then opened this file in Interface Builder (part of Xcode) and did a little [...]]]></description>
			<content:encoded><![CDATA[<p>Well now, this bug has existed with Ventrilo for over a year on OS X 10.5. But guess what? I fixed it!  Yes, I spent about an hour tooling around with the package contents of Ventrilo.app and found main.nib. I then opened this file in Interface Builder (part of Xcode) and did a little trial and error editing. Throughout this process I discovered the problem, fixed it and have tested the results. Everything works fine. I didn&#8217;t go much deeper than the main channel list, but I am sure this problem exists in other spots within the application. However, with the problem identified, it should be rather simple to fix in the future.  I&#8217;m surprised that one of Ventrilo&#8217;s valuable developers couldn&#8217;t spare the 5 or 10 minutes needed to fix this problem… That is, spare 5 or 10-minutes over the past bloody year in which this bug has been known on Leopard Beta. In any case, I offer the solution to everyone!</p>
<p style="text-align: center"><img src="http://farm2.static.flickr.com/1324/586009723_7f7dee7662.jpg" onmouseout="undefined" onmouseover="undefined" alt="Ventrilo Fix" title="undefined" height="470" width="500" /></p>
<p>Since the Ventrilo.app file that you install is read only, you will need to copy the application to a different directory. On the copy, right click on the application and select &#8220;Show package contents&#8221;. Navigate to the English.lprog folder and replace the main.nib file with the one I have linked above.  Enjoy being able to run Ventrilo on OS X 10.5 guys!</p>
<p><strong>UPDATE:</strong> If you are looking for the patched version of Ventrilo, see <a href="http://www.trollop.org/articles/2007/10/26/patched-ventrilo-for-mac-os-x-10-5-leopard">this post</a>.</p>
<p><strong>UPDATE #2: </strong>A person, who&#8217;s comment I lost, posted a simple shell script on how to make the change in all offending portions of the program.</p>
<pre>su root **You will need password to your machine**
cd /Applications/Ventrilo.app/Contents/Resources/English.lproj/main.nib
cp objects.xib objects.xib.old
cat objects.xib | sed 's/rowHeight"&gt;0&lt;/rowHeight"&gt;20&lt;/g' &gt; objects.xib.new
rm objects.xib
cp objects.xib.new objects.xib</pre>
<p>Restart Ventrilo!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trollop.org/articles/2007/06/22/ventrilo-fix-for-os-x-10-5-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ugly New Server</title>
		<link>http://www.trollop.org/articles/2006/09/11/ugly-new-server/</link>
		<comments>http://www.trollop.org/articles/2006/09/11/ugly-new-server/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 06:58:23 +0000</pubDate>
		<dc:creator>Steffen L. Norgren</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://www.trollop.org/articles/2007/10/26/ugly-new-server/</guid>
		<description><![CDATA[Well, I finally decided to upgrade my old Power Macintosh G4 (Quicksilver 2002) with a new server. Much like the old server, the new one is running Gentoo, however, the new server is an Intel box that was supplied by my father for free. Beggars can&#8217;t be choosers, eh?
Old Server:
CPU: PowerPC 7455
CPU Speed: 933 MHz
Memory: [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I finally decided to upgrade my old <a title="Power Macintosh G4 (Quicksilver 2002)" href="http://www.apple-history.com/?page=gallery&amp;model=g4_quick_2002">Power Macintosh G4 (Quicksilver 2002)</a> with a new server. Much like the old server, the new one is running <a title="Gentoo Linux" href="http://www.gentoo.org/">Gentoo</a>, however, the new server is an Intel box that was supplied by my father for free. Beggars can&#8217;t be choosers, eh?</p>
<p><img src="http://images.amazon.com/images/P/B00005YXCD.01.LZZZZZZZ.jpg" alt="" width="94" height="114" align="right" />Old Server:<br />
CPU: PowerPC 7455<br />
CPU Speed: 933 MHz<br />
Memory: 1.0 GB<br />
Storage: ~600 GB</p>
<p><img src="http://www.siglan.com/images/ser.jpg" alt="" width="143" height="182" align="left" />New Server:<br />
CPU: Intel Pentium 4<br />
CPU Speed: 2.80 GHz<br />
Memory: 3.0 GB<br />
Storage: 2 TB</p>
<p>As much as I hate to switch to an ugly PC box, it is only for server use. That is, basically the new ugly black box is my mail/web/music/file server. Hopefully, now that it is all set up, I&#8217;ll actually get around to posting random nonsense into this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trollop.org/articles/2006/09/11/ugly-new-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
