Hi.
I am writing my own alternative for hildon-startup-progress (the program which shows these flashing dots during boot), which is found in /usr/bin folder. I use QT4.6 and a bit modified matchbox window manager. Everything is fine except one problem: matchbox is started after the program, and at the time it starts, application starts acting weird, for example sometimes pixmap on the scene can disappear, or window starts randomly jumping over the screen etc.
The application itself is window inherited from QGraphicsView with Qt::WA_X11NetWmWindowTypeDialog attribute and Qt::Tool | Qt::WindowStaysOnTopHint flags, that force the window to be always on top.
If there are any suggestions how to avoid these strange glitches?
I am writing my own alternative for hildon-startup-progress (the program which shows these flashing dots during boot), which is found in /usr/bin folder. I use QT4.6 and a bit modified matchbox window manager. Everything is fine except one problem: matchbox is started after the program, and at the time it starts, application starts acting weird, for example sometimes pixmap on the scene can disappear, or window starts randomly jumping over the screen etc.
The application itself is window inherited from QGraphicsView with Qt::WA_X11NetWmWindowTypeDialog attribute and Qt::Tool | Qt::WindowStaysOnTopHint flags, that force the window to be always on top.
If there are any suggestions how to avoid these strange glitches?