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
---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
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
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
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
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
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
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