Specifications

SHARP CORPORATION
Sharp SL-series Zaurus “Qtopia” Development Start-up Guide
Ver 1.11, February 28, 2003, 29/63
2.4.5. Running Hello World on the “qvfb”
Once you complete the building of your source file, you should have a
qpe-test
file in the
/home/user1/work-dir
. You may use the “qvfb” tool to see how it runs on your PC. Execute the following
commands to see if you get the same of similar screenshot on your PC. Make sure to execute qpe-test after the
“qvfb” is booted:
$ qvfb &
$ ./qpe-test –qws qpe-test
The screenshot on the left is the one you will see after you run “qvfb”, and the right is the one when you run
qpe-test on the “qvfb”.
2.4.6. Running Hello World on Qtopia environment
Qtopia would also run on the “qvfb”. If you run your application on the Qtopia running on “qvfb”, it would provide a
closer image of the application running on the target device. This will also allow you to check and confirm how to
writea .desktop file on the installing destination. (See section 3 for the install package details.)
(STEP 1) Layout necessary files
In order to run the applications in the Qtopia running on “qvfb” of PC-Linux, you would have to layout the following
files to the following directories. For the details of each file, including what and how to write, see Section 3.