GNU bug report logs -
#49997
27.2; idle-time reset when switching desktop-page
Previous Next
Reported by: Peter Münster <pm <at> a16n.net>
Date: Wed, 11 Aug 2021 08:44:01 UTC
Severity: normal
Tags: confirmed, moreinfo
Found in version 27.2
Fixed in version 29.1
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
Message #25 received at 49997 <at> debbugs.gnu.org (full text, mbox):
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: pm <at> a16n.net, 49997 <at> debbugs.gnu.org, Martin Rudalics <rudalics <at> gmx.at>
> Date: Sun, 15 Aug 2021 16:36:49 +0200
>
> if (!FRAME_TOOLTIP_P (f)
> && (old_left != f->left_pos || old_top != f->top_pos))
> {
> inev.ie.kind = MOVE_FRAME_EVENT;
> XSETFRAME (inev.ie.frame_or_window, f);
> }
> }
>
> So it's purely based on whether the window manager told is that the
> position changed -- which I guess it sort of does? When I move to a
> different virtual desktop, it shows me all the iconified frames, and
> that's probably where this comes from?
The OP said this happens even when he switches to a page without the
Emacs frame, so I'm not sure how the position could change? And if
iconified frames are somehow involved, we could perhaps look at
FRAME_ICONIFIED_P and/or the FocusIn/FocuseOut events?
(Full disclosure: I know almost nothing about X events.)
> I've added Martin to the CCs; perhaps he has some insights here.
Good idea.
This bug report was last modified 3 years and 225 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.