On Thu, Jul 28, 2011 at 5:47 PM, Eliot Moss wrote: > Recently I started using startxwin and .XWinrc and am > getting used to -multiwindow mode. Something I have been > wondering is where the program icons actually come from. > For example, I cannot for the life of me find the icons > used for xemacs (has a little red XE in it)
That seems to be /usr/share/xemacs-21.4.22/etc/xemacs-icon.xpm and xemacs appears to set it programatically. When started from mintty, the xemach window has the generic Cywgin-X icon, then switches to the red XE icon after it gets initialized. xemacs is just a shortcut: $ ls -l /bin/xemacs lrwxrwxrwx 1 ecsardu root 18 Jul 29 15:41 /bin/xemacs -> xemacs-21.4.22.exe* When started from a windows shortcut pointing to xemacs-21.4.22.exe, it shows up with the icon of xemacs-21.4.22.exe and does not change (because there is no DISPLAY in my Windows environment). Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/
