[plt-scheme] DrScheme on SunRay, no fonts
At Wed, 4 Mar 2009 14:01:57 -0500, Jarrett Lee wrote:
> On Mar 4, 2009, at 13:53, Matthew Flatt wrote:
> > (
> > (|MrEd:ScreenSystemBase| "mutt-clearlyu")
> > (|MrEd:ScreenDefaultBase| "mutt-clearlyu")
> > (|MrEd:ScreenModernBase| "misc-fixed")
> > )
>
> This did not fix the issue, but I believe I may be putting the file in
> the wrong place or with the wrong permissions.
>
> When ./configure was ran, the --prefix option was set to /opt/plt. I
> put the plt-prefs.ss file in /opt/plt/lib/plt/collects/defaults. See
> below:
>
> # cat /opt/plt/lib/plt/collects/defaults/plt-prefs.ss
> (
> (|MrEd:ScreenSystemBase| "mutt-clearlyu")
> (|MrEd:ScreenDefaultBase| "mutt-clearlyu")
> (|MrEd:ScreenModernBase| "misc-fixed")
> )
>
> Am I doing something wrong with regards to creating this file?
That looks like the right place. But I forgot to suggest removing
"~/.plt-scheme/plt-prefs.ss", since the "defaults" directory is used
only when the user does not already have a preferences file.
Matthew