1

I am using HP-UX server for code coverage using bullseye. When I run ./CoverageBrowser binary I am getting below error message.

18:28:01: Error: Unable to initialize GTK+, is DISPLAY set properly?

echo $DISPLAY :11.0

I have enabled X11Forwarding as well.

giri
  • 21
  • 1
  • 5
  • If you connected through ssh, did you have a X11 connection (or emuator in Window) and add the -X or the -Y option to forward it? – Harald Nov 18 '15 at 05:13

1 Answers1

1

try run a command xhost +

I think, that will be enought.

Anton Shevtsov
  • 1,279
  • 4
  • 16
  • 34