You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Arch Linux emacs-nox package and since the last update dashboard fails to load after inserting the Emacs logo in the dashboard buffer. The logo itself seems to be rendered correctly (see attached picture) but immediately after that Emacs emits Invalid image type 'png' and stops evaluating the initfile. When running in daemon mode, Emacs can’t get beyond (dashboard-setup-startup-hook) and hangs up indefinitely during evaluation. Disabling the logo completely using (setq dashboard-startup-banner nil) seems to do fix the issue, though.