RE: CDE workspace manager to GNOME workspace switcher
- From: "Briand, Hector" <hbrian01 harris com>
- To: "'Larry W. Virden'" <lvirden cas org>, "'gnome-list gnome org'" <gnome-list gnome org>
- Subject: RE: CDE workspace manager to GNOME workspace switcher
- Date: Wed Feb 18 09:49:07 2004
What window manager are you using?
In the CDE environment the wm I use is dtwm.
How did you get the applications and GUIs to go into differing workspaces?
In the CDE environment - through the use of shell scripts I navigate from one
workspace to another automatically. Here is the dtksh script code:
********************************************************************************
***
XtInitialize TOPLEVEL dtWsTest DtWsTest "$0" "$@"
if DtWsmGetWorkspaceList $(XtDisplay "-" $TOPLEVEL) \
$(XRootWindowOfScreen "-" $(XtScreen "-" $TOPLEVEL)) \
WS_LIST;
then
IFS=,
for item in $WS_LIST;
do
XmGetAtomName NAME $(XtDisplay "-" $TOPLEVEL) $item
if test $NAME = $1
then DtWsmSetCurrentWorkspace $TOPLEVEL $item
fi
done
else
echo "Unable to get workspace list"
exit -1
fi
********************************************************************************
******
Other cshell scripts call on this block of code and passed the ws number
argument - ei. ws3
Once the code is exercised, it automatically switches to the desire workspace.
clear as mud huh!
I hope I answered your question - hector
-----Original Message-----
From: Larry W. Virden [mailto:lvirden cas org]
Sent: Wednesday, February 18, 2004 8:55 AM
To: 'gnome-list gnome org'
Subject: Re: CDE workspace manager to GNOME workspace switcher
From: "Briand, Hector" <hbrian01 harris com>
> The demo works in this manner - click on the "start demo" icon and all the
> applications and GUI's are loaded and executed in their own workspace. This
> automation involves several cshell scripts.
How did you get the applications and GUIs to go into differing workspaces?
What window manager are you using?
--
Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ >
Larry W. Virden <mailto:lvirden cas org> <URL: http://www.purl.org/NET/lvirden/>
Even if explicitly stated to the contrary, nothing in this posting should
be construed as representing my employer's opinions.
-><-
_______________________________________________
gnome-list mailing list
gnome-list gnome org
http://mail.gnome.org/mailman/listinfo/gnome-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]