<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Preference panel not opening.]]></title><description><![CDATA[<p dir="auto">Every time I try to open my preferences panel I get this in the output window:</p>
<pre><code class="language-console">Traceback (most recent call last):
  File "lib/doodleDelegate.pyc", line 275, in openPreferences_
  File "lib/doodlePreferences.pyc", line 653, in __init__
  File "lib/doodlePreferences.pyc", line 1058, in setupMiscFromDefaults
AttributeError: 'NoneType' object has no attribute 'fontName'
</code></pre>
<p dir="auto">and nothing happens.</p>
]]></description><link>https://forum.robofont.com/topic/151/preference-panel-not-opening</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 23:55:31 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/151.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Jul 2012 12:00:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Preference panel not opening. on Mon, 01 Jan 2018 02:22:19 GMT]]></title><description><![CDATA[<p dir="auto">Every time I try to open my preferences panel I get this in the output window:</p>
<pre><code class="language-console">Traceback (most recent call last):
  File "lib/doodleDelegate.pyc", line 275, in openPreferences_
  File "lib/doodlePreferences.pyc", line 653, in __init__
  File "lib/doodlePreferences.pyc", line 1058, in setupMiscFromDefaults
AttributeError: 'NoneType' object has no attribute 'fontName'
</code></pre>
<p dir="auto">and nothing happens.</p>
]]></description><link>https://forum.robofont.com/post/151</link><guid isPermaLink="true">https://forum.robofont.com/post/151</guid><dc:creator><![CDATA[etienneabonn]]></dc:creator><pubDate>Mon, 01 Jan 2018 02:22:19 GMT</pubDate></item><item><title><![CDATA[Reply to Preference panel not opening. on Mon, 01 Jan 2018 02:24:35 GMT]]></title><description><![CDATA[<p dir="auto">Did you set a custom template preview font?<br />
Or removed "Lucida Grande" from your system?</p>
<p dir="auto">to solved it execute this:</p>
<pre><code class="language-python">from lib.tools.defaults import setDefault
setDefault("templateGlyphFontName", None)
</code></pre>
<p dir="auto">oke thanks for reporting will check if the font is still installed on your system in the next version</p>
<p dir="auto">good luck</p>
]]></description><link>https://forum.robofont.com/post/778</link><guid isPermaLink="true">https://forum.robofont.com/post/778</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Mon, 01 Jan 2018 02:24:35 GMT</pubDate></item></channel></rss>