Hello,
I am facing problems running applications in the virtual frambuffer. Here is my host environment
Host machine: ubuntu 9.10
Qt X11: qt 4.5.6
Qt embedded: qt-em 4.5.6 (configured with qvfb flag)

I first configured and installed qt for X11 at the default path. Then I did a make for qvfb tool and installed it. qvfb is now installed under /usr/local/Trolltech/Qt-4.6.2/bin/

Next, I configured qt-embedded with qvfb option. I installed it at the location /usr/local/Trolltech/Qt-qvfb

Now whenever i try to run a qvfb application, it runs in a window of its own and not in qvfb.
Steps:
1) Start qvfb
2) go to /usr/local/Trolltech/Qt-qvfb/examples/widgets/wiggle and execute ./wiggly -qvs

expected result: wiggly shoud start in the qvfb window
result: wiggly starts in a window of its own.

Am I doing something wrong? was there a problem in my configuration?

thank you
maroonmoon