EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: How to change medm windows title + windows manager
From: Emmanuel Mayssat <[email protected]>
To: epics <[email protected]>
Date: Wed, 09 Aug 2006 17:04:46 -0700
Here is the reply to my own email ;-)

I use devilspie on linux. It works quite well.
To change the windows title of medm windows, you can use xprop

medm -macro "name=TS33" myDisplay.adl
xprop -name "myDisplay" -set WM_NAME "SCREEN_TS16"
medm -macro "name=TS33" myDisplay.adl
xprop -name "myDisplay" -set WM_NAME "SCREEN_TS33"

Once the window title has been changed, devilspie can take over with the
sample configuration file (in ~/.devilspie/sample.ds)

(begin
	(if ( is window_name "SCREEN_TS16" ) 
		(begin 
			(set workspace 2) 
			(geometry +100+100)
		)
	)
	(if (is window_name "SCREEN_TS33")
		(begin
			(set workspace 2)
			(geometry +300+100)
		)
) 

This would put the medm screen at the location I want and with the
geometry I want. For your information,

--
Emmanuel Mayssat


On Fri, 2006-07-21 at 07:43 -0700, Emmanuel Mayssat wrote:
> Hello,
> 
> Is there a way to change the title of an X-window?
> I was also wondering what you are using to set the position of each
> medm/edm windows at login time.
> 
> Thanks for your input.
> 
> --
> Emmanuel
> 


References:
How to change medm windows title + windows manager Emmanuel Mayssat

Navigate by Date:
Prev: Re: Record support for waveout? Steven Hartman
Next: Smooth transition from medm to edm Emmanuel Mayssat
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: How to change medm windows title + windows manager Rowland, J (James)
Next: OPC+EPICS for Linux Bertrand H.J. Biritz
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Sep 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·