emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature request - dynamic icon pixmap


From: Henrik Enberg
Subject: Re: Feature request - dynamic icon pixmap
Date: Wed, 16 Feb 2005 03:00:04 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Sun Yijiang <address@hidden> writes:

> Yes, I can change the default icon when I create a new frame:
> (make-frame '((name . "testf") (icon-type . "/path/test.png")))
>
> But I cannot change a frame's icon by modifying its icon-type parameter:
> (set-frame-parameter my-frame 'icon-type "/path/test2.png")
> Nothing happens after this under GNOME or KDE
>
> That's what I mean by "dynamic".

Doing:

(set-frame-parameter (selected-frame) 'icon-type "~/foo.png")

Works for me in the openbox window manager as well as in widgets from
the gnome libwnck[1] library.


[1] Part of metacity, the gnome window manager.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]