unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* no Emacs icon under GNOME?
@ 2005-09-29 12:06 Jens Petersen
  2005-09-30 15:08 ` Jan D.
  0 siblings, 1 reply; 9+ messages in thread
From: Jens Petersen @ 2005-09-29 12:06 UTC (permalink / raw)


This seems to be a FAQ, but can something be done about
getting Emacs to show its own icon on the GNOME desktop?

See for example <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=149512>.

FWIW it displays fine under KDE last I tested it.

Any ideas on how to fix this?  Someone suggested that
Emacs should set _NET_WM_ICON under X.

Jens

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: no Emacs icon under GNOME?
  2005-09-29 12:06 no Emacs icon under GNOME? Jens Petersen
@ 2005-09-30 15:08 ` Jan D.
  2005-09-30 16:50   ` Romain Francoise
  0 siblings, 1 reply; 9+ messages in thread
From: Jan D. @ 2005-09-30 15:08 UTC (permalink / raw)
  Cc: emacs-devel

Jens Petersen wrote:

>This seems to be a FAQ, but can something be done about
>getting Emacs to show its own icon on the GNOME desktop?
>
>See for example <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=149512>.
>
>FWIW it displays fine under KDE last I tested it.
>
>Any ideas on how to fix this?  Someone suggested that
>Emacs should set _NET_WM_ICON under X.
>

Have you tried with a recent CVS?  AFAIK this works now.

    Jan D.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: no Emacs icon under GNOME?
  2005-09-30 15:08 ` Jan D.
@ 2005-09-30 16:50   ` Romain Francoise
  2005-10-03 10:09     ` Jens Petersen
  2005-10-03 19:56     ` Jan D.
  0 siblings, 2 replies; 9+ messages in thread
From: Romain Francoise @ 2005-09-30 16:50 UTC (permalink / raw)
  Cc: Jens Petersen, emacs-devel

"Jan D." <jan.h.d@swipnet.se> writes:

> Have you tried with a recent CVS?  AFAIK this works now.

With -i, yes.

-- 
Romain Francoise <romain@orebokech.com> | I used to think there is no
it's a miracle -- http://orebokech.com/ | future left at all.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: no Emacs icon under GNOME?
  2005-09-30 16:50   ` Romain Francoise
@ 2005-10-03 10:09     ` Jens Petersen
  2005-10-03 19:56     ` Jan D.
  1 sibling, 0 replies; 9+ messages in thread
From: Jens Petersen @ 2005-10-03 10:09 UTC (permalink / raw)
  Cc: Jan D., emacs-devel

Romain Francoise wrote:
> "Jan D." <jan.h.d@swipnet.se> writes:
>>Have you tried with a recent CVS?  AFAIK this works now.

> With -i, yes.

Ah, thanks - that is good news indeed. :)

Any reason not to enable it by default?

Jens

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: no Emacs icon under GNOME?
  2005-09-30 16:50   ` Romain Francoise
  2005-10-03 10:09     ` Jens Petersen
@ 2005-10-03 19:56     ` Jan D.
  2005-10-04 18:50       ` Richard M. Stallman
  1 sibling, 1 reply; 9+ messages in thread
From: Jan D. @ 2005-10-03 19:56 UTC (permalink / raw)
  Cc: Jens Petersen, emacs-devel

Romain Francoise wrote:

>"Jan D." <jan.h.d@swipnet.se> writes:
>
>  
>
>>Have you tried with a recent CVS?  AFAIK this works now.
>>    
>>
>
>With -i, yes.
>  
>

Ah, I forgot that I have

  Emacs.bitmapIcon:       on

in my .Xdefaults.

Jens Petersen wrote:

>Any reason not to enable it by default?
>

No, I can't think of any.  If nobody objects, I'd like to change Emacs 
so we instead have an option to turn off the bitmap icon and have it on 
by default.

    Jan D.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: no Emacs icon under GNOME?
  2005-10-03 19:56     ` Jan D.
@ 2005-10-04 18:50       ` Richard M. Stallman
  2005-10-09  7:45         ` Jan D.
  0 siblings, 1 reply; 9+ messages in thread
From: Richard M. Stallman @ 2005-10-04 18:50 UTC (permalink / raw)
  Cc: romain, petersen, emacs-devel

    No, I can't think of any.  If nobody objects, I'd like to change Emacs 
    so we instead have an option to turn off the bitmap icon and have it on 
    by default.

Ok with me.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: no Emacs icon under GNOME?
  2005-10-04 18:50       ` Richard M. Stallman
@ 2005-10-09  7:45         ` Jan D.
  2005-10-10 10:12           ` Kim F. Storm
  0 siblings, 1 reply; 9+ messages in thread
From: Jan D. @ 2005-10-09  7:45 UTC (permalink / raw)
  Cc: romain, petersen, emacs-devel

Richard M. Stallman wrote:

>    No, I can't think of any.  If nobody objects, I'd like to change Emacs 
>    so we instead have an option to turn off the bitmap icon and have it on 
>    by default.
>
>Ok with me.
>

Checked in, new options are -nb, --no-bitmap-icon.

    Jan D.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: no Emacs icon under GNOME?
  2005-10-09  7:45         ` Jan D.
@ 2005-10-10 10:12           ` Kim F. Storm
  2005-10-10 16:15             ` Jan D.
  0 siblings, 1 reply; 9+ messages in thread
From: Kim F. Storm @ 2005-10-10 10:12 UTC (permalink / raw)
  Cc: romain, rms, petersen, emacs-devel

"Jan D." <jan.h.d@swipnet.se> writes:

> Checked in, new options are -nb, --no-bitmap-icon.

Does -nb have some historical use for this purpose.
Otherwise, it would be more "logical" to use -nbi than -nb IMHO.

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: no Emacs icon under GNOME?
  2005-10-10 10:12           ` Kim F. Storm
@ 2005-10-10 16:15             ` Jan D.
  0 siblings, 0 replies; 9+ messages in thread
From: Jan D. @ 2005-10-10 16:15 UTC (permalink / raw)
  Cc: romain, rms, petersen, emacs-devel

> "Jan D." <jan.h.d@swipnet.se> writes:
>
>
>> Checked in, new options are -nb, --no-bitmap-icon.
>>
>
> Does -nb have some historical use for this purpose.
> Otherwise, it would be more "logical" to use -nbi than -nb IMHO.

No, I just looked at the other --no-* around it.  But I didn't see -- 
no-blinking-cursor (-nbc), so I've changed -nb to -nbi so not to be  
confused with -nbc.

     Jan D.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-10-10 16:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-29 12:06 no Emacs icon under GNOME? Jens Petersen
2005-09-30 15:08 ` Jan D.
2005-09-30 16:50   ` Romain Francoise
2005-10-03 10:09     ` Jens Petersen
2005-10-03 19:56     ` Jan D.
2005-10-04 18:50       ` Richard M. Stallman
2005-10-09  7:45         ` Jan D.
2005-10-10 10:12           ` Kim F. Storm
2005-10-10 16:15             ` Jan D.

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).