From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Feature request - dynamic icon pixmap Date: Wed, 16 Feb 2005 14:22:27 +0100 Message-ID: <42134913.6040107@swipnet.se> References: <5065e29005021422125f7c79a3@mail.gmail.com> <42121FD9.9030404@swipnet.se> <5065e2900502151737d1ddde5@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108561566 15369 80.91.229.2 (16 Feb 2005 13:46:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2005 13:46:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 16 14:46:05 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D1PUy-0006Xt-4w for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2005 14:45:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1Pku-0000cI-Ru for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2005 09:02:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1Pi4-0007fV-6v for emacs-devel@gnu.org; Wed, 16 Feb 2005 08:59:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1Pi1-0007ef-VQ for emacs-devel@gnu.org; Wed, 16 Feb 2005 08:59:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1Pds-0006gX-Tp for emacs-devel@gnu.org; Wed, 16 Feb 2005 08:55:01 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D1P91-0004jh-Us for emacs-devel@gnu.org; Wed, 16 Feb 2005 08:23:08 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep02.bredband.com with ESMTP id <20050216132306.GQGN17521.mxfep02.bredband.com@coolsville.localdomain>; Wed, 16 Feb 2005 14:23:06 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: Sun Yijiang In-Reply-To: <5065e2900502151737d1ddde5@mail.gmail.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33543 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33543 Sun Yijiang wrote: >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" > Are you sure you've given the correct image file name? This works for me with all window managers I've tried, including KDE 3.3 and Gnome 2.6 and 2.8. Jan D.