On Friday 09 January 2015 23:14:07 ruslan wrote:
> Ok, it should be clearer if I'll describe the program purpose. It will
> be server witch receives QML code, convert a visual result to image
> with QQuickWindow::grabWindow() and return it to caller.
> Some kind of remote execution. So all I need
On 10 Jan 2015, at 06:10, ruslan wrote:
> Finally I've solved the problem.
> Some packages of the list below were missed:
>
> apt-get install libxcb1 libxcb1-dev libx11-xcb1 libx11-xcb-dev
> libxcb-keysyms1 libxcb-keysyms1-dev libxcb-image0 libxcb-image0-dev
> libxcb-shm0 libxcb-shm0-dev libx
On Fri, Jan 9, 2015 at 6:40 AM, ruslan wrote:
> Hello!
> My target is to run simple Qt application witch uses Qt Widgets ( not
> console app) on remote VPS.
> So I installed minimal set of Xorg and also Blackbox to have some simple WM.
> To see it I also installed x11vnc.
An other solution for y
Finally I've solved the problem.
Some packages of the list below were missed:
apt-get install libxcb1 libxcb1-dev libx11-xcb1 libx11-xcb-dev
libxcb-keysyms1 libxcb-keysyms1-dev libxcb-image0 libxcb-image0-dev
libxcb-shm0 libxcb-shm0-dev libxcb-icccm1 libxcb-icccm1-dev libxcb-sync0
libxcb-sync0-dev
Ok, it should be clearer if I'll describe the program purpose. It will
be server witch receives QML code, convert a visual result to image
with QQuickWindow::grabWindow() and return it to caller.
Some kind of remote execution. So all I need is VDS witch have ability
to execute Qt program (not cons
On Friday January 09 2015 22:12:22 ruslan wrote:
> In my case I installed VNC server just for control purposes. In
> standalone mode the Qt program should work on remote server without VNC,
> just with Xorg server.
>
> I have same OS (Debian 7) om my works machine with same Xorg server and
> same
In my case I installed VNC server just for control purposes. In
standalone mode the Qt program should work on remote server without VNC,
just with Xorg server.
I have same OS (Debian 7) om my works machine with same Xorg server and
same Qt version. And there everything works well of course. So I c
It was addressbook from Qt Examples.
Now I've tried default template "Qt Widget application" from QtCreator
without any changes.
The error only 2 lines:
QWidget::paintEngine: Should no longer be called
QPainter::begin: Paint device returned engine == 0, type: 1
In BlackBox I see a window or rathe
On Friday 09 January 2015 15:40:53 ruslan wrote:
> running a simple test program I get lots of errors:
What simple test program was that?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
___
Hello!
My target is to run simple Qt application witch uses Qt Widgets ( not
console app) on remote VPS.
So I installed minimal set of Xorg and also Blackbox to have some simple
WM. To see it I also installed x11vnc.
Up to this point everything work well. I can connect to my VPS with VNC
client and
10 matches
Mail list logo