[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25851: 25.2; GTK warning when starting Emacs when desktop file has m
From: |
martin rudalics |
Subject: |
bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame |
Date: |
Fri, 03 Mar 2017 09:13:08 +0100 |
> If we removed the arguably illegitimate chicanery, what
> functionality, specifically, would be lost? Might it be achieved
> in a more straightforward way?
That's a good summary of the problem. Try to use the following
definition of xg_set_geometry:
static void
xg_set_geometry (struct frame *f)
{
gtk_window_move (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
f->left_pos, f->top_pos);
}
I suppose it might break things like starting with a specified geometry
and a maximized frame and trying to demaximize the frame afterwards. It
might as well work.
The greatest problem in this area is always to find a solution that fits
(almost) all window managers and user preferences.
martin
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, (continued)
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, martin rudalics, 2017/03/01
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, Eli Zaretskii, 2017/03/01
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, Eli Zaretskii, 2017/03/01
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, martin rudalics, 2017/03/02
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, Eli Zaretskii, 2017/03/02
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, martin rudalics, 2017/03/02
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, Eli Zaretskii, 2017/03/02
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, martin rudalics, 2017/03/03
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, Eli Zaretskii, 2017/03/03
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, N. Jackson, 2017/03/01
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame,
martin rudalics <=
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, N. Jackson, 2017/03/03
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, martin rudalics, 2017/03/03
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, N. Jackson, 2017/03/06
- bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, martin rudalics, 2017/03/06
bug#25851: 25.2; GTK warning when starting Emacs when desktop file has more than one frame, N. Jackson, 2017/03/01