unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#11177: 24.0.95; gtk_window_parse_geometry warning
@ 2012-04-04 20:00 Ken Brown
  2012-04-06 10:57 ` Jan Djärv
  0 siblings, 1 reply; 6+ messages in thread
From: Ken Brown @ 2012-04-04 20:00 UTC (permalink / raw)
  To: 11177

When emacs is built with gtk3 and the window geometry is specified on the command line or in .Xdefaults, the following warning appears in the terminal from which emacs was started:

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.

To reproduce:

1. Build emacs with the configure option --with-x-toolkit=gtk3.

2. emacs -Q --geometry=80x34+340+40 &

I don't know enough about gtk to know whether this warning can safely be ignored, but here's a quote from the source file gtk/gtkwindow.c in which gtk_window_parse_geometry is defined:

 * Note that for gtk_window_parse_geometry() to work as expected, it has
 * to be called when the window has its "final" size, i.e. after calling
 * gtk_widget_show_all() on the contents and gtk_window_set_geometry_hints()
 * on the window.


In GNU Emacs 24.0.95.1 (i686-pc-cygwin, GTK+ Version 3.2.3)
 of 2012-04-04 on fiona
Windowing system distributor `The Cygwin/X Project', version 11.0.11200000
Configured using:
 `configure
 '--srcdir=/home/kbrown/src/cygemacs/emacs-24.0.95-3/src/emacs-24.0.95'
 '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin'
 '--sbindir=/usr/sbin' '--libexecdir=/usr/lib' '--datadir=/usr/share'
 '--localstatedir=/var' '--sysconfdir=/etc' '--datarootdir=/usr/share'
 '--docdir=/usr/share/doc/emacs' '-C' '--with-x-toolkit=gtk3' 'CC=gcc'
 'CFLAGS=-g -O2 -pipe ' 'LDFLAGS=-L/usr/lib/ncursesw' 'LIBS='
 'CPPFLAGS=-I/usr/include/ncursesw''






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#11177: 24.0.95; gtk_window_parse_geometry warning
  2012-04-04 20:00 bug#11177: 24.0.95; gtk_window_parse_geometry warning Ken Brown
@ 2012-04-06 10:57 ` Jan Djärv
  2012-04-06 11:27   ` Ken Brown
  2012-11-25 17:40   ` Ken Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Jan Djärv @ 2012-04-06 10:57 UTC (permalink / raw)
  To: Ken Brown; +Cc: 11177

Hello.

4 apr 2012 kl. 22:00 skrev Ken Brown:

> When emacs is built with gtk3 and the window geometry is specified on the command line or in .Xdefaults, the following warning appears in the terminal from which emacs was started:
> 
> 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.
> 
> To reproduce:
> 
> 1. Build emacs with the configure option --with-x-toolkit=gtk3.
> 
> 2. emacs -Q --geometry=80x34+340+40 &
> 
> I don't know enough about gtk to know whether this warning can safely be ignored, but here's a quote from the source file gtk/gtkwindow.c in which gtk_window_parse_geometry is defined:
> 
> * Note that for gtk_window_parse_geometry() to work as expected, it has
> * to be called when the window has its "final" size, i.e. after calling
> * gtk_widget_show_all() on the contents and gtk_window_set_geometry_hints()
> * on the window.
> 

This is a false warning. There are known issues with the rows in the geometry given to Emacs (you may get less rows than you ask for) but the positions are AFAIK more or less correct (i.e. both Gtk and the window manager modifyes it in an effort to keep the window onscreen).  I don't know why they added this warning in Gtk+ 3, the code is more or less the same as in Gtk+2.

Now, if you have a case where the window position is much different from the geometry given, that would be a real bug.

	Jan D.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#11177: 24.0.95; gtk_window_parse_geometry warning
  2012-04-06 10:57 ` Jan Djärv
@ 2012-04-06 11:27   ` Ken Brown
  2012-11-25 17:40   ` Ken Brown
  1 sibling, 0 replies; 6+ messages in thread
From: Ken Brown @ 2012-04-06 11:27 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 11177-done

On 4/6/2012 6:57 AM, Jan Djärv wrote:
> Hello.
>
> 4 apr 2012 kl. 22:00 skrev Ken Brown:
>
>> When emacs is built with gtk3 and the window geometry is specified on the command line or in .Xdefaults, the following warning appears in the terminal from which emacs was started:
>>
>> 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.
>>
>> To reproduce:
>>
>> 1. Build emacs with the configure option --with-x-toolkit=gtk3.
>>
>> 2. emacs -Q --geometry=80x34+340+40&
>>
>> I don't know enough about gtk to know whether this warning can safely be ignored, but here's a quote from the source file gtk/gtkwindow.c in which gtk_window_parse_geometry is defined:
>>
>> * Note that for gtk_window_parse_geometry() to work as expected, it has
>> * to be called when the window has its "final" size, i.e. after calling
>> * gtk_widget_show_all() on the contents and gtk_window_set_geometry_hints()
>> * on the window.
>>
>
> This is a false warning. There are known issues with the rows in the geometry given to Emacs (you may get less rows than you ask for) but the positions are AFAIK more or less correct (i.e. both Gtk and the window manager modifyes it in an effort to keep the window onscreen).  I don't know why they added this warning in Gtk+ 3, the code is more or less the same as in Gtk+2.

OK, thanks for the information.  I'm closing the bug.

Ken






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#11177: 24.0.95; gtk_window_parse_geometry warning
  2012-04-06 10:57 ` Jan Djärv
  2012-04-06 11:27   ` Ken Brown
@ 2012-11-25 17:40   ` Ken Brown
  2012-12-03 19:52     ` Jan Djärv
  1 sibling, 1 reply; 6+ messages in thread
From: Ken Brown @ 2012-11-25 17:40 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 11177

On 4/6/2012 6:57 AM, Jan Djärv wrote:
> Hello.
>
> 4 apr 2012 kl. 22:00 skrev Ken Brown:
>
>> When emacs is built with gtk3 and the window geometry is specified on the command line or in .Xdefaults, the following warning appears in the terminal from which emacs was started:
>>
>> 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.
>>
>> To reproduce:
>>
>> 1. Build emacs with the configure option --with-x-toolkit=gtk3.
>>
>> 2. emacs -Q --geometry=80x34+340+40 &
>>
>> I don't know enough about gtk to know whether this warning can safely be ignored, but here's a quote from the source file gtk/gtkwindow.c in which gtk_window_parse_geometry is defined:
>>
>> * Note that for gtk_window_parse_geometry() to work as expected, it has
>> * to be called when the window has its "final" size, i.e. after calling
>> * gtk_widget_show_all() on the contents and gtk_window_set_geometry_hints()
>> * on the window.
>>
>
> This is a false warning. There are known issues with the rows in the geometry given to Emacs (you may get less rows than you ask for) but the positions are AFAIK more or less correct (i.e. both Gtk and the window manager modifyes it in an effort to keep the window onscreen).  I don't know why they added this warning in Gtk+ 3, the code is more or less the same as in Gtk+2.
>
> Now, if you have a case where the window position is much different from the geometry given, that would be a real bug.

Now that gtk3 is used by default, this warning is likely to annoy more 
and more users.  Is there a way to suppress it?  Are other people seeing 
it and simply ignoring it?

Ken






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#11177: 24.0.95; gtk_window_parse_geometry warning
  2012-11-25 17:40   ` Ken Brown
@ 2012-12-03 19:52     ` Jan Djärv
  2012-12-03 20:04       ` Ken Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Djärv @ 2012-12-03 19:52 UTC (permalink / raw)
  To: Ken Brown; +Cc: 11177-done

Hello.

25 nov 2012 kl. 18:40 skrev Ken Brown <kbrown@cornell.edu>:

> Now that gtk3 is used by default, this warning is likely to annoy more and more users.  Is there a way to suppress it?  Are other people seeing it and simply ignoring it?

I added code to supress the warning.

	Jan D.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#11177: 24.0.95; gtk_window_parse_geometry warning
  2012-12-03 19:52     ` Jan Djärv
@ 2012-12-03 20:04       ` Ken Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Ken Brown @ 2012-12-03 20:04 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 11177-done

On 12/3/2012 2:52 PM, Jan Djärv wrote:
> I added code to supress the warning.

Thanks.

Ken





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-03 20:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-04 20:00 bug#11177: 24.0.95; gtk_window_parse_geometry warning Ken Brown
2012-04-06 10:57 ` Jan Djärv
2012-04-06 11:27   ` Ken Brown
2012-11-25 17:40   ` Ken Brown
2012-12-03 19:52     ` Jan Djärv
2012-12-03 20:04       ` Ken Brown

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).