Attempting to fix DrDr re gr2

This commit is contained in:
Jay McCarthy 2010-11-08 20:21:51 -07:00
parent d920cdc945
commit 05f43324a9
2 changed files with 3 additions and 1 deletions

View File

@ -304,7 +304,7 @@
(safely-delete-directory (format "/tmp/.tX~a-lock" i))
(safely-delete-directory (build-path tmp-dir (format ".tX~a-lock" i)))
(with-running-program
(Xvfb-path) (list (format ":~a" i) "-screen" "0" "800x600x24" "-ac" "-br" "-bs" "-kb")
(Xvfb-path) (list (format ":~a" i) "-screen" "0" "800x600x24" "-ac" "-br" "-bs" "-kb" "+extension" "RANDR")
(lambda ()
(with-running-program
(fluxbox-path) (list "-display" (format ":~a" i) "-rc" "/home/jay/.fluxbox/init")

View File

@ -1032,6 +1032,8 @@ path/s is either such a string or a list of them.
"collects/mred/private/path-dialog.rkt" drdr:command-line (gracket-text "-t" *)
"collects/mred/private/repl.rkt" drdr:command-line (gracket-text "-t" *)
"collects/mred/private/snipfile.rkt" drdr:command-line (gracket-text "-t" *)
"collects/mred/private/wx/cocoa" drdr:command-line #f
"collects/mred/private/wx/win32" drdr:command-line #f
"collects/mred/private/wx.rkt" drdr:command-line (gracket-text "-t" *)
"collects/mred/private/wxcanvas.rkt" drdr:command-line (gracket-text "-t" *)
"collects/mred/private/wxcontainer.rkt" drdr:command-line (gracket-text "-t" *)