GNOME Bugzilla – Bug 735899
Enforce min and max window width / height in GSettings
Last modified: 2014-10-09 01:38:03 UTC
Geary refuses to start: (geary:27999): libnotify-WARNING **: Failed to connect to proxy (geary:27999): Gdk-WARNING **: Native Windows wider or taller than 32767 pixels are not supported (geary:27999): Gdk-ERROR **: The program 'geary' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 275 error_code 11 request_code 53 (core protocol) minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the GDK_SYNCHRONIZE environment variable to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Trace/breakpoint trap (core dumped)
If you run dconf-editor and go to org/yorba/geary, what do you see for: window-height window-width window-maximize
(In reply to comment #1) > If you run dconf-editor and go to org/yorba/geary, what do you see for: > > window-height > window-width > window-maximize window-height: 65523 window-width: 862 window-maximize: false maybe it is relevant: I'm using dwm
I've changed window-height to 32767 an it works now
Good. I'm changing the title to reflect the root cause of this issue.
*** This bug has been marked as a duplicate of bug 730356 ***