<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-4529</id>
	<title>Nabble - icewm-user</title>
	<updated>2009-11-20T01:05:06Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/icewm-user-f4529.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/icewm-user-f4529.html" />
	<subtitle type="html">Mailing list archive for icewm-user</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26432653</id>
	<title>Layering of dialog box</title>
	<published>2009-11-20T01:05:06Z</published>
	<updated>2009-11-20T01:05:06Z</updated>
	<author>
		<name>VivekDharm</name>
	</author>
	<content type="html">I am developing a java application with 2 dialogs, both appearing on the screen.
&lt;br&gt;I need to apply a particular layering logic to both the dialogs, individually.
&lt;br&gt;For e.g., dialog A should always be above dialog B. But on an event like mouseMove, dialog B takes over the layer of dialog A.
&lt;br&gt;Using xprop, I get the same class names for both the dialogs. How should I go about it?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Layering-of-dialog-box-tp26432653p26432653.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26357459</id>
	<title>Re: [ SOLVED]  How to prevent click on focus in client area ?</title>
	<published>2009-11-15T00:45:52Z</published>
	<updated>2009-11-15T00:45:52Z</updated>
	<author>
		<name>J. Bakshi-3</name>
	</author>
	<content type="html">On Mon, 9 Nov 2009 04:38:27 +0000 (UTC)
&lt;br&gt;Frank McCormick &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26357459&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;beacon@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; J. Bakshi &amp;lt;bakshi12 &amp;lt;at&amp;gt; gmail.com&amp;gt; writes:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Sometime I need to copy codes from web-browser to the console
&lt;br&gt;&amp;gt; &amp;gt; located just 
&lt;br&gt;&amp;gt; next. But clicking on the browser
&lt;br&gt;&amp;gt; &amp;gt; focuses it and I need to focus the console again. I can remember in
&lt;br&gt;&amp;gt; &amp;gt; the old 
&lt;br&gt;&amp;gt; days with kde I could prevent the
&lt;br&gt;&amp;gt; &amp;gt; focusing and it only focused after clicking on the menu-bar. Can I
&lt;br&gt;&amp;gt; &amp;gt; do same 
&lt;br&gt;&amp;gt; here in icewm ? I have done some
&lt;br&gt;&amp;gt; &amp;gt; experiment with IceWM GUI icewm configuration tool but it is not
&lt;br&gt;&amp;gt; &amp;gt; successful. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There are a bunch of preferences you can set in the preferences file
&lt;br&gt;&amp;gt; in the ~/.icewm directory:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; Focus windows by clicking
&lt;br&gt;&amp;gt; # ClickToFocus=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Focus windows when application requests to raise
&lt;br&gt;&amp;gt; FocusOnAppRaise=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Request focus (flashing in taskbar) when application requests raise
&lt;br&gt;&amp;gt; # RequestFocusOnAppRaise=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Raise windows when focused
&lt;br&gt;&amp;gt; RaiseOnFocus=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Focus window when client area clicked
&lt;br&gt;&amp;gt; FocusOnClickClient=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Raise window when client area clicked
&lt;br&gt;&amp;gt; RaiseOnClickClient=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Raise window when title bar is clicked
&lt;br&gt;&amp;gt; RaiseOnClickTitleBar=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Raise window when frame button is clicked
&lt;br&gt;&amp;gt; RaiseOnClickButton=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Raise window when frame border is clicked
&lt;br&gt;&amp;gt; RaiseOnClickFrame=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Lower the active window when clicked again
&lt;br&gt;&amp;gt; # LowerOnClickWhenRaised=0 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Pass focusing click on client area to client
&lt;br&gt;&amp;gt; # PassFirstClickToClient=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Change to the workspace of newly focused windows
&lt;br&gt;&amp;gt; # FocusChangesWorkspace=0 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Focus normal window when initially mapped
&lt;br&gt;&amp;gt; # FocusOnMap=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Focus dialog window when initially mapped
&lt;br&gt;&amp;gt; # FocusOnMapTransient=0 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Focus dialog window when initially mapped only if parent frame
&lt;br&gt;&amp;gt; focused # FocusOnMapTransientActive=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That's just some of them. I'm sure you'll find what you need in there
&lt;br&gt;&amp;gt; somewhere.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Frank
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Hello Frank,
&lt;br&gt;&lt;br&gt;I have solved it with 
&lt;br&gt;&lt;br&gt;`````````
&lt;br&gt;# Bitmask of buttons that raise the window when pressed
&lt;br&gt;ButtonRaiseMask=4
&lt;br&gt;`````````````
&lt;br&gt;&lt;br&gt;When I click on a window with left mouse button then only it focused. Hence I can keep my other terminal open and can copy from with out focusing them. If someone has any better/other idea please post here.
&lt;br&gt;&lt;br&gt;cheers.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26357459&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-prevent-click-on-focus-in-client-area---tp26048410p26357459.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26301910</id>
	<title>about idesk</title>
	<published>2009-11-11T06:04:46Z</published>
	<updated>2009-11-11T06:04:46Z</updated>
	<author>
		<name>J. Bakshi-3</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;icewm+idesk is a great combination. I have debian squeeze but idesk can't use the multiple wall paper feature. If you point a folder then idesk should display the images in that folder after a regualr interval defined by you. I have no luck yet. Any success from anyone ?
&lt;br&gt;&lt;br&gt;Please let me know.
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26301910&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/about-idesk-tp26301910p26301910.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26266942</id>
	<title>Re: How to prevent click on focus in client area ?</title>
	<published>2009-11-09T05:28:21Z</published>
	<updated>2009-11-09T05:28:21Z</updated>
	<author>
		<name>J. Bakshi-3</name>
	</author>
	<content type="html">On Mon, 9 Nov 2009 04:38:27 +0000 (UTC)
