Trying Xvnc
This commit is contained in:
parent
16e4d17975
commit
3a977ada60
|
@ -8,7 +8,7 @@
|
||||||
(plt-directory "/opt/plt")
|
(plt-directory "/opt/plt")
|
||||||
(drdr-directory "/opt/svn/drdr")
|
(drdr-directory "/opt/svn/drdr")
|
||||||
(git-path "/usr/bin/git")
|
(git-path "/usr/bin/git")
|
||||||
(Xvfb-path "/usr/bin/Xorg")
|
(Xvfb-path "/usr/bin/Xvnc")
|
||||||
(fluxbox-path "/usr/bin/fluxbox")
|
(fluxbox-path "/usr/bin/fluxbox")
|
||||||
(current-make-install-timeout-seconds (* 90 60))
|
(current-make-install-timeout-seconds (* 90 60))
|
||||||
(current-make-timeout-seconds (* 90 60))
|
(current-make-timeout-seconds (* 90 60))
|
||||||
|
|
|
@ -304,7 +304,7 @@
|
||||||
(safely-delete-directory (format "/tmp/.tX~a-lock" i))
|
(safely-delete-directory (format "/tmp/.tX~a-lock" i))
|
||||||
(safely-delete-directory (build-path tmp-dir (format ".tX~a-lock" i)))
|
(safely-delete-directory (build-path tmp-dir (format ".tX~a-lock" i)))
|
||||||
(with-running-program
|
(with-running-program
|
||||||
(Xvfb-path) (list (format ":~a" i) "-ac" "-br" "-bs" "+extension" "RANDR")
|
(Xvfb-path) (list (format ":~a" i) "-ac")
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(with-running-program
|
(with-running-program
|
||||||
(fluxbox-path) (list "-display" (format ":~a" i) "-rc" "/home/jay/.fluxbox/init")
|
(fluxbox-path) (list "-display" (format ":~a" i) "-rc" "/home/jay/.fluxbox/init")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user