Symptom:
Do I need to configure the X11 emulation to be able to use the GUI of the Packager?
Solution:
X11 is a windowing system designed for client/server architecture. The X11 server is the system where your application starts. The X11 client presents this graphical application. The client and server can run on the same system, for example, on a local console.
Register your local system with X11:
"xhost +client_name"
Set the $DISPLAY variable to the X11 client's node name:
DISPLAY=client_name:0; export DISPLAY
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|