-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mate-display-properties closes dialog upon clicking "apply" #106
Comments
I suspect that is actually crashing 😉. Run it from a terminal and check if you see a segfault, if so do post a gdb backtrace. |
Yes, you are right. It is crashing. I was fooled by a subsequent window asking whether to keep or restore the configuration (I thought it was still mate-display-properties).
|
I can confirm this bug. It is reproducible on git master. Here is a more detailed backtrace:
|
Also reproducible on MATE 1.8.1, Debian Wheezy 32-bit.
I still keep the core dump too. MATE: MATE 1.8.1 (from Debian backports repository) |
mate-display-properties will crash even when it didn't change the resolution itself,
(I used To reproduce (in general):
MATE: MATE 1.8.1 (from Debian backports repository) |
There's another thing on this issue: However, If you used
Compare and contrast:
I've compared So there might something funny going on in mate-display-properties, maybe it's not about XRandR event handler, but about a code that stores current screen resolution in to the configuration file. MATE: MATE 1.8.1 (from Debian backports repository) |
Duplicate of #48 |
It is a standard assumption that "OK" button applies settings and closes a dialog box, but "Apply" only applies the settings without closing a dialog.
In mate-display-properties "Apply" closes the dialog box.
It is wrong for two reasons:
Solution:
The text was updated successfully, but these errors were encountered: