Forum Discussion
mariobrissette
12 years agoNew Contributor
This step run successfuly.
I'm not sure about the following one
Do I only need to create a file named Xvfb in the /etc/init.d/ folder and put inside the following line?
Run Xvfb :99 -ac
Excuse me but I'm a beginner with Ubuntu Linux so I'm a little bit confused about the script in init.d
I had some strange message about missing fonts so I search on Internet and found an apt-get for them. Now, when I'm running loadUI-cmd.sh with my parameters, here is the new error message:
Thanks for your help!
Osten wrote:
Install this:
sudo apt-get install xvfb x11-xkb-utils libxrender-dev libxtst-dev libgtk2.0-0
I'm not sure about the following one
Osten wrote:
Make sure this is executed. Preferably done on startup, by /etc/init.d/Xvfb or upstart:
Run Xvfb :99 -ac
Do I only need to create a file named Xvfb in the /etc/init.d/ folder and put inside the following line?
Run Xvfb :99 -ac
Excuse me but I'm a beginner with Ubuntu Linux so I'm a little bit confused about the script in init.d
I had some strange message about missing fonts so I search on Internet and found an apt-get for them. Now, when I'm running loadUI-cmd.sh with my parameters, here is the new error message:
Failed in XOpenDisplay
(java:2644): Gtk-WARNING **: cannot open display: :99.0
Thanks for your help!