Re: [Scilab-users] Really headless figure generation in scilab

2020-04-29 Thread Stéphane Mottelet
I don't think so. This is the way Scilab is launched to build the documentation. S. Le 29/04/2020 à 15:28, Antoine Monmayrant a écrit : On 29/04/2020 15:18, Stéphane Mottelet wrote: SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 _JAVA_OPTIONS='-Djava.awt.headless=true' Thanks Stéphane

Re: [Scilab-users] Really headless figure generation in scilab

2020-04-29 Thread Antoine Monmayrant
On 29/04/2020 15:18, Stéphane Mottelet wrote: SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 _JAVA_OPTIONS='-Djava.awt.headless=true' Thanks Stéphane for this dark magic! It works. Is this documented somewhere? Antoine ___ users mailing list

Re: [Scilab-users] Really headless figure generation in scilab

2020-04-29 Thread Stéphane Mottelet
You should start Scilab this way: SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 _JAVA_OPTIONS='-Djava.awt.headless=true' bin/scilab-adv-cli You will be able to use graphic commands (without visible output) and then export directy with e.g. xs2pdf. S. Le 29/04/2020 à 14:51, Antoine

Re: [Scilab-users] Really headless figure generation in scilab

2020-04-29 Thread Stéphane Mottelet
Hello, Is VNC installed on the remote computer ? Ideally, TurboVNC is the best choice because it includes headless OpenGL drivers. S. Le 29/04/2020 à 14:51, Antoine Monmayrant a écrit : Hello All, Here is a Covid19 & forced remote work issue. One of my students has to run some of his

[Scilab-users] Really headless figure generation in scilab

2020-04-29 Thread Antoine Monmayrant
Hello All, Here is a Covid19 & forced remote work issue. One of my students has to run some of his simulations and generate png/svg figures on a linux workstation we don't have physical access to given the current lockdown. The problem is that from his Windows laptop without X server, he