GNU bug report logs - #12993
Wrong icon for Cygw32-Emacs

Previous Next

Package: emacs;

Reported by: Angelo Graziosi <angelo.graziosi <at> alice.it>

Date: Sun, 25 Nov 2012 14:52:02 UTC

Severity: minor

Done: Ken Brown <kbrown <at> cornell.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ken Brown <kbrown <at> cornell.edu>
Cc: 12993 <at> debbugs.gnu.org, dancol <at> dancol.org
Subject: bug#12993: Wrong icon for Cygw32-Emacs
Date: Mon, 08 Apr 2013 20:20:56 +0300
> Date: Mon, 08 Apr 2013 12:58:40 -0400
> From: Ken Brown <kbrown <at> cornell.edu>
> CC: dancol <at> dancol.org, 12993 <at> debbugs.gnu.org
> 
> Thank you!  So I assume the correct fix is the following:
> 
> === modified file 'nt/emacs.rc'
> --- nt/emacs.rc 2013-03-05 03:59:35 +0000
> +++ nt/emacs.rc 2013-04-08 16:55:12 +0000
> @@ -1,6 +1,6 @@
>   Emacs ICON   icons/emacs.ico
>   32649 CURSOR icons/hand.cur
> -#ifdef WIN64
> +#if defined (WIN64) || defined (__x86_64__)
>   1 24 "emacs-x64.manifest"
>   #else
>   1 24 "emacs-x86.manifest"
> 
> Right?

Yes.  But what about that linker directive in configure.ac -- is that
still required?  (I never understood why Cygwin needs that in the
first place.)




This bug report was last modified 12 years and 49 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.