For what it's worth, I have this in my .emacs file to work around the
issue of Emacs starting up the wrong size:
```
;; https://bugs.launchpad.net/emacs/+bug/2011244
(defun fix-frame-size (&optional frame)
(when (window-system)
(if (not frame)
(setq frame (car (frame-list
(le
I'm also seeing this on a fresh Ubuntu 20.04 LTS install. Emacs (GUI)
started from the Gnome launcher will open a small window without the
splash screen graphics. But if I start emacs from the CLI, it will open
just fine.
Just once when I opened emacs using the CLI it came up in a small window
and