File allow-connection-to-X11.patch of Package gwe
diff -rub a/bin/gwe.in b/bin/gwe.in
--- a/bin/gwe.in 2019-09-05 23:18:15.758506000 +0600
+++ b/bin/gwe.in 2019-09-05 23:27:25.673932017 +0600
@@ -21,7 +21,9 @@
import sys
import signal
import gettext
+import subprocess
+subprocess.call("xhost +local:", shell=True)
sys.path.insert(1, '@PYTHON_DIR@')
VERSION = '@VERSION@'