emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs's set-frame-size can not work well with gnome-shell?


From: Dmitry Gutov
Subject: Re: Emacs's set-frame-size can not work well with gnome-shell?
Date: Sat, 25 Jan 2020 13:09:47 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 25.01.2020 11:41, martin rudalics wrote:

(setq default-frame-alist
       '((minibuffer . nil) (undecorated . t) (drag-with-mode-line . t)
    (border-width . 0) (internal-border-width . 8) (drag-internal-border . t)
     (menu-bar-lines . 0) (tool-bar-lines . 0)))

Lucid:

The first experiment: moving the frame by mode-line is smooth.

After that: I tried resizing the dragging the border. Apparently, it doesn't account for window scaling, so it resizes to wrong size, and the window generally shrinked. After that, moving became choppy as well. Including after I deleted the resized frame and created new one(s).

In the meantime, resizing the first, "normal" frame works okay. Moving too (by the title bar).

GTK:

Actually, similar story with resizing.

Moving seems smooth enough before and after, with gradual drift toward top-left (because of the other bug we've mentioned before, probably).



reply via email to

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