[Bug 1243239] Re: Hidden windows of Qt 5 applications are visible

2014-03-17 Thread Timo Jyrinki
These bugs, like bug #1181192, are resolved in the Qt 5.2.1 in Ubuntu 14.04. (backports of Qt 5.2.1 to 13.10 and 12.04 are in the works, but will take some time still before offered via the SDK PPA) ** Changed in: qtbase-opensource-src (Ubuntu) Status: Confirmed => Fix Released ** CVE add

[Bug 1243239] Re: Hidden windows of Qt 5 applications are visible

2014-03-17 Thread Timo Jyrinki
---changelog--- qtbase-opensource-src (5.2.1+dfsg-1ubuntu7) trusty; urgency=medium [ Colin Watson ] * Add arm64 to archs that don't use -m64 qtbase-opensource-src (5.2.1+dfsg-1ubuntu6) trusty; urgency=medium * Add Use-None-instead-of-GLX_NONE.patch: - Cherry-pick upstream patch (LP: #1

[Bug 1243239] Re: Hidden windows of Qt 5 applications are visible

2013-12-04 Thread kaillass...@hotmail.fr
Qt 5.0.2 from digia doesn't have the problem on xubuntu 13.10 You have to tell the system to not use the ubuntu lib: Get the libraries path, if you've installed in /opt it's: /opt/Qt5.0.2/5.0.2/gcc_64/lib Simply put the path in a .conf file in /etc/ld.so.conf.d and run ldconfig. This solves the

[Bug 1243239] Re: Hidden windows of Qt 5 applications are visible

2013-12-03 Thread Roman
Same problem with Qt 5.0.2 from digia site. But in xubuntu only. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1243239 Title: Hidden windows of Qt 5 applications are visible To manage notifications

[Bug 1243239] Re: Hidden windows of Qt 5 applications are visible

2013-11-08 Thread kaillass...@hotmail.fr
And with qtcreator too. ** Attachment added: "Qt5.0.2_garbage_windows_qtCreator.ogv" https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1243239/+attachment/3903567/+files/Qt5.0.2_garbage_windows_qtCreator.ogv -- You received this bug notification because you are a member of

[Bug 1243239] Re: Hidden windows of Qt 5 applications are visible

2013-11-08 Thread kaillass...@hotmail.fr
Same bug with 13.10, fresh install. #include #include #include #include #include int main(int argc, char **argv) { QApplication app(argc, argv); //app.setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); QPushButton *pushButton = new QPushButton("Quit App."); QGraphicsScene

[Bug 1243239] Re: Hidden windows of Qt 5 applications are visible

2013-10-23 Thread Florian W.
Having the same problem. Can reproduce in Qt Creator just like Roman: * In Qt Creator, open the "Open File or Project" dialog * Click the Qt Creator icon in Unity launcher to switch to expose view * notice there are three Qt Creator windows open (main window, open file dialog, and one small, stran

[Bug 1243239] Re: Hidden windows of Qt 5 applications are visible

2013-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qtbase-opensource-src (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/124323