Page 1 of 1

Linux x86 Executables launched from a Linux Shell

Posted: Tue Jun 05, 2018 3:07 pm
by JurassicC
Hi

I'm using the Windows IDE (Version 7.1) no plugins installed

I've created a very simple hollywood script that I wish to run from a command line in fedora.

Within the hollywood script i use @DISPLAY {hidden=true} to stop the DISPLAY window opening.

The script uses DebugPrint() to display debug output thats all it is doing at the moment.

I then compile for X86 linux and copy it to my linux server, when I run the exe from the unix shell I get the following Error

Error opening connection to X Server!

Thing is I dont need the X Server as all I wish to do is create a exe that can be run from the fedora shell is this possible ?

Re: Linux x86 Executables launched from a Linux Shell

Posted: Wed Jun 06, 2018 5:49 pm
by airsoftsoftwair
Actually, it should be working without an X server when not opening any windows. I'll check.

Re: Linux x86 Executables launched from a Linux Shell

Posted: Thu Dec 27, 2018 12:26 pm
by airsoftsoftwair

Code: Select all

- Fix [Linux]: Hollywood didn't work without an X server