&lt;br&gt;Frank McCormick &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26266942&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;beacon@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; J. Bakshi &amp;lt;bakshi12 &amp;lt;at&amp;gt; gmail.com&amp;gt; writes:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Sometime I need to copy codes from web-browser to the console
&lt;br&gt;&amp;gt; &amp;gt; located just 
&lt;br&gt;&amp;gt; next. But clicking on the browser
&lt;br&gt;&amp;gt; &amp;gt; focuses it and I need to focus the console again. I can remember in
&lt;br&gt;&amp;gt; &amp;gt; the old 
&lt;br&gt;&amp;gt; days with kde I could prevent the
&lt;br&gt;&amp;gt; &amp;gt; focusing and it only focused after clicking on the menu-bar. Can I
&lt;br&gt;&amp;gt; &amp;gt; do same 
&lt;br&gt;&amp;gt; here in icewm ? I have done some
&lt;br&gt;&amp;gt; &amp;gt; experiment with IceWM GUI icewm configuration tool but it is not
&lt;br&gt;&amp;gt; &amp;gt; successful. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There are a bunch of preferences you can set in the preferences file
&lt;br&gt;&amp;gt; in the ~/.icewm directory:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; Focus windows by clicking
&lt;br&gt;&amp;gt; # ClickToFocus=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Focus windows when application requests to raise
&lt;br&gt;&amp;gt; FocusOnAppRaise=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Request focus (flashing in taskbar) when application requests raise
&lt;br&gt;&amp;gt; # RequestFocusOnAppRaise=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Raise windows when focused
&lt;br&gt;&amp;gt; RaiseOnFocus=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Focus window when client area clicked
&lt;br&gt;&amp;gt; FocusOnClickClient=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Raise window when client area clicked
&lt;br&gt;&amp;gt; RaiseOnClickClient=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Raise window when title bar is clicked
&lt;br&gt;&amp;gt; RaiseOnClickTitleBar=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Raise window when frame button is clicked
&lt;br&gt;&amp;gt; RaiseOnClickButton=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Raise window when frame border is clicked
&lt;br&gt;&amp;gt; RaiseOnClickFrame=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Lower the active window when clicked again
&lt;br&gt;&amp;gt; # LowerOnClickWhenRaised=0 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Pass focusing click on client area to client
&lt;br&gt;&amp;gt; # PassFirstClickToClient=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Change to the workspace of newly focused windows
&lt;br&gt;&amp;gt; # FocusChangesWorkspace=0 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Focus normal window when initially mapped
&lt;br&gt;&amp;gt; # FocusOnMap=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Focus dialog window when initially mapped
&lt;br&gt;&amp;gt; # FocusOnMapTransient=0 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # &amp;nbsp;Focus dialog window when initially mapped only if parent frame
&lt;br&gt;&amp;gt; focused # FocusOnMapTransientActive=1 # 0/1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That's just some of them. I'm sure you'll find what you need in there
&lt;br&gt;&amp;gt; somewhere.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Frank
&lt;/div&gt;&lt;br&gt;Thanks Frank,
&lt;br&gt;&lt;br&gt;I'll experiment with the option you have mentioned here.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26266942&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-prevent-click-on-focus-in-client-area---tp26048410p26266942.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261227</id>
	<title>Re: How to prevent click on focus in client area ?</title>
	<published>2009-11-08T20:38:27Z</published>
	<updated>2009-11-08T20:38:27Z</updated>
	<author>
		<name>Charles-94</name>
	</author>
	<content type="html">J. Bakshi &amp;lt;bakshi12 &amp;lt;at&amp;gt; gmail.com&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Sometime I need to copy codes from web-browser to the console located just 
&lt;br&gt;next. But clicking on the browser
&lt;br&gt;&amp;gt; focuses it and I need to focus the console again. I can remember in the old 
&lt;br&gt;days with kde I could prevent the
&lt;br&gt;&amp;gt; focusing and it only focused after clicking on the menu-bar. Can I do same 
&lt;br&gt;here in icewm ? I have done some
&lt;br&gt;&amp;gt; experiment with IceWM GUI icewm configuration tool but it is not successful. 
&lt;br&gt;&lt;br&gt;There are a bunch of preferences you can set in the preferences file in the 
&lt;br&gt;~/.icewm directory:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Focus windows by clicking
&lt;br&gt;# ClickToFocus=1 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Focus windows when application requests to raise
&lt;br&gt;FocusOnAppRaise=1 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Request focus (flashing in taskbar) when application requests raise
&lt;br&gt;# RequestFocusOnAppRaise=1 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Raise windows when focused
&lt;br&gt;RaiseOnFocus=1 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Focus window when client area clicked
&lt;br&gt;FocusOnClickClient=1 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Raise window when client area clicked
&lt;br&gt;RaiseOnClickClient=1 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Raise window when title bar is clicked
&lt;br&gt;RaiseOnClickTitleBar=1 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Raise window when frame button is clicked
&lt;br&gt;RaiseOnClickButton=1 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Raise window when frame border is clicked
&lt;br&gt;RaiseOnClickFrame=1 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Lower the active window when clicked again
&lt;br&gt;# LowerOnClickWhenRaised=0 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Pass focusing click on client area to client
&lt;br&gt;# PassFirstClickToClient=1 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Change to the workspace of newly focused windows
&lt;br&gt;# FocusChangesWorkspace=0 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Focus normal window when initially mapped
&lt;br&gt;# FocusOnMap=1 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Focus dialog window when initially mapped
&lt;br&gt;# FocusOnMapTransient=0 # 0/1
&lt;br&gt;&lt;br&gt;# &amp;nbsp;Focus dialog window when initially mapped only if parent frame focused
&lt;br&gt;# FocusOnMapTransientActive=1 # 0/1
&lt;br&gt;&lt;br&gt;That's just some of them. I'm sure you'll find what you need in there
&lt;br&gt;somewhere.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Frank
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261227&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-prevent-click-on-focus-in-client-area---tp26048410p26261227.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26157703</id>
	<title>Alt button mapping</title>
	<published>2009-11-01T19:13:14Z</published>
	<updated>2009-11-01T19:13:14Z</updated>
	<author>
		<name>Russell Shaw</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I removed .icewm/preferences to try and disable the icewm Alt key usage so that
&lt;br&gt;i can use the Alt key in inkscape. It didn't seem to work.
&lt;br&gt;&lt;br&gt;What else should i try?
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26157703&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Alt-button-mapping-tp26157703p26157703.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26118106</id>
	<title>Icewmtray-1.2.37 segfaults on exit</title>
	<published>2009-10-29T11:12:07Z</published>
	<updated>2009-10-29T11:12:07Z</updated>
	<author>
		<name>Howard Arons</name>
	</author>
	<content type="html">Has anyone seen messages like this in /var/log/messages on exit from icewm-1.2.37 back to a console:
&lt;br&gt;&lt;br&gt;&amp;quot;icewmtray[2502]: segfault at 8000000 ip b7baffe7 sp bfcae8b8 error 4 in libc-2.7.so&amp;quot;
&lt;br&gt;&lt;br&gt;Since icewm has exited the segfault seems to cause no problem. Or does it? Solutions?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26118106&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Icewmtray-1.2.37-segfaults-on-exit-tp26118106p26118106.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26048410</id>
	<title>How to prevent click on focus in client area ?</title>
	<published>2009-10-25T07:22:14Z</published>
	<updated>2009-10-25T07:22:14Z</updated>
	<author>
		<name>J. Bakshi-3</name>
	</author>
	<content type="html">Hello list,
&lt;br&gt;&lt;br&gt;Hope you all are well and doing well. I am seeking some help on icewm focus management and here with hope :-)
&lt;br&gt;&lt;br&gt;Sometime I need to copy codes from web-browser to the console located just next. But clicking on the browser focuses it and I need to focus the console again. I can remember in the old days with kde I could prevent the focusing and it only focused after clicking on the menu-bar. Can I do same here in icewm ? I have done some experiment with IceWM GUI icewm configuration tool but it is not successful. May be I missed something !!! Any clue ?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26048410&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-prevent-click-on-focus-in-client-area---tp26048410p26048410.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25940019</id>
	<title>New versions and other questions</title>
	<published>2009-10-17T09:55:58Z</published>
	<updated>2009-10-17T09:55:58Z</updated>
	<author>
		<name>Larry Wyble</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;I am running IceWM 1.2.32. &amp;nbsp;I notice on the web site there are 2
&lt;br&gt;different versions for download. 
&lt;br&gt;&lt;br&gt;icewm-1.3.4pre2.tar.gz &amp;nbsp; &amp;nbsp; and
&lt;br&gt;icewm-1.2.38pre1.tar.gz
&lt;br&gt;&lt;br&gt;&lt;br&gt;SInce I am having absolutely ZERO problems with 1.2.32 is there any
&lt;br&gt;good reason to upgrade to either one of the newer versions? I mean
&lt;br&gt;like new bells or whistles or anything such as that??
&lt;br&gt;&lt;br&gt;Just wondering. &amp;nbsp; :)
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Oh, BTW, &amp;nbsp;Icewm rooooooolz. &amp;nbsp; HAR.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25940019&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-versions-and-other-questions-tp25940019p25940019.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25931565</id>
	<title>App Starts Iconized</title>
	<published>2009-10-16T13:04:52Z</published>
	<updated>2009-10-16T13:04:52Z</updated>
	<author>
		<name>Howard Arons</name>
	</author>
	<content type="html">Running icewm-1.2.37.
&lt;br&gt;&lt;br&gt;I start an 'su' login xterm with this command in 'menu':
&lt;br&gt;&lt;br&gt;prog &amp;quot;SU-ROOT&amp;quot; xscreensaver xterm4 -fn &amp;quot;fontname_string&amp;quot; -e su -
&lt;br&gt;&lt;br&gt;The xterm starts as an icon on the toolbar instead of full screen. This didn't happen with icewm-1.2.23.
&lt;br&gt;&lt;br&gt;Suggestions?
&lt;br&gt;&lt;br&gt;HaroldWho
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25931565&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/App-Starts-Iconized-tp25931565p25931565.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25899320</id>
	<title>Re: How to get the workspace number from the command line?</title>
	<published>2009-10-14T13:44:20Z</published>
	<updated>2009-10-14T13:44:20Z</updated>
	<author>
		<name>Keith Edmunds-2</name>
	</author>
	<content type="html">On Sat, 10 Oct 2009 20:13:43 -0500, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25899320&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pengyu.ut@...&lt;/a&gt; said:
&lt;br&gt;&lt;br&gt;&amp;gt; Under this setting, wmctrl does not work. I'm wondering if there is a
&lt;br&gt;&amp;gt; walk-around for this problem.
&lt;br&gt;&lt;br&gt;Probably.
&lt;br&gt;&lt;br&gt;Exactly how do you expect someone to give you a workaround for something
&lt;br&gt;that &amp;quot;does not work&amp;quot;? When you visit your doctor, do you just sit there
&lt;br&gt;and wait for his diagnosis or do you tell him what the symptoms are?
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25899320&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-the-workspace-number-from-the-command-line--tp25639758p25899320.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25839969</id>
	<title>Re: How to get the workspace number from the command line?</title>
	<published>2009-10-10T18:13:43Z</published>
	<updated>2009-10-10T18:13:43Z</updated>
	<author>
		<name>Peng Yu</name>
	</author>
	<content type="html">On Mon, Sep 28, 2009 at 3:11 AM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25839969&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm wondering if there is a way to get the workspace name from the
&lt;br&gt;&amp;gt;&amp;gt; command line. This would be useful when I send an email when a program
&lt;br&gt;&amp;gt;&amp;gt; finish in a terminal. Based on the workspace name, I can find out the
&lt;br&gt;&amp;gt;&amp;gt; terminal more easily.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This prints the workspace number:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    wmctrl -d | awk '$2 == &amp;quot;*&amp;quot; { print $1 }'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you need the workspace name, try this little script:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ============================================================
&lt;br&gt;&amp;gt; #!/bin/bash
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; no=$(wmctrl -d | awk '$2 == &amp;quot;*&amp;quot; { print $1 }')
&lt;br&gt;&amp;gt; line=$(grep '^WorkspaceNames=' ~/.icewm/preferences)
&lt;br&gt;&amp;gt; IFS=,
&lt;br&gt;&amp;gt; names=($line)
&lt;br&gt;&amp;gt; name=${names[no]}
&lt;br&gt;&amp;gt; name=${name#?}
&lt;br&gt;&amp;gt; echo ${name%?}
&lt;br&gt;&amp;gt; ============================================================
&lt;/div&gt;&lt;br&gt;I use gnome-terminal in icewm.
&lt;br&gt;&lt;br&gt;Under
&lt;br&gt;Edit-&amp;gt;Current Profile-&amp;gt;Title and Command-&amp;gt;Run a custom command instead
&lt;br&gt;of my shell
&lt;br&gt;&lt;br&gt;I have 'ssh hostname' for &amp;quot;Custom command&amp;quot;.
&lt;br&gt;&lt;br&gt;Under this setting, wmctrl does not work. I'm wondering if there is a
&lt;br&gt;walk-around for this problem.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peng
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25839969&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-the-workspace-number-from-the-command-line--tp25639758p25839969.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25773023</id>
	<title>Re: nees a taskbar locker</title>
	<published>2009-10-06T10:09:37Z</published>
	<updated>2009-10-06T10:09:37Z</updated>
	<author>
		<name>J. Bakshi-3</name>
	</author>
	<content type="html">On Tue, 06 Oct 2009 18:53:45 +0200
&lt;br&gt;Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25773023&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Am 06.10.2009 17:30, schrieb J. Bakshi:
&lt;br&gt;&amp;gt; &amp;gt; Dear list,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hope some of you are familiar with gnome taskbar locker. &amp;nbsp;sorry if
&lt;br&gt;&amp;gt; &amp;gt; I mention the wrong name but as I recall from memory it is called
&lt;br&gt;&amp;gt; &amp;gt; something like that. It is a very useful feature. You can put your
&lt;br&gt;&amp;gt; &amp;gt; favorite application or alike application in taskbar locker. Say
&lt;br&gt;&amp;gt; &amp;gt; you put filezilla, pidgin, firefox, claws-mail in a locker called
&lt;br&gt;&amp;gt; &amp;gt; net. Now when ever you click on that locker it will expand and you
&lt;br&gt;&amp;gt; &amp;gt; can select any application in that locket to start. Hope I can
&lt;br&gt;&amp;gt; &amp;gt; explain the concept. It is available in Gnome. How can I get that
&lt;br&gt;&amp;gt; &amp;gt; type of locker for icewm ? any clue ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You can always create entries in ~/.icewm/toolbar:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; menu &amp;quot;net&amp;quot; /path/to/net-icon {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;prog &amp;quot;Filezilla&amp;quot; /path/to/filezilla-icon filezilla
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;works perfectly :-)
&lt;br&gt;many thanks
&lt;br&gt;&lt;br&gt;BTW any option to control this menu by key-board ?
&lt;br&gt;once again thanks for your solution.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25773023&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/nees-a-taskbar-locker-tp25771192p25773023.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25772619</id>
	<title>Re: nees a taskbar locker</title>
	<published>2009-10-06T09:53:45Z</published>
	<updated>2009-10-06T09:53:45Z</updated>
	<author>
		<name>monoped</name>
	</author>
	<content type="html">Am 06.10.2009 17:30, schrieb J. Bakshi:
&lt;br&gt;&amp;gt; Dear list,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope some of you are familiar with gnome taskbar locker. &amp;nbsp;sorry if I mention the wrong name but as I recall from memory it is called something like that. It is a very useful feature. You can put your favorite application or alike application in taskbar locker. Say you put filezilla, pidgin, firefox, claws-mail in a locker called net. Now when ever you click on that locker it will expand and you can select any application in that locket to start. Hope I can explain the concept. It is available in Gnome. How can I get that type of locker for icewm ? any clue ?
&lt;br&gt;&lt;br&gt;You can always create entries in ~/.icewm/toolbar:
&lt;br&gt;&lt;br&gt;menu &amp;quot;net&amp;quot; /path/to/net-icon {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;prog &amp;quot;Filezilla&amp;quot; /path/to/filezilla-icon filezilla
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Bernd
&lt;br&gt;-- 
&lt;br&gt;Bernd Eggink
&lt;br&gt;&lt;a href=&quot;http://sudrala.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sudrala.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25772619&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/nees-a-taskbar-locker-tp25771192p25772619.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25772121</id>
	<title>Re: nees a taskbar locker</title>
	<published>2009-10-06T09:02:24Z</published>
	<updated>2009-10-06T09:02:24Z</updated>
	<author>
		<name>Bugzilla from jk@myserver.cz</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;as far as I know, there is nothing like that in IceWM. But it would be
&lt;br&gt;nice to have more than one menu button on panel and different keyboard
&lt;br&gt;shortcut for each of them. 
&lt;br&gt;&lt;br&gt;Locker's main disadvantage is/was no keyboard control -- mouse only. So
&lt;br&gt;it is useless for many users.
&lt;br&gt;&lt;br&gt;Josef Kufner.
&lt;br&gt;&lt;br&gt;&lt;br&gt;J. Bakshi píše v Út 06. 10. 2009 v 21:00 +0530:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear list,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hope some of you are familiar with gnome taskbar locker. &amp;nbsp;sorry if I
&lt;br&gt;&amp;gt; mention the wrong name but as I recall from memory it is called
&lt;br&gt;&amp;gt; something like that. It is a very useful feature. You can put your
&lt;br&gt;&amp;gt; favorite application or alike application in taskbar locker. Say you
&lt;br&gt;&amp;gt; put filezilla, pidgin, firefox, claws-mail in a locker called net. Now
&lt;br&gt;&amp;gt; when ever you click on that locker it will expand and you can select
&lt;br&gt;&amp;gt; any application in that locket to start. Hope I can explain the
&lt;br&gt;&amp;gt; concept. It is available in Gnome. How can I get that type of locker
&lt;br&gt;&amp;gt; for icewm ? any clue ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;&amp;gt; is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;&amp;gt; developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;&amp;gt; ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; IceWM-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25772121&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Hi! I'm a .signature virus! Copy me into your ~/.signature to help me
&lt;br&gt;spread!
&lt;br&gt;&lt;br&gt;PGP: &lt;a href=&quot;http://jk.myserver.cz/kontakt/jk-pgpkey.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jk.myserver.cz/kontakt/jk-pgpkey.asc&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25772121&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25772121/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/nees-a-taskbar-locker-tp25771192p25772121.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25771192</id>
	<title>nees a taskbar locker</title>
	<published>2009-10-06T08:30:14Z</published>
	<updated>2009-10-06T08:30:14Z</updated>
	<author>
		<name>J. Bakshi-3</name>
	</author>
	<content type="html">Dear list,
&lt;br&gt;&lt;br&gt;Hope some of you are familiar with gnome taskbar locker. &amp;nbsp;sorry if I mention the wrong name but as I recall from memory it is called something like that. It is a very useful feature. You can put your favorite application or alike application in taskbar locker. Say you put filezilla, pidgin, firefox, claws-mail in a locker called net. Now when ever you click on that locker it will expand and you can select any application in that locket to start. Hope I can explain the concept. It is available in Gnome. How can I get that type of locker for icewm ? any clue ?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25771192&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/nees-a-taskbar-locker-tp25771192p25771192.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25709807</id>
	<title>kaffeine size changing after fullscreen</title>
	<published>2009-10-01T17:46:07Z</published>
	<updated>2009-10-01T17:46:07Z</updated>
	<author>
		<name>ramendik</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I have Debian lenny. On it, I have icewm built from etch (1.2.29pre1),
&lt;br&gt;and the rest of the stuff native to lenny: Qt 3.3.8b, KDE 3.5.10,
&lt;br&gt;Kaffeine 0.8.7.
&lt;br&gt;&lt;br&gt;(Icewm was built from etch because I was told of the icewm tray bug
&lt;br&gt;that affects lenny and even sid.)
&lt;br&gt;&lt;br&gt;I find that if I set kaffeine to full screen and then back, it will
&lt;br&gt;change size in bizarre ways - sometimes becoming very small, sometimes
&lt;br&gt;very big, and sometimes small one way and big another (like a thin
&lt;br&gt;horizontal or vertical strip).
&lt;br&gt;&lt;br&gt;This does not happen to kaffeine under other WMs. Checked with XFCE.
&lt;br&gt;&lt;br&gt;I found an old bug report on this, closed as Invalid with no explanation:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/tracker/?func=detail&amp;atid=100031&amp;aid=1567566&amp;group_id=31&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/tracker/?func=detail&amp;atid=100031&amp;aid=1567566&amp;group_id=31&lt;/a&gt;&lt;br&gt;&lt;br&gt;Is there a way to fix this? Or a workaround?
&lt;br&gt;&lt;br&gt;(As a workaround I tried setting kaffeine.geometry in winoptions, but
&lt;br&gt;it did not work).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Yours, Mikhail Ramendik
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25709807&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kaffeine-size-changing-after-fullscreen-tp25709807p25709807.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25701148</id>
	<title>icewm+xcompmgr</title>
	<published>2009-10-01T08:23:46Z</published>
	<updated>2009-10-01T08:23:46Z</updated>
	<author>
		<name>Sasha-28</name>
	</author>
	<content type="html">using icewm-1.2.37 + xcompmgr-1.1.4 + transset-df-6_1, xorg 7.4
&lt;br&gt;i've came upon some artefact:
&lt;br&gt;with transparency set invisible parts of window decoration
&lt;br&gt;save background &amp;nbsp;and become visible while moving windows
&lt;br&gt;(screenshot attached)
&lt;br&gt;&lt;br&gt;is it a bug, or i've missed some tricky option in config?
&lt;br&gt;&lt;br&gt;i've tryed different themes and totally commented ./icewm/preferences
&lt;br&gt;- artefact remains
&lt;br&gt;//
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25701148&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;artefact.PNG&lt;/strong&gt; (32K) &lt;a href=&quot;http://old.nabble.com/attachment/25701148/0/artefact.PNG&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/icewm%2Bxcompmgr-tp25701148p25701148.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25664198</id>
	<title>Re: How to get the workspace number from the command line?</title>
	<published>2009-09-29T07:31:10Z</published>
	<updated>2009-09-29T07:31:10Z</updated>
	<author>
		<name>Peng Yu</name>
	</author>
	<content type="html">On Tue, Sep 29, 2009 at 8:31 AM, Hart, Corey &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25664198&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Corey.Hart@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Peng Yu,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please try google or use your favorite search engine before posting to the mailing list.  A simple search of &amp;quot;wmctrl&amp;quot; would have gotten you exactly what you needed.  You have had multiple postings where a quick search would have yielded you exactly what you needed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The unspoken law of mailing list etiquette is to search before posting.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please understand I'm just trying to educate and not &amp;quot;flame&amp;quot; you.
&lt;br&gt;&lt;br&gt;I didn't know that I should use the first one. I thought the entry
&lt;br&gt;&amp;quot;X11::WMCtrl Download - Softpedia&amp;quot; is relevant. I finally figured out
&lt;br&gt;that it is not working. Thank you for your reply!
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peng
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25664198&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-the-workspace-number-from-the-command-line--tp25639758p25664198.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25663921</id>
	<title>RE: How to get the workspace number from the command line?</title>
	<published>2009-09-29T06:31:25Z</published>
	<updated>2009-09-29T06:31:25Z</updated>
	<author>
		<name>Hart, Corey</name>
	</author>
	<content type="html">Peng Yu,
&lt;br&gt;&lt;br&gt;Please try google or use your favorite search engine before posting to the mailing list. &amp;nbsp;A simple search of &amp;quot;wmctrl&amp;quot; would have gotten you exactly what you needed. &amp;nbsp;You have had multiple postings where a quick search would have yielded you exactly what you needed. &amp;nbsp;
&lt;br&gt;&lt;br&gt;The unspoken law of mailing list etiquette is to search before posting. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Please understand I'm just trying to educate and not &amp;quot;flame&amp;quot; you.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;...corey
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Peng Yu [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25663921&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pengyu.ut@...&lt;/a&gt;] 
&lt;br&gt;Sent: Monday, September 28, 2009 8:36 PM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25663921&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;icewm-user@...&lt;/a&gt;
&lt;br&gt;Subject: Re: How to get the workspace number from the command line?
&lt;br&gt;&lt;br&gt;On Mon, Sep 28, 2009 at 3:11 AM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25663921&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm wondering if there is a way to get the workspace name from the
&lt;br&gt;&amp;gt;&amp;gt; command line. This would be useful when I send an email when a program
&lt;br&gt;&amp;gt;&amp;gt; finish in a terminal. Based on the workspace name, I can find out the
&lt;br&gt;&amp;gt;&amp;gt; terminal more easily.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This prints the workspace number:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    wmctrl -d | awk '$2 == &amp;quot;*&amp;quot; { print $1 }'
&lt;/div&gt;&lt;br&gt;I don't find wmctrl on my machine. Where can I download the source so
&lt;br&gt;that I can compile it?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; If you need the workspace name, try this little script:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ============================================================
&lt;br&gt;&amp;gt; #!/bin/bash
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; no=$(wmctrl -d | awk '$2 == &amp;quot;*&amp;quot; { print $1 }')
&lt;br&gt;&amp;gt; line=$(grep '^WorkspaceNames=' ~/.icewm/preferences)
&lt;br&gt;&amp;gt; IFS=,
&lt;br&gt;&amp;gt; names=($line)
&lt;br&gt;&amp;gt; name=${names[no]}
&lt;br&gt;&amp;gt; name=${name#?}
&lt;br&gt;&amp;gt; echo ${name%?}
&lt;br&gt;&amp;gt; ============================================================
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Bernd
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Bernd Eggink
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sudrala.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sudrala.de&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25663921&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25663921&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-the-workspace-number-from-the-command-line--tp25639758p25663921.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25657669</id>
	<title>Re: How to get the workspace number from the command line?</title>
	<published>2009-09-28T23:35:43Z</published>
	<updated>2009-09-28T23:35:43Z</updated>
	<author>
		<name>monoped</name>
	</author>
	<content type="html">Peng Yu schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Mon, Sep 28, 2009 at 3:11 AM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25657669&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm wondering if there is a way to get the workspace name from the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; command line. This would be useful when I send an email when a program
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; finish in a terminal. Based on the workspace name, I can find out the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; terminal more easily.
&lt;br&gt;&amp;gt;&amp;gt; This prints the workspace number:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;wmctrl -d | awk '$2 == &amp;quot;*&amp;quot; { print $1 }'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't find wmctrl on my machine. Where can I download the source so
&lt;br&gt;&amp;gt; that I can compile it?
&lt;/div&gt;&lt;br&gt;&lt;a href=&quot;http://tripie.sweb.cz/utils/wmctrl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tripie.sweb.cz/utils/wmctrl/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Bernd
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Bernd Eggink
&lt;br&gt;&lt;a href=&quot;http://sudrala.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sudrala.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25657669&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-the-workspace-number-from-the-command-line--tp25639758p25657669.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25655980</id>
	<title>Re: How to get the workspace number from the command line?</title>
	<published>2009-09-28T18:35:56Z</published>
	<updated>2009-09-28T18:35:56Z</updated>
	<author>
		<name>Peng Yu</name>
	</author>
	<content type="html">On Mon, Sep 28, 2009 at 3:11 AM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25655980&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm wondering if there is a way to get the workspace name from the
&lt;br&gt;&amp;gt;&amp;gt; command line. This would be useful when I send an email when a program
&lt;br&gt;&amp;gt;&amp;gt; finish in a terminal. Based on the workspace name, I can find out the
&lt;br&gt;&amp;gt;&amp;gt; terminal more easily.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This prints the workspace number:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    wmctrl -d | awk '$2 == &amp;quot;*&amp;quot; { print $1 }'
&lt;/div&gt;&lt;br&gt;I don't find wmctrl on my machine. Where can I download the source so
&lt;br&gt;that I can compile it?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; If you need the workspace name, try this little script:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ============================================================
&lt;br&gt;&amp;gt; #!/bin/bash
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; no=$(wmctrl -d | awk '$2 == &amp;quot;*&amp;quot; { print $1 }')
&lt;br&gt;&amp;gt; line=$(grep '^WorkspaceNames=' ~/.icewm/preferences)
&lt;br&gt;&amp;gt; IFS=,
&lt;br&gt;&amp;gt; names=($line)
&lt;br&gt;&amp;gt; name=${names[no]}
&lt;br&gt;&amp;gt; name=${name#?}
&lt;br&gt;&amp;gt; echo ${name%?}
&lt;br&gt;&amp;gt; ============================================================
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Bernd
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Bernd Eggink
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sudrala.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sudrala.de&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25655980&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-the-workspace-number-from-the-command-line--tp25639758p25655980.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25642089</id>
	<title>Re: How to get the workspace number from the command line?</title>
	<published>2009-09-28T01:11:12Z</published>
	<updated>2009-09-28T01:11:12Z</updated>
	<author>
		<name>monoped</name>
	</author>
	<content type="html">Peng Yu schrieb:
&lt;br&gt;&lt;br&gt;&amp;gt; I'm wondering if there is a way to get the workspace name from the
&lt;br&gt;&amp;gt; command line. This would be useful when I send an email when a program
&lt;br&gt;&amp;gt; finish in a terminal. Based on the workspace name, I can find out the
&lt;br&gt;&amp;gt; terminal more easily.
&lt;br&gt;&lt;br&gt;This prints the workspace number:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;wmctrl -d | awk '$2 == &amp;quot;*&amp;quot; { print $1 }'
&lt;br&gt;&lt;br&gt;If you need the workspace name, try this little script:
&lt;br&gt;&lt;br&gt;============================================================
&lt;br&gt;#!/bin/bash
&lt;br&gt;&lt;br&gt;no=$(wmctrl -d | awk '$2 == &amp;quot;*&amp;quot; { print $1 }')
&lt;br&gt;line=$(grep '^WorkspaceNames=' ~/.icewm/preferences)
&lt;br&gt;IFS=,
&lt;br&gt;names=($line)
&lt;br&gt;name=${names[no]}
&lt;br&gt;name=${name#?}
&lt;br&gt;echo ${name%?}
&lt;br&gt;============================================================
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Bernd
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Bernd Eggink
&lt;br&gt;&lt;a href=&quot;http://sudrala.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sudrala.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25642089&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-the-workspace-number-from-the-command-line--tp25639758p25642089.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25639758</id>
	<title>How to get the workspace number from the command line?</title>
	<published>2009-09-27T18:38:00Z</published>
	<updated>2009-09-27T18:38:00Z</updated>
	<author>
		<name>Peng Yu</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm wondering if there is a way to get the workspace name from the
&lt;br&gt;command line. This would be useful when I send an email when a program
&lt;br&gt;finish in a terminal. Based on the workspace name, I can find out the
&lt;br&gt;terminal more easily.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peng
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25639758&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-the-workspace-number-from-the-command-line--tp25639758p25639758.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25524871</id>
	<title>Re: How to change the name for each workspace on the fly?</title>
	<published>2009-09-19T12:52:18Z</published>
	<updated>2009-09-19T12:52:18Z</updated>
	<author>
		<name>Peng Yu</name>
	</author>
	<content type="html">On Sat, Sep 19, 2009 at 1:38 PM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25524871&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Sat, Sep 19, 2009 at 12:05 PM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25524871&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Sat, Sep 19, 2009 at 2:29 AM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25524871&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Since I'm not sure what the technical term is for what I want to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; refer. I will use the term &amp;quot;name&amp;quot; for now.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; By &amp;quot;workspace name&amp;quot;, I mean the popup notice (right now, I have
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; something like &amp;quot;Workspace 1&amp;quot;, &amp;quot;Workspace 2&amp;quot;, etc), when my mouse is on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (without clicking) the workspace button on the toolbar.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I feel that it would be convenient if the names ( &amp;quot;Workspace 1&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Workspace 2&amp;quot;, etc) can be changed to some more meaningful while I am
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; still in the same icewm session. Even if I can not configure it on the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; fly, at least I want to change them to some more meaningful words next
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; time when I start a icewm session.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Edit the file ~/.icewm/preferences. Look for the line beginning with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;WorkspaceNames&amp;quot;. Change the names as you like. To put the changes into
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; effect, either kill and restart the icewm session, or simply call
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;  pkill -HUP icewm
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://rapidshare.com/files/282228218/dump.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rapidshare.com/files/282228218/dump.png&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I don't think that you understand what I meant. Please see the above
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; figure for what I mean.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; When my mouse on top of &amp;quot;2&amp;quot; on my toolbar, icewm will pop up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Workspace:2&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I still want to maintain the numbers 0 to 9 on the toolbar. But I want
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to change the pop-up words, such as &amp;quot;Workspace:2&amp;quot;, to something more
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; descriptive.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; OK, now I understand. You can't do that on the fly. The text appearing in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the popup is hard-coded in the .po file correspondig to your language;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; default is &amp;quot;en&amp;quot;. The only way to achieve this would be to get the source,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; edit the file po/en.po, and compile and re-install the language file
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (make
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; nls; make install-nls).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; That is OK, if I can not change it on the fly. But as long as I can
&lt;br&gt;&amp;gt;&amp;gt; change the corresponding popup message for each workspace, that will
&lt;br&gt;&amp;gt;&amp;gt; be OK with me.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have found the file 'en.po'. What I should do to customize the popup
&lt;br&gt;&amp;gt;&amp;gt; message for each workspace?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Unfortunately, changing the message in the po file will change it for _all_
&lt;br&gt;&amp;gt; workspaces. Icewm doesn't support different popup strings for different
&lt;br&gt;&amp;gt; workspaces. You could of course try to patch the sources for that. Good
&lt;br&gt;&amp;gt; luck!
&lt;/div&gt;&lt;br&gt;I have no idea how icewm works. Could the developer put this request
&lt;br&gt;in the to-do list?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peng
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25524871&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-change-the-name-for-each-workspace-on-the-fly--tp25510654p25524871.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25524306</id>
	<title>Re: How to change the name for each workspace on the fly?</title>
	<published>2009-09-19T11:38:55Z</published>
	<updated>2009-09-19T11:38:55Z</updated>
	<author>
		<name>monoped</name>
	</author>
	<content type="html">Peng Yu schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sat, Sep 19, 2009 at 12:05 PM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25524306&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Sat, Sep 19, 2009 at 2:29 AM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25524306&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Since I'm not sure what the technical term is for what I want to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; refer. I will use the term &amp;quot;name&amp;quot; for now.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; By &amp;quot;workspace name&amp;quot;, I mean the popup notice (right now, I have
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; something like &amp;quot;Workspace 1&amp;quot;, &amp;quot;Workspace 2&amp;quot;, etc), when my mouse is on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (without clicking) the workspace button on the toolbar.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I feel that it would be convenient if the names ( &amp;quot;Workspace 1&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Workspace 2&amp;quot;, etc) can be changed to some more meaningful while I am
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; still in the same icewm session. Even if I can not configure it on the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; fly, at least I want to change them to some more meaningful words next
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; time when I start a icewm session.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Edit the file ~/.icewm/preferences. Look for the line beginning with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;WorkspaceNames&amp;quot;. Change the names as you like. To put the changes into
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; effect, either kill and restart the icewm session, or simply call
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; pkill -HUP icewm
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://rapidshare.com/files/282228218/dump.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rapidshare.com/files/282228218/dump.png&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I don't think that you understand what I meant. Please see the above
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; figure for what I mean.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; When my mouse on top of &amp;quot;2&amp;quot; on my toolbar, icewm will pop up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Workspace:2&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I still want to maintain the numbers 0 to 9 on the toolbar. But I want
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to change the pop-up words, such as &amp;quot;Workspace:2&amp;quot;, to something more
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; descriptive.
&lt;br&gt;&amp;gt;&amp;gt; OK, now I understand. You can't do that on the fly. The text appearing in
&lt;br&gt;&amp;gt;&amp;gt; the popup is hard-coded in the .po file correspondig to your language;
&lt;br&gt;&amp;gt;&amp;gt; default is &amp;quot;en&amp;quot;. The only way to achieve this would be to get the source,
&lt;br&gt;&amp;gt;&amp;gt; edit the file po/en.po, and compile and re-install the language file (make
&lt;br&gt;&amp;gt;&amp;gt; nls; make install-nls).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That is OK, if I can not change it on the fly. But as long as I can
&lt;br&gt;&amp;gt; change the corresponding popup message for each workspace, that will
&lt;br&gt;&amp;gt; be OK with me.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have found the file 'en.po'. What I should do to customize the popup
&lt;br&gt;&amp;gt; message for each workspace?
&lt;/div&gt;&lt;br&gt;Unfortunately, changing the message in the po file will change it for 
&lt;br&gt;_all_ workspaces. Icewm doesn't support different popup strings for 
&lt;br&gt;different workspaces. You could of course try to patch the sources for 
&lt;br&gt;that. Good luck!
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Bernd
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Bernd Eggink
&lt;br&gt;&lt;a href=&quot;http://sudrala.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sudrala.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25524306&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-change-the-name-for-each-workspace-on-the-fly--tp25510654p25524306.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25524071</id>
	<title>Re: IceWM-user Digest, Vol 35, Issue 2</title>
	<published>2009-09-19T11:07:48Z</published>
	<updated>2009-09-19T11:07:48Z</updated>
	<author>
		<name>Thore Steinigeweg</name>
	</author>
	<content type="html">Am 19.09.2009, 19:57 Uhr, schrieb &amp;nbsp;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25524071&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;icewm-user-request@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I run configuer in imlib-1.9.15. But I got the following error. Where
&lt;br&gt;&amp;gt; can download GIF header?
&lt;br&gt;&amp;gt; checking for gif_lib.h... no
&lt;br&gt;&amp;gt; configure: error: *** GIF header not found ***
&lt;br&gt;&amp;gt; make: *** No targets specified and no makefile found. &amp;nbsp;Stop.
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Peng
&lt;br&gt;&lt;br&gt;Google is your friend.
&lt;br&gt;&lt;br&gt;a short google search for giflib did the trick again^^
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://justfuckinggoogleit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://justfuckinggoogleit.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;don't think i'm rude here. not really.
&lt;br&gt;&lt;br&gt;Good luck
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25524071&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-IceWM-user-Digest%2C-Vol-35%2C-Issue-2-tp25524071p25524071.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25523992</id>
	<title>Re: How to change the name for each workspace on the fly?</title>
	<published>2009-09-19T10:57:06Z</published>
	<updated>2009-09-19T10:57:06Z</updated>
	<author>
		<name>Peng Yu</name>
	</author>
	<content type="html">On Sat, Sep 19, 2009 at 12:05 PM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25523992&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Sat, Sep 19, 2009 at 2:29 AM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25523992&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Since I'm not sure what the technical term is for what I want to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; refer. I will use the term &amp;quot;name&amp;quot; for now.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; By &amp;quot;workspace name&amp;quot;, I mean the popup notice (right now, I have
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; something like &amp;quot;Workspace 1&amp;quot;, &amp;quot;Workspace 2&amp;quot;, etc), when my mouse is on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (without clicking) the workspace button on the toolbar.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I feel that it would be convenient if the names ( &amp;quot;Workspace 1&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Workspace 2&amp;quot;, etc) can be changed to some more meaningful while I am
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; still in the same icewm session. Even if I can not configure it on the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; fly, at least I want to change them to some more meaningful words next
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; time when I start a icewm session.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Edit the file ~/.icewm/preferences. Look for the line beginning with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;WorkspaceNames&amp;quot;. Change the names as you like. To put the changes into
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; effect, either kill and restart the icewm session, or simply call
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   pkill -HUP icewm
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://rapidshare.com/files/282228218/dump.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rapidshare.com/files/282228218/dump.png&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I don't think that you understand what I meant. Please see the above
&lt;br&gt;&amp;gt;&amp;gt; figure for what I mean.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; When my mouse on top of &amp;quot;2&amp;quot; on my toolbar, icewm will pop up
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Workspace:2&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I still want to maintain the numbers 0 to 9 on the toolbar. But I want
&lt;br&gt;&amp;gt;&amp;gt; to change the pop-up words, such as &amp;quot;Workspace:2&amp;quot;, to something more
&lt;br&gt;&amp;gt;&amp;gt; descriptive.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; OK, now I understand. You can't do that on the fly. The text appearing in
&lt;br&gt;&amp;gt; the popup is hard-coded in the .po file correspondig to your language;
&lt;br&gt;&amp;gt; default is &amp;quot;en&amp;quot;. The only way to achieve this would be to get the source,
&lt;br&gt;&amp;gt; edit the file po/en.po, and compile and re-install the language file (make
&lt;br&gt;&amp;gt; nls; make install-nls).
&lt;/div&gt;&lt;br&gt;That is OK, if I can not change it on the fly. But as long as I can
&lt;br&gt;change the corresponding popup message for each workspace, that will
&lt;br&gt;be OK with me.
&lt;br&gt;&lt;br&gt;I have found the file 'en.po'. What I should do to customize the popup
&lt;br&gt;message for each workspace?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peng
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25523992&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-change-the-name-for-each-workspace-on-the-fly--tp25510654p25523992.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25523501</id>
	<title>Re: How to change the name for each workspace on the fly?</title>
	<published>2009-09-19T10:05:00Z</published>
	<updated>2009-09-19T10:05:00Z</updated>
	<author>
		<name>monoped</name>
	</author>
	<content type="html">Peng Yu schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sat, Sep 19, 2009 at 2:29 AM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25523501&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Since I'm not sure what the technical term is for what I want to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; refer. I will use the term &amp;quot;name&amp;quot; for now.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; By &amp;quot;workspace name&amp;quot;, I mean the popup notice (right now, I have
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; something like &amp;quot;Workspace 1&amp;quot;, &amp;quot;Workspace 2&amp;quot;, etc), when my mouse is on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (without clicking) the workspace button on the toolbar.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I feel that it would be convenient if the names ( &amp;quot;Workspace 1&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Workspace 2&amp;quot;, etc) can be changed to some more meaningful while I am
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; still in the same icewm session. Even if I can not configure it on the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fly, at least I want to change them to some more meaningful words next
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; time when I start a icewm session.
&lt;br&gt;&amp;gt;&amp;gt; Edit the file ~/.icewm/preferences. Look for the line beginning with
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;WorkspaceNames&amp;quot;. Change the names as you like. To put the changes into
&lt;br&gt;&amp;gt;&amp;gt; effect, either kill and restart the icewm session, or simply call
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;pkill -HUP icewm
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://rapidshare.com/files/282228218/dump.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rapidshare.com/files/282228218/dump.png&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't think that you understand what I meant. Please see the above
&lt;br&gt;&amp;gt; figure for what I mean.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When my mouse on top of &amp;quot;2&amp;quot; on my toolbar, icewm will pop up &amp;quot;Workspace:2&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I still want to maintain the numbers 0 to 9 on the toolbar. But I want
&lt;br&gt;&amp;gt; to change the pop-up words, such as &amp;quot;Workspace:2&amp;quot;, to something more
&lt;br&gt;&amp;gt; descriptive.
&lt;/div&gt;&lt;br&gt;OK, now I understand. You can't do that on the fly. The text appearing 
&lt;br&gt;in the popup is hard-coded in the .po file correspondig to your 
&lt;br&gt;language; default is &amp;quot;en&amp;quot;. The only way to achieve this would be to get 
&lt;br&gt;the source, edit the file po/en.po, and compile and re-install the 
&lt;br&gt;language file (make nls; make install-nls).
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Bernd
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Bernd Eggink
&lt;br&gt;&lt;a href=&quot;http://sudrala.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sudrala.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25523501&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-change-the-name-for-each-workspace-on-the-fly--tp25510654p25523501.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25522267</id>
	<title>Re: How to change the name for each workspace on the fly?</title>
	<published>2009-09-19T07:53:53Z</published>
	<updated>2009-09-19T07:53:53Z</updated>
	<author>
		<name>Peng Yu</name>
	</author>
	<content type="html">On Sat, Sep 19, 2009 at 2:29 AM, Bernd Eggink &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25522267&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monoped@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Peng Yu schrieb:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Since I'm not sure what the technical term is for what I want to
&lt;br&gt;&amp;gt;&amp;gt; refer. I will use the term &amp;quot;name&amp;quot; for now.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; By &amp;quot;workspace name&amp;quot;, I mean the popup notice (right now, I have
&lt;br&gt;&amp;gt;&amp;gt; something like &amp;quot;Workspace 1&amp;quot;, &amp;quot;Workspace 2&amp;quot;, etc), when my mouse is on
&lt;br&gt;&amp;gt;&amp;gt; (without clicking) the workspace button on the toolbar.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I feel that it would be convenient if the names ( &amp;quot;Workspace 1&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Workspace 2&amp;quot;, etc) can be changed to some more meaningful while I am
&lt;br&gt;&amp;gt;&amp;gt; still in the same icewm session. Even if I can not configure it on the
&lt;br&gt;&amp;gt;&amp;gt; fly, at least I want to change them to some more meaningful words next
&lt;br&gt;&amp;gt;&amp;gt; time when I start a icewm session.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Edit the file ~/.icewm/preferences. Look for the line beginning with
&lt;br&gt;&amp;gt; &amp;quot;WorkspaceNames&amp;quot;. Change the names as you like. To put the changes into
&lt;br&gt;&amp;gt; effect, either kill and restart the icewm session, or simply call
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    pkill -HUP icewm
&lt;/div&gt;&lt;br&gt;&lt;a href=&quot;http://rapidshare.com/files/282228218/dump.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rapidshare.com/files/282228218/dump.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;I don't think that you understand what I meant. Please see the above
&lt;br&gt;figure for what I mean.
&lt;br&gt;&lt;br&gt;When my mouse on top of &amp;quot;2&amp;quot; on my toolbar, icewm will pop up &amp;quot;Workspace:2&amp;quot;.
&lt;br&gt;&lt;br&gt;I still want to maintain the numbers 0 to 9 on the toolbar. But I want
&lt;br&gt;to change the pop-up words, such as &amp;quot;Workspace:2&amp;quot;, to something more
&lt;br&gt;descriptive.
&lt;br&gt;&lt;br&gt;Also, since I can put anything on a workspace while I am using icewm,
&lt;br&gt;I am wondering if I could change the pop-up words without restarting
&lt;br&gt;icewm.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peng
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25522267&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-change-the-name-for-each-workspace-on-the-fly--tp25510654p25522267.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25519429</id>
	<title>Re: How to change the name for each workspace on the fly?</title>
	<published>2009-09-19T00:29:01Z</published>
	<updated>2009-09-19T00:29:01Z</updated>
	<author>
		<name>monoped</name>
	</author>
	<content type="html">Peng Yu schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Since I'm not sure what the technical term is for what I want to
&lt;br&gt;&amp;gt; refer. I will use the term &amp;quot;name&amp;quot; for now.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; By &amp;quot;workspace name&amp;quot;, I mean the popup notice (right now, I have
&lt;br&gt;&amp;gt; something like &amp;quot;Workspace 1&amp;quot;, &amp;quot;Workspace 2&amp;quot;, etc), when my mouse is on
&lt;br&gt;&amp;gt; (without clicking) the workspace button on the toolbar.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I feel that it would be convenient if the names ( &amp;quot;Workspace 1&amp;quot;,
&lt;br&gt;&amp;gt; &amp;quot;Workspace 2&amp;quot;, etc) can be changed to some more meaningful while I am
&lt;br&gt;&amp;gt; still in the same icewm session. Even if I can not configure it on the
&lt;br&gt;&amp;gt; fly, at least I want to change them to some more meaningful words next
&lt;br&gt;&amp;gt; time when I start a icewm session.
&lt;/div&gt;&lt;br&gt;Edit the file ~/.icewm/preferences. Look for the line beginning with 
&lt;br&gt;&amp;quot;WorkspaceNames&amp;quot;. Change the names as you like. To put the changes into 
&lt;br&gt;effect, either kill and restart the icewm session, or simply call
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;pkill -HUP icewm
&lt;br&gt;&lt;br&gt;Hope that helps.
&lt;br&gt;&lt;br&gt;Bernd
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Bernd Eggink
&lt;br&gt;&lt;a href=&quot;http://sudrala.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sudrala.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25519429&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-change-the-name-for-each-workspace-on-the-fly--tp25510654p25519429.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25510654</id>
	<title>How to change the name for each workspace on the fly?</title>
	<published>2009-09-18T08:23:29Z</published>
	<updated>2009-09-18T08:23:29Z</updated>
	<author>
		<name>Peng Yu</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Since I'm not sure what the technical term is for what I want to
&lt;br&gt;refer. I will use the term &amp;quot;name&amp;quot; for now.
&lt;br&gt;&lt;br&gt;By &amp;quot;workspace name&amp;quot;, I mean the popup notice (right now, I have
&lt;br&gt;something like &amp;quot;Workspace 1&amp;quot;, &amp;quot;Workspace 2&amp;quot;, etc), when my mouse is on
&lt;br&gt;(without clicking) the workspace button on the toolbar.
&lt;br&gt;&lt;br&gt;I feel that it would be convenient if the names ( &amp;quot;Workspace 1&amp;quot;,
&lt;br&gt;&amp;quot;Workspace 2&amp;quot;, etc) can be changed to some more meaningful while I am
&lt;br&gt;still in the same icewm session. Even if I can not configure it on the
&lt;br&gt;fly, at least I want to change them to some more meaningful words next
&lt;br&gt;time when I start a icewm session.
&lt;br&gt;&lt;br&gt;I'm wondering if any of my request is possible.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peng
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25510654&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-change-the-name-for-each-workspace-on-the-fly--tp25510654p25510654.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25502073</id>
	<title>Xinerama</title>
	<published>2009-09-17T18:38:21Z</published>
	<updated>2009-09-17T18:38:21Z</updated>
	<author>
		<name>Russell Shaw</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;In ~/.icewm/preferences, i have:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;# &amp;nbsp;Primary screen for xinerama (taskbar, ...)
&lt;br&gt;&amp;nbsp; &amp;nbsp;# &amp;nbsp;# XineramaPrimaryScreen=0 # [0-63]
&lt;br&gt;&amp;nbsp; &amp;nbsp;XineramaPrimaryScreen=1
&lt;br&gt;&lt;br&gt;which stopped the task bar from stretching across both
&lt;br&gt;monitors of my dual-head setup.
&lt;br&gt;&lt;br&gt;After a debian apt-get dist-upgrade, it stretches across
&lt;br&gt;both monitors again. How can i stop that?
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25502073&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Xinerama-tp25502073p25502073.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25495975</id>
	<title>Re: Where to download imlib-config source code?</title>
	<published>2009-09-17T10:43:13Z</published>
	<updated>2009-09-17T10:43:13Z</updated>
	<author>
		<name>Peng Yu</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I run configuer in imlib-1.9.15. But I got the following error. Where
&lt;br&gt;can download GIF header?
&lt;br&gt;&lt;br&gt;checking for gif_lib.h... no
&lt;br&gt;configure: error: *** GIF header not found ***
&lt;br&gt;make: *** No targets specified and no makefile found. &amp;nbsp;Stop.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peng
&lt;br&gt;&lt;br&gt;On Thu, Sep 17, 2009 at 11:47 AM, Matt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25495975&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lacrima97@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Maybe these will work. I'm not sure.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://connie.slackware.com/~alien/slackbuilds/imlib2/build/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://connie.slackware.com/~alien/slackbuilds/imlib2/build/&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://slackware.cs.utah.edu/pub/slackware/slackware64-current/source/l/imlib/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://slackware.cs.utah.edu/pub/slackware/slackware64-current/source/l/imlib/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Thu, Sep 17, 2009 at 11:16 AM, Peng Yu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25495975&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pengyu.ut@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I want to compile icewm-1.2.37, which requires imlib-config. I can not
&lt;br&gt;&amp;gt;&amp;gt; use any package managing program (such as rpm) to install packages on
&lt;br&gt;&amp;gt;&amp;gt; my linux system. Can somebody let me know where I can download the
&lt;br&gt;&amp;gt;&amp;gt; source code package of imlib-config?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Can somebody also let me know what other packages that icewm depends
&lt;br&gt;&amp;gt;&amp;gt; on? Where to download the source code package of them?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Peng
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;&amp;gt;&amp;gt; is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;&amp;gt;&amp;gt; developing skills, take BlackBerry mobile applications to market and stay
&lt;br&gt;&amp;gt;&amp;gt; ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; IceWM-user mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25495975&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25495975&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-to-download-imlib-config-source-code--tp25494546p25495975.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25494546</id>
	<title>Where to download imlib-config source code?</title>
	<published>2009-09-17T09:16:00Z</published>
	<updated>2009-09-17T09:16:00Z</updated>
	<author>
		<name>Peng Yu</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I want to compile icewm-1.2.37, which requires imlib-config. I can not
&lt;br&gt;use any package managing program (such as rpm) to install packages on
&lt;br&gt;my linux system. Can somebody let me know where I can download the
&lt;br&gt;source code package of imlib-config?
&lt;br&gt;&lt;br&gt;Can somebody also let me know what other packages that icewm depends
&lt;br&gt;on? Where to download the source code package of them?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peng
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;IceWM-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25494546&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IceWM-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/icewm-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/icewm-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-to-download-imlib-config-source-code--tp25494546p25494546.html" />
</entry>

</feed>
