Call to QMessageBox::exec or show logs out from my acct in ubuntu18
-
Re: QMessageBox::exec or show() logs out from user account in ubuntu18
Hello
I am using qt5 on Ubunut18 and writing a c++ code, where I am just trying to popup an information box in SLOT handler. I tried all QMessageBox::exec and show and QMessageBox::information() all these calls are logging me out of the my account on Ubuntu 18. I do not see this issue with qt4. can some one help me how to handle this situation.It is not a crash, I do not see any crash dump. I think, it is a bug in messagebox
-
@Podugu said in Call to QMessageBox::exec or show logs out from my acct in ubuntu18:
Re: QMessageBox::exec or show() logs out from user account in ubuntu18
Despite the title you have here, that link is just QMessageBox with a timeout from 2010?
all these calls are logging me out of the my account on Ubuntu 18
I can only guess you mean logs you out of your current desktop session?
So something so bad happens that it somehow crashes the whole desktop. It would be surprising if the situation you describe was bad enough for that in a released Qt5.
Can you supply the absolute minimum code to reproduce the behaviour?
You might also like to say how the Qt was installed/what version (did it come with Ubuntu 18?) and which desktop manager you use (Unity? GNOME?).