[racket] sandboxing issue while trying to print slideshow slides

From: Neil Toronto (neil.toronto at gmail.com)
Date: Mon Sep 17 22:15:11 EDT 2012

That sounds right. It creates a cache of PNGs (with files named using 
MD5 sums) to keep from having to render them every time the slideshow is 
run. It needs filesystem access.

Neil ⊥

On 09/17/2012 11:46 AM, Robby Findler wrote:
> slideshow --trust
>
> ?
>
> Robby
>
> On Mon, Sep 17, 2012 at 12:35 PM, James T. Perconti
> <jtpercon at ccs.neu.edu> wrote:
>> Hello,
>>    I'm trying to make a PDF of a slideshow presentation that uses Jay McCarthy's slideshow-latex package from PLaneT.  I seem to be running up against slideshow's sandbox: the package needs to run LaTeX and generate some image files, and so slideshow is hitting a "slide program attempted to execute external code" error.
>>    Is there a way to disable sandboxing in the standalone slideshow program, print slides from within DrRacket, or otherwise get the PDF I want without having to make extensive changes to my source files?  Thanks in advance!
>>   --Jamie Perconti
>> ____________________
>>    Racket Users list:
>>    http://lists.racket-lang.org/users
>
> ____________________
>    Racket Users list:
>    http://lists.racket-lang.org/users
>


Posted on the users mailing list.