unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: Po Lu <luangruo@yahoo.com>
Cc: Lars Ingebrigtsen <larsi@gnus.org>, 53969@debbugs.gnu.org
Subject: bug#53969: 29.0.50; display frame parameter set incorrectly on pgtk
Date: Sun, 03 Apr 2022 10:01:26 +0300	[thread overview]
Message-ID: <87fsmuveex.fsf@trop.in> (raw)
In-Reply-To: <87a6d8xata.fsf@yahoo.com>

[-- Attachment #1: Type: text/plain, Size: 1500 bytes --]

On 2022-03-30 13:34, Po Lu wrote:

> Andrew Tropin <andrew@trop.in> writes:
>
>> On 2022-03-15 21:18, Po Lu wrote:
>>
>>> Lars Ingebrigtsen <larsi@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

  reply	other threads:[~2022-04-03  7:01 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-13 11:14 bug#53969: 29.0.50; display frame parameter set incorrectly on pgtk Andrew Tropin
2022-02-13 11:55 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-13 18:47   ` Andrew Tropin
2022-02-14  1:26     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-14  3:00       ` Andrew Tropin
2022-02-14  4:48         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-14 10:42           ` Andrew Tropin
2022-02-14 10:49             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-14 14:35               ` Andrew Tropin
2022-02-15  1:01                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-03-15 12:26                   ` Lars Ingebrigtsen
2022-03-15 13:18                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-03-19 16:58                       ` Andrew Tropin
2022-03-30  5:20                       ` Andrew Tropin
2022-03-30  5:34                         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-04-03  7:01                           ` Andrew Tropin [this message]
2022-04-03  7:23                             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
     [not found] ` <handler.53969.D53969.164897064530490.notifdone@debbugs.gnu.org>
2022-04-04  5:52   ` bug#53969: closed (Re: bug#53969: 29.0.50; display frame parameter set incorrectly on pgtk) Andrew Tropin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fsmuveex.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=53969@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    --cc=luangruo@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).