bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53969: 29.0.50; display frame parameter set incorrectly on pgtk


From: Po Lu
Subject: bug#53969: 29.0.50; display frame parameter set incorrectly on pgtk
Date: Mon, 14 Feb 2022 18:49:47 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Andrew Tropin <andrew@trop.in> writes:

> I hope I did everything correctly:
>
> Breakpoint 1, decode_options (argc=2, argv=0x7fffffffcbd8) at 
> emacsclient.c:625
> 625     if (display && !display[0])
> (gdb) p display
> $7 = 0x7fffffffe926 "wayland-1"
>
>
> The same binary started from terminal:
>
> ./lib-src/emacsclient --eval '(x-display-list)'
> ("wayland-0")

So upon some further digging, it seems `gdk_display_get_name' always
returns "wayland-0" in that specific case.

I don't know what to do.  It looks like a bug in GTK, which I will try
to report in the coming weeks.  Would it suffice for browse-url to not
touch `WAYLAND_DISPLAY' until that is resolved?

Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]