mattcasters opened a new issue, #6656:
URL: https://github.com/apache/hop/issues/6656
### What would you like to happen?
It's hard to get rid of the GTK warnings in the Hop GUI scripts for Linux.
It's likely caused by issues in the SWT layer and doesn't affect the working
of the GUI itself.
That's why I would propose to add the following expression after the startup
line:
```
... 2>&1 | egrep -v "Gtk-WARNING|Gtk-CRITICAL|^$"
```
So this becomes:
```
"${_HOP_JAVA}" ${HOP_OPTIONS} -Djava.library.path="${LIBPATH}" -classpath
"${CLASSPATH}" org.apache.hop.hop.Hop "$@" 2>&1 | egrep -v
"Gtk-WARNING|Gtk-CRITICAL|^$"
```
### Issue Priority
Priority: 3
### Issue Component
Component: Hop Gui
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]