<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Leopard – Yeri Tiete</title>
    <link>https://yeri.be/tag/leopard/</link>
    <description>Yeri Tiete&#39;s blog</description>
    <language>en</language>
    <copyright>© Yeri Tiete</copyright>
    <lastBuildDate>Tue, 26 Feb 2008 19:54:16 +0100</lastBuildDate>
    <atom:link href="https://yeri.be/tag/leopard/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Namely &#43; hiding its icon</title>
      <link>https://yeri.be/namely-hiding-its-icon/</link>
      <pubDate>Tue, 26 Feb 2008 19:54:16 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/namely-hiding-its-icon/</guid>
      <description>&lt;p&gt;I recently started to use &lt;a href=&#34;http://amarsagoo.info/namely/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Namely&lt;/a&gt; but having its icon in my dock was quite annoying (like to keep my dock clean).&lt;/p&gt;&#xA;&lt;p&gt;Namely is an app that let&amp;rsquo;s you launch any application by typing in a few letters of that program&amp;rsquo;s name. Just type in a key combination ([Apple]+E here), and Namely&amp;rsquo;s window pop ups.&lt;/p&gt;&#xA;&lt;p&gt;After a bit of &lt;a href=&#34;https://web.archive.org/web/20170301073126/http://www.macgeekery.com/gspot/2007-02/hiding_applications_from_the_dock&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Googling&lt;/a&gt; I found that it was possible to hide icons from the dock.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I recently started to use <a href="http://amarsagoo.info/namely/" target="_blank" rel="noopener">Namely</a> but having its icon in my dock was quite annoying (like to keep my dock clean).</p>
<p>Namely is an app that let&rsquo;s you launch any application by typing in a few letters of that program&rsquo;s name. Just type in a key combination ([Apple]+E here), and Namely&rsquo;s window pop ups.</p>
<p>After a bit of <a href="https://web.archive.org/web/20170301073126/http://www.macgeekery.com/gspot/2007-02/hiding_applications_from_the_dock" target="_blank" rel="noopener">Googling</a> I found that it was possible to hide icons from the dock.</p>
<p>First of all, configure Namely, make sure it pop ups if you type in your key combo. If you don&rsquo;t do that now, you&rsquo;ll have problems to configure it later.</p>
<p>Once that&rsquo;s done, quit Namely.</p>
<p>Then go to the Namely.app folder (using Terminal), and add these 2 lines</p>
<pre line="1" lang="bash"><key>LSUIElement</key>
<string>1</string></pre>
<p>between &lt;dict&gt; and &lt;/dict&gt;</p>
<p>This is what it should look like:</p>
<p><em>(Nano is the editor I use, but you can also use vi or vim too, depending what&rsquo;s installed + you might have Namely installed in a different directory)</em></p>
<pre line="1" lang="bash">Nazgul:~ yeri$ cd /Applications/Utilities/Namely.app/
Nazgul:Namely.app yeri$ nano -w Contents/Info.plist</pre>
<p>This is how my Info.plist looks like:</p>
<pre line="1" lang="HTML">< ?xml version="1.0" encoding="UTF-8">
< !DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleExecutable</key>
        <string>Namely</string>
        <key>CFBundleIconFile</key>
        <string>Namely</string>
        <key>CFBundleIdentifier</key>
        <string>com.asagoo.namely</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>2.5.1</string>
        <key>NSMainNibFile</key>
        <string>MainMenu</string>
        <key>NSPrincipalClass</key>
        <string>NamelyApplication</string>
        <key>LSUIElement</key>
        <string>1</string>
</dict>
</plist></pre>
<p><em>Notice line 25 &amp; 26.</em></p>
<p>And that should be it &ndash; double click Namely to start it up, hit your keyboard shortcut, and it should pop up!</p>
<p style="text-align: center"><a href="https://static.yeri.be/2008/02/picture-1.png" target="_blank" title="Namely" rel="noopener"><img src="https://static.yeri.be/2008/02/picture-1.thumbnail.png" alt="Namely" /></a></p>
<p style="text-align: left" align="left">No icon in my dock. :)</p>
]]></content:encoded>
      <category>apple</category>
      <category>apple</category><category>leopard</category><category>mac os x</category>
    </item>
    
    <item>
      <title>Hide your Printer icon in Mac OS X.5</title>
      <link>https://yeri.be/hide-your-printer-icon-in-mac-os-x5/</link>
      <pubDate>Tue, 26 Feb 2008 15:24:17 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/hide-your-printer-icon-in-mac-os-x5/</guid>
      <description>&lt;p&gt;I recently came upon &lt;a href=&#34;http://www.macosxhints.com/article.php?story=20071030064059756&#34; target=&#34;_blank&#34;&gt;this post&lt;/a&gt;; enjoy it. ;)&lt;/p&gt;&#xA;&lt;p&gt;Makes life just that bit easier!&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I recently came upon <a href="http://www.macosxhints.com/article.php?story=20071030064059756" target="_blank">this post</a>; enjoy it. ;)</p>
<p>Makes life just that bit easier!</p>
]]></content:encoded>
      <category>apple</category>
      <category>apple</category><category>leopard</category><category>mac os x</category>
    </item>
    
    <item>
      <title>Mac OS X.5.2</title>
      <link>https://yeri.be/mac-os-x152/</link>
      <pubDate>Thu, 14 Feb 2008 00:45:05 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/mac-os-x152/</guid>
      <description>&lt;p&gt;Yes, &lt;a href=&#34;https://web.archive.org/web/20080315182840/http://docs.info.apple.com:80/article.html?artnum=307109&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;it&amp;rsquo;s here&lt;/a&gt;, finally!&lt;/p&gt;&#xA;&lt;p&gt;A 355 Mb patch, downloaded over &lt;a href=&#34;https://web.archive.org/web/20070911190337/http://www.vinddelaptop.be:80/?&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;poor UMTS/3G&lt;/a&gt; at school and in the train&amp;hellip; Took a while, but it&amp;rsquo;s finally installed.&lt;/p&gt;&#xA;&lt;p&gt;Some nice few features, like the fact you can now remove the semi-transparent effect on the menu bar (makes it nicer). They also added some nice stacks enhancements.&lt;/p&gt;&#xA;&lt;p&gt;A Time Machine icon is added in the menu bar too, just too bad you can&amp;rsquo;t make it just pop-up when it is actually backing up. I like keeping my menu bar clean. ;)&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Yes, <a href="https://web.archive.org/web/20080315182840/http://docs.info.apple.com:80/article.html?artnum=307109" target="_blank" rel="noopener noreferrer">it&rsquo;s here</a>, finally!</p>
<p>A 355 Mb patch, downloaded over <a href="https://web.archive.org/web/20070911190337/http://www.vinddelaptop.be:80/?" target="_blank" rel="noopener noreferrer">poor UMTS/3G</a> at school and in the train&hellip; Took a while, but it&rsquo;s finally installed.</p>
<p>Some nice few features, like the fact you can now remove the semi-transparent effect on the menu bar (makes it nicer). They also added some nice stacks enhancements.</p>
<p>A Time Machine icon is added in the menu bar too, just too bad you can&rsquo;t make it just pop-up when it is actually backing up. I like keeping my menu bar clean. ;)</p>
<p>And well, a lot more bug fixes, but haven&rsquo;t noticed any of them, besides perhaps iCal that for some reason hides appointments, as if they were deleted. After changing weeks/refreshing the page, if reappears&hellip; (most iCal bugs were fixed in patch 15.1 for me)</p>
<p>The only thing they haven&rsquo;t fixed is the Workgroup problem&hellip; Still can&rsquo;t join one. If forgets the name of the workgroup I&rsquo;ve entered when I close the window&hellip; Yes, there are some workarounds, like copying the network-location and so on, but I haven&rsquo;t tried yet.</p>
<p>But hey, I&rsquo;m glad with this. :)</p>
<p>No big changes, but I hope Leopard&rsquo;s bugs are fixed now</p>
]]></content:encoded>
      <category>apple</category><category>software</category>
      <category>leopard</category><category>mac os x</category>
    </item>
    
  </channel>
</rss>
