[
https://issues.apache.org/jira/browse/NETBEANS-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16205284#comment-16205284
]
ASF GitHub Bot commented on NETBEANS-87:
----------------------------------------
GitHub user lbruun opened a pull request:
https://github.com/apache/incubator-netbeans/pull/154
NETBEANS-87 - incorrect warning displayed
Fixes NETBEANS-87
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lbruun/incubator-netbeans
ErrornousDISPLAYvarWarning
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-netbeans/pull/154.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #154
----
commit 5dda22dfeaa1394aff88c60dc3790c85369c0c8d
Author: lbruun <[email protected]>
Date: 2017-10-15T20:02:05Z
Fix for NETBEANS-87
Incorrect warning issued even for headless applications. Warning should not
be displayed if headless.
commit 06d690176fe9d8cd371f27c46657ec800314718e
Author: lbruun <[email protected]>
Date: 2017-10-15T20:06:36Z
Fix for NETBEANS-87
Making it a bit more logical
----
> Incorrect warning about DISPLAY variable
> ----------------------------------------
>
> Key: NETBEANS-87
> URL: https://issues.apache.org/jira/browse/NETBEANS-87
> Project: NetBeans
> Issue Type: Bug
> Components: platform - Launchers&CLI
> Environment: All except Windows
> Reporter: lbruun
> Priority: Minor
> Labels: pull-request-available
>
> With a headless application, meaning {{--nogui}} is specified on the command
> line, the following warning is displayed on the console:
> {noformat}
> WARNING: environment variable DISPLAY is not set
> {noformat}
> This warning should not be displayed when {{--nogui}} is used.
> The problem is in the {{nbexec}} shell script.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)