unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#53861: 29.0.50; PGTK: Gdk-Warnings with frame parameter (visibility . nil)
@ 2022-02-07 22:34 Stephen Berman
  2022-02-08  1:39 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Berman @ 2022-02-07 22:34 UTC (permalink / raw)
  To: 53861

0. emacs -Q
1. Evaluate (setq frame (make-frame '((visibility . nil))))
=> In the shell an endless stream of warnings like this is emitted:

emacs-pgtk:20385): Gdk-CRITICAL **: 23:16:22.051: gdk_window_get_origin: assertion 'GDK_IS_WINDOW (window)' failed

After evaluating (make-frame-visible frame) the warnings stop.  In a
non-PGTK GTK3 build the above recipe produces no warning.


In GNU Emacs 29.0.50 (build 6, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.17.4)
 of 2022-02-07 built on strobelfs2
Repository revision: 919cbe2b7da2302a66a15a4611eef8a215bd5755
Repository branch: master
System Description: Linux From Scratch r11.0-115

Configured using:
 'configure --with-pgtk --with-xwidgets 'CFLAGS=-Og -g3'
 PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PGTK PNG
RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XIM
XWIDGETS GTK3 ZLIB






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

* bug#53861: 29.0.50; PGTK: Gdk-Warnings with frame parameter (visibility . nil)
  2022-02-07 22:34 bug#53861: 29.0.50; PGTK: Gdk-Warnings with frame parameter (visibility . nil) Stephen Berman
@ 2022-02-08  1:39 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-02-08 10:26   ` Stephen Berman
  0 siblings, 1 reply; 4+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-02-08  1:39 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 53861

Stephen Berman <stephen.berman@gmx.net> writes:

> 0. emacs -Q
> 1. Evaluate (setq frame (make-frame '((visibility . nil))))
> => In the shell an endless stream of warnings like this is emitted:
>
> emacs-pgtk:20385): Gdk-CRITICAL **: 23:16:22.051: gdk_window_get_origin: assertion 'GDK_IS_WINDOW (window)' failed
>
> After evaluating (make-frame-visible frame) the warnings stop.  In a
> non-PGTK GTK3 build the above recipe produces no warning.
>
>
> In GNU Emacs 29.0.50 (build 6, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.17.4)
>  of 2022-02-07 built on strobelfs2
> Repository revision: 919cbe2b7da2302a66a15a4611eef8a215bd5755
> Repository branch: master
> System Description: Linux From Scratch r11.0-115
>
> Configured using:
>  'configure --with-pgtk --with-xwidgets 'CFLAGS=-Og -g3'
>  PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig'
>
> Configured features:
> ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
> JSON LCMS2 LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PGTK PNG
> RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XIM
> XWIDGETS GTK3 ZLIB

Thanks, should be fixed now.





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

* bug#53861: 29.0.50; PGTK: Gdk-Warnings with frame parameter (visibility . nil)
  2022-02-08  1:39 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-02-08 10:26   ` Stephen Berman
  2022-02-08 11:47     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Berman @ 2022-02-08 10:26 UTC (permalink / raw)
  To: Po Lu; +Cc: 53861-done

On Tue, 08 Feb 2022 09:39:25 +0800 Po Lu <luangruo@yahoo.com> wrote:

> Stephen Berman <stephen.berman@gmx.net> writes:
>
>> 0. emacs -Q
>> 1. Evaluate (setq frame (make-frame '((visibility . nil))))
>> => In the shell an endless stream of warnings like this is emitted:
>>
>> emacs-pgtk:20385): Gdk-CRITICAL **: 23:16:22.051: gdk_window_get_origin:
>> assertion 'GDK_IS_WINDOW (window)' failed
>>
>> After evaluating (make-frame-visible frame) the warnings stop.  In a
>> non-PGTK GTK3 build the above recipe produces no warning.
>>
>>
>> In GNU Emacs 29.0.50 (build 6, x86_64-pc-linux-gnu, GTK+ Version 3.24.31,
>> cairo version 1.17.4)
>>  of 2022-02-07 built on strobelfs2
>> Repository revision: 919cbe2b7da2302a66a15a4611eef8a215bd5755
>> Repository branch: master
>> System Description: Linux From Scratch r11.0-115
>>
>> Configured using:
>>  'configure --with-pgtk --with-xwidgets 'CFLAGS=-Og -g3'
>>  PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig'
>>
>> Configured features:
>> ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
>> JSON LCMS2 LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PGTK PNG
>> RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XIM
>> XWIDGETS GTK3 ZLIB
>
> Thanks, should be fixed now.

Confirmed, so I'm closing the bug.  Thanks.

Steve Berman





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

* bug#53861: 29.0.50; PGTK: Gdk-Warnings with frame parameter (visibility . nil)
  2022-02-08 10:26   ` Stephen Berman
@ 2022-02-08 11:47     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 4+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-02-08 11:47 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 53861-done

Stephen Berman <stephen.berman@gmx.net> writes:

> Confirmed, so I'm closing the bug.  Thanks.

Thanks for testing.





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

end of thread, other threads:[~2022-02-08 11:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07 22:34 bug#53861: 29.0.50; PGTK: Gdk-Warnings with frame parameter (visibility . nil) Stephen Berman
2022-02-08  1:39 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-08 10:26   ` Stephen Berman
2022-02-08 11:47     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

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).