Sun Yijiang <[EMAIL PROTECTED]> 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. _______________________________________________ Emacs-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-devel
