Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-noGui option needs X11 to be running #5

Open
adb014 opened this issue May 24, 2023 · 0 comments
Open

-noGui option needs X11 to be running #5

adb014 opened this issue May 24, 2023 · 0 comments

Comments

@adb014
Copy link

adb014 commented May 24, 2023

Yes the -noGui option prevents ModbusPal from displaying a window, but it still needs to be run from a TTY with the environnement variable DISPLAY set and an Xserver running. This can easily been seen with the following code

unset DISPLAY
java -jar ModbusPal.jar -loadFile=MyConf.xmpp -noGui

So in the end, even though this option promises tio be useful it can't really be used in a Headless environnement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant