After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735899 - Enforce min and max window width / height in GSettings
Enforce min and max window width / height in GSettings
Status: RESOLVED DUPLICATE of bug 730356
Product: geary
Classification: Other
Component: client
0.6.x
Other Linux
: Normal normal
: ---
Assigned To: Geary Maintainers
Geary Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-02 14:51 UTC by adolgarev
Modified: 2014-10-09 01:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description adolgarev 2014-09-02 14:51:25 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)
Comment 1 Jim Nelson 2014-09-02 19:08:36 UTC
If you run dconf-editor and go to org/yorba/geary, what do you see for:

window-height
window-width
window-maximize
Comment 2 adolgarev 2014-09-03 07:39:50 UTC
(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
Comment 3 adolgarev 2014-09-03 07:43:05 UTC
I've changed window-height to 32767 an it works now
Comment 4 Jim Nelson 2014-09-03 20:26:53 UTC
Good.  I'm changing the title to reflect the root cause of this issue.
Comment 5 Jim Nelson 2014-10-09 01:38:03 UTC

*** This bug has been marked as a duplicate of bug 730356 ***