GNU bug report logs -
#25851
25.2; GTK warning when starting Emacs when desktop file has more than one frame
Previous Next
Reported by: nljlistbox2 <at> gmail.com (N. Jackson)
Date: Thu, 23 Feb 2017 16:09:01 UTC
Severity: normal
Found in version 25.2
Done: nljlistbox2 <at> gmail.com (N. Jackson)
Bug is archived. No further changes may be made.
Full log
Message #74 received at 25851 <at> debbugs.gnu.org (full text, mbox):
> After bisecting, I find that if I omit the last two lines, the GTK
> warning is not emitted. Either or both of these two lines is
> sufficient to produce the warning message:
>
> $ src/emacs -Q --eval "(make-frame '((left . 0)))"
>
> (emacs:13000): Gtk-WARNING **: gtk_window_parse_geometry() called on a window with no visible children; the window should be set up before gtk_window_parse_geometry() is called.
>
> $ src/emacs -Q --eval "(make-frame '((top . 0)))"
>
> (emacs:13008): Gtk-WARNING **: gtk_window_parse_geometry() called on a window with no visible children; the window should be set up before gtk_window_parse_geometry() is called.
>
> $ src/emacs -Q --eval "(make-frame '((left . 0)(top . 0)))"
>
> (emacs:13020): Gtk-WARNING **: gtk_window_parse_geometry() called on a window with no visible children; the window should be set up before gtk_window_parse_geometry() is called.
Thanks, I see now. For some reason I was convinced that the visibility
settings in frameset were involved.
martin
This bug report was last modified 7 years and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.