GNU bug report logs -
#53969
29.0.50; display frame parameter set incorrectly on pgtk
Previous Next
Reported by: Andrew Tropin <andrew <at> trop.in>
Date: Sun, 13 Feb 2022 11:16:01 UTC
Severity: normal
Tags: moreinfo
Found in version 29.0.50
Done: Po Lu <luangruo <at> yahoo.com>
Bug is archived. No further changes may be made.
Full log
Message #52 received at 53969 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2022-03-30 13:34, Po Lu wrote:
> Andrew Tropin <andrew <at> trop.in> writes:
>
>> On 2022-03-15 21:18, Po Lu wrote:
>>
>>> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>>>
>>>> Nobody had any comments in a month, and I've just skimmed this bug
>>>> report -- but was this fixed in 61a038bec0fe, or was that another
>>>> problem?
>>>
>>> This is probably another problem, I'll fix it soon and close the bug.
>>> Thanks for bringing it up.
>>
>> Hi Po,
>>
>> Can you take a look at this issue, please? It shouldn't take long.
>
> Ah, thanks for reminding me, I almost forgot.
>
> Is this enough?
Yep, should be enough.
> diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
> index 776f774172..4c348781a8 100644
> --- a/lisp/net/browse-url.el
> +++ b/lisp/net/browse-url.el
> @@ -851,7 +851,11 @@ browse-url
> ((featurep 'pgtk)
> (setq classname (pgtk-backend-display-class))
> (if (equal classname "GdkWaylandDisplay")
> - (setenv "WAYLAND_DISPLAY" dpy)
> + (progn
> + ;; The `display' frame parameter is probably wrong.
> + ;; See bug#53969 for some context.
> + ;; (setenv "WAYLAND_DISPLAY" dpy)
> + )
> (setenv "DISPLAY" dpy)))
> (t
> (setenv "DISPLAY" dpy)))))
>
> And I'm terribly sorry for the delay.
No worries, it's ok, you have a lot stuff to do!)
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.