GNU bug report logs - #62291
30.0.50; PGTK copy + paste to other app problem

Previous Next

Package: emacs;

Reported by: Andrew Tropin <andrew <at> trop.in>

Date: Mon, 20 Mar 2023 10:34:02 UTC

Severity: normal

Tags: moreinfo

Found in version 30.0.50

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Po Lu <luangruo <at> yahoo.com>
To: Andrew Tropin <andrew <at> trop.in>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 62291 <at> debbugs.gnu.org
Subject: bug#62291: 30.0.50; PGTK copy + paste to other app problem
Date: Fri, 24 Mar 2023 15:51:21 +0800
Andrew Tropin <andrew <at> trop.in> writes:

>   preferred_width = 672,
>   preferred_height = 612,
>   widget = 0x1014540,
>   edit_widget = 0x1421130,
>   vbox_widget = 0x14201c0,
>   hbox_widget = 0x1420320,

So, the window which is getting this focus in event is 0x1014500, which
is not any window created by Emacs, assuming that you have only one
frame.

Perhaps this is a pseudo window created by the GDK Wayland backend to
``send'' selection requests to Emacs.

Would you please:

  (gdb) p (GdkWindow *) gtk_widget_get_window ((GtkWidget *) 0x1014500);
  $NN = ...

and then:

  (gdb) p (GdkWindowType) gdk_window_get_window_type ($NN);

thanks.




This bug report was last modified 1 year and 253 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.