From owner-freebsd-x11@FreeBSD.ORG Thu Apr 5 17:09:24 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81CBB106564A for ; Thu, 5 Apr 2012 17:09:24 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 534268FC0C for ; Thu, 5 Apr 2012 17:09:24 +0000 (UTC) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.42]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id D954BA701EC for ; Thu, 5 Apr 2012 13:09:16 -0400 (EDT) Received: (qmail 6604 invoked from network); 5 Apr 2012 17:09:16 -0000 Received: by simscan 1.4.0 ppid: 1250, pid: 18530, t: 0.2073s scanners: clamav: 0.88.2/m:52/d:10739 spam: 3.0.4 Received: from unknown (HELO P9X79.tddhome) (tomdean@[24.113.107.31]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Apr 2012 17:09:16 -0000 Message-ID: <4F7DD1C3.8020106@speakeasy.org> Date: Thu, 05 Apr 2012 10:09:23 -0700 From: "Thomas D. Dean" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120310 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail3.sea5 X-Spam-Level: X-Spam-Status: No, score=0.9 required=8.0 tests=FORGED_RCVD_HELO, RATWARE_GECKO_BUILD autolearn=disabled version=3.0.4 Subject: Set X11 Icon Title X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2012 17:09:24 -0000 I have an X11 application that monitors CPU thingee's. This application is tailored to the Intel i7 3930K CPU. It displays things like temperatures, voltages, CPU speed, etc. When I iconize it, the icon displays the application name. I want to display the CPU clock speed when it is iconized. The application calculates the CPU speed and reads temperatures, voltages, etc. every second. I have looked on the web, but, the number of hits is too large and I cannot think of a way to narrow the search. Is there any way to do this? If anyone is interested, it is GPL. Tom Dean