Skip to content
Prev 4718 / 15075 Next

Starting tcltk without Tk

On Mon, May 05, 2008 at 02:22:03PM -0400, Simon Urbanek wrote:
FWIW this requirement was also biting Debian's automated builders in
the tail.  A hack remedy was to just remove tcltk from lazy-load.  

A slightly better fix is to run 'R CMD INSTALL ...' with a prefix of
'xvfb-run' which uses the virtual framebuffer x11 driver to make
tcl/tk (or any other user of x11; I think gtk2 may fall in the same
camp) happy whether or not the box is actually headless.

Dirk