Bug#877149: [Pkg-octave-devel] Bug#877149: please install a workaround

2017-12-08 Thread Oliver Heimlich
On 05.12.2017 15:16, Francesco Potortì wrote: > I am affected by this bug when using fltk and visible off. > > I worked around this by installing a shell executable like this: > > ===File /usr/bin/octave-cli-bug-50479=== > #! /bin/sh > > LD_PRELOAD=libGLX_mesa.so.0 exec octav

Bug#877149: please install a workaround

2017-12-05 Thread Francesco Potortì
I am affected by this bug when using fltk and visible off. I worked around this by installing a shell executable like this: ===File /usr/bin/octave-cli-bug-50479=== #! /bin/sh LD_PRELOAD=libGLX_mesa.so.0 exec octave-cli "$@" ===