<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://whijo.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>gnome-terminal</title>
 <link>http://whijo.net/taxonomy/term/218/feed</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Give Your Eyes a Treat</title>
 <link>http://whijo.net/blog/brad/2008/04/24/give-your-eyes-treat.html</link>
 <description>&lt;p&gt;I subscribe to the &lt;a href=&quot;http://blogs.msdn.com/ie/default.aspx&quot;&gt;IEBlog&lt;/a&gt; because it is always good for a laugh, or good to see exactly how much they are copying from the rest of the community. Recently Bill Hill, the Program Manager for Internet Explorer posted a little blurb about using their nice Consolas font for use in CMD.exe (Microsoft&#039;s &lt;a href=&quot;http://en.wikipedia.org/wiki/MS-DOS&quot;&gt;built in emulator&lt;/a&gt; of the 1980&#039;s command prompt, for the linux readers out there). Now, I dig the Microsoft fonts, they are very pretty, and very unfortunately licensed (sidebar: who decides to improve web, terminal, and printing with a series of fonts, and then puts licenses that impede their adoption?). I Have them installed on my Linux system, and while the may not have the full features of ClearType under linux, they still look damn good. So, Mr. Hill posted &lt;a href=&quot;http://blogs.msdn.com/ie/archive/2008/04/22/give-your-eyes-a-treat.aspx&quot;&gt;this how-to&lt;/a&gt; use it as your default console font, so I thought I would do the same. I am going to repeat his instructions so it benefits any windows users. I am not going to cover installing the fonts on either platform because it is pretty easy.&lt;br /&gt;
Windows&lt;/p&gt;
&lt;blockquote cite=&quot;http://blogs.msdn.com/ie/archive/2008/04/22/give-your-eyes-a-treat.aspx&quot;&gt;
&lt;pre&gt;&lt;code&gt;    reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont&quot; /v 00 /d Consolas

    logoff

     Note: In Windows Vista, you need to run the reg command from an elevated command prompt.
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;When you log back in, Consolas will be an option in the “Command Prompt” Properties.  (n.b., Bryn tells me it actually shows up before you relog, but it won’t work.)&lt;/p&gt;
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Linux/Gnome/Ubuntu&lt;br /&gt;
You can do the equivalent in Ubuntu using gconf-editor from the command prompt, but you don&#039;t need to elevate privileges, and you need to browse to apps -&amp;gt; gnome-terminal -&amp;gt; profiles -&amp;gt; Default, and change the &quot;font&quot; key. You could also do it system wide and browse to desktop -&amp;gt; gnome -&amp;gt; interface, and edit the monospace_font_name key to &quot;Consolas 10&quot;. I find this a little complex, so I tried to see if there was a less obscure way. Turns out there is:&lt;br /&gt;
Open a terminal:&lt;br /&gt;
&lt;span class=&quot;inline&quot;&gt;&lt;a href=&quot;http://whijo.net/files/terminal.png&quot; class=&quot;inline-image-link&quot; title=&quot;View: terminal.png&quot; rel=&quot;lightbox[gp_inline]&quot;&gt;&lt;img src=&quot;http://whijo.net/files/imagecache/inline_resize/files/terminal.png&quot; alt=&quot;terminal.png&quot; title=&quot;terminal.png&quot;  class=&quot;inline&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
Right click the terminal, choose &quot;Edit Current Profile...&quot;, and left click:&lt;br /&gt;
&lt;span class=&quot;inline&quot;&gt;&lt;a href=&quot;http://whijo.net/files/terminal-rightclick.png&quot; class=&quot;inline-image-link&quot; title=&quot;View: terminal-rightclick.png&quot; rel=&quot;lightbox[gp_inline]&quot;&gt;&lt;img src=&quot;http://whijo.net/files/imagecache/inline_resize/files/terminal-rightclick.png&quot; alt=&quot;terminal-rightclick.png&quot; title=&quot;terminal-rightclick.png&quot;  class=&quot;inline&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
Uncheck &quot;Use the system fixed width font&quot;, and click on the named font (not sure of the default, I already had it set to Consolas 10):&lt;br /&gt;
&lt;span class=&quot;inline&quot;&gt;&lt;a href=&quot;http://whijo.net/files/terminal-profile.png&quot; class=&quot;inline-image-link&quot; title=&quot;View: terminal-profile.png&quot; rel=&quot;lightbox[gp_inline]&quot;&gt;&lt;img src=&quot;http://whijo.net/files/imagecache/inline_resize/files/terminal-profile.png&quot; alt=&quot;terminal-profile.png&quot; title=&quot;terminal-profile.png&quot;  class=&quot;inline&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
Choose Consolas (or any installed font), and I prefer 10 points, because it ends up being about the same size on screen:&lt;br /&gt;
&lt;span class=&quot;inline&quot;&gt;&lt;a href=&quot;http://whijo.net/files/terminal-fontselect.png&quot; class=&quot;inline-image-link&quot; title=&quot;View: terminal-fontselect.png&quot; rel=&quot;lightbox[gp_inline]&quot;&gt;&lt;img src=&quot;http://whijo.net/files/imagecache/inline_resize/files/terminal-fontselect.png&quot; alt=&quot;terminal-fontselect.png&quot; title=&quot;terminal-fontselect.png&quot;  class=&quot;inline&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Alternate method&lt;br /&gt;
Alternately, you could do it system wide (well, gnome/free desktop wide), by navigating to the top menu in the Gnome environment, choosing System -&amp;gt; Appearance, click on the Font tab, and change the Fixed width font with the font chooser. If you prefer using the keyboard you can just hit Alt-F1, right, right, down, right, down, down, down, Enter, right, right, Alt-F, then type &#039;Consolas&#039; (or type until it reaches the desired font, I find this is about &#039;Con&#039;), Tab, Tab, enter &quot;10&quot; or select with the down/up keys, and hit Enter, and Esc.&lt;/p&gt;
&lt;p&gt;[sarcasm]Boy, I wish the Linux desktop wasn&#039;t as complex and niche as the Windows desktop. I find everyday tweaks require such effort.[/sarcasm]&lt;/p&gt;
</description>
 <comments>http://whijo.net/blog/brad/2008/04/24/give-your-eyes-treat.html#comments</comments>
 <category domain="http://whijo.net/geek-tags/consolas">consolas</category>
 <category domain="http://whijo.net/geek-tags/console">console</category>
 <category domain="http://whijo.net/tags/geek">geek</category>
 <category domain="http://whijo.net/geek-tags/gnome-terminal">gnome-terminal</category>
 <category domain="http://whijo.net/geek-tags/microsoft">microsoft</category>
 <category domain="http://whijo.net/geek-tags/ubuntu">ubuntu</category>
 <pubDate>Thu, 24 Apr 2008 09:59:23 +0200</pubDate>
 <dc:creator>brad</dc:creator>
 <guid isPermaLink="false">432 at http://whijo.net</guid>
</item>
</channel>
</rss>
