Hi,
I have a small script that I execute after Xwindows has started. It is
actual nothing more than series of nxterm commadlines. This script
starts up various nxterm windows each doing a specific task (ie.
logfilters, midnigth commander, etc). I have coordinates and sizes
exactly where I want them,....... but.
I cannot get the sceens to start on the correct virtual desktop window.
Example:
I have three log filters that are to be displayed in the top left
desktop (the default). Here is three of those commands.
nxterm +ut -T Failures -n Fails -geometry +7+7 -geometry 163x5 -e
/var/log/logfilter start debug.log failure &
sleep 4
nxterm +ut -T AuthReq -n AuthReq -geometry +7+108 -geometry 163x10 -e
/var/log/logfilter start debug.log AuthReq &
sleep 4
nxterm +ut -T "View User" -n Users -geometry +7+274 -geometry 163x10 -e
/var/log/logfilter start info.log user &
sleep 4
Now, I also have some nxterm windows that are *supposed* to start in the
next desktop space. (as follows)
nxterm +ut -T "Midnight Commander" -n MC -geometry +3+769 -geometry
160x30 -e mc -c &
Every time I start the script all the windows just pile up on top of one
another in the default desktop space.
any suggestion?
thanks in advance:-)
--
robert
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.