unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Darren Hoo <darren.hoo@gmail.com>
To: Glenn Morris <rgm@gnu.org>
Cc: 16574@debbugs.gnu.org
Subject: bug#16574: 24.3.50; icon not shown on the splash screen (mac osx)
Date: Tue, 28 Jan 2014 12:54:46 +0800	[thread overview]
Message-ID: <CAJ+QY_FyD7w+k0Bm4ek1snFr+Uh4nvhGqAqD7Z0SSCWK6tnG_g@mail.gmail.com> (raw)
In-Reply-To: <vm8uu03jg5.fsf@fencepost.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]

On Tue, Jan 28, 2014 at 10:54 AM, Glenn Morris <rgm@gnu.org> wrote:

> Darren Hoo wrote:
>
> > open /Applications/Emacs.app --args -q
> >
> > the emacs icon on the fancy splash screen (*GNU Emacs*) is missing, try
> to
> > increase the frame size a little bit then press `c-h c-a', the icon is
> back,
> > however if decrease the frame size to some size less or equal to the
> initial
> > startup size and press `c-h c-a' the icon is lost again.
>
> I don't think this is a bug, and AFAIK it has been like this for some time.
> The image is not shown if the frame seems to be too small.
> See use-fancy-splash-screens-p.
>

OK, I see.
Though use-fancy-splash-screens-p is not strictly correct on this.
If  I force it to use splash screen:

(defun use-fancy-splash-screens-p () t)

And examine these values of the splash screen on the initial startup
frame:

(window-pixel-height)
 => 476

(cdr (window-text-pixel-size
      (selected-window) nil nil nil nil t)) ; include mode-line
 => 462

it has plenty room for display.

[-- Attachment #2: Type: text/html, Size: 1989 bytes --]

  reply	other threads:[~2014-01-28  4:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-28  2:49 bug#16574: 24.3.50; icon not shown on the splash screen (mac osx) Darren Hoo
2014-01-28  2:54 ` Glenn Morris
2014-01-28  4:54   ` Darren Hoo [this message]
2014-01-28 15:50     ` Eli Zaretskii
2014-01-28 23:52       ` Darren Hoo
2014-01-29  3:45         ` Eli Zaretskii
2014-01-31  2:01         ` Glenn Morris
2014-01-31  3:25           ` Darren Hoo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ+QY_FyD7w+k0Bm4ek1snFr+Uh4nvhGqAqD7Z0SSCWK6tnG_g@mail.gmail.com \
    --to=darren.hoo@gmail.com \
    --cc=16574@debbugs.gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).