Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Dec 1995 17:19:45 +1100
From:      Mark Hannon <mark@seeware.DIALix.oz.au>
To:        freebsd-questions@freebsd.org
Subject:         Re: cmdtool scrolling, owplace(1)...
Message-ID:  <199512310619.RAA00569@putte.seeware.DIALix.oz.au>
In-Reply-To: <DF247AD4F9F@bldg1.croute.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <DF247AD4F9F@bldg1.croute.com>, you wrote:
>Thus spake James Raynard <fqueries@parody.tecc.co.uk> (Wed, 27 Dec 1995):
>|  > 2. Attempts to save workspace by adding 
>|  >         "Save Workspace"    SAVE_WORKSPACE
>|  >         
>|  >    to the OpenWindows system menu/submenus results in a popup basically
>|  >    stating that owplace(1) failed to execute.  Assuming it's a binary,
>|  >    naturally it's not around.  What package/port is it part of?
>|  
>
>It was owplaces (I checked last night), and it's very similar to 
>xlsclients (Sun manpages again), but no nice clean "write the script and 
>put most of the apps in background mode".  I can probably work around it.
>

I grabbed xtoolplaces and copied some scripts from a linux distribution
to get the workspace to save.  Unfortunately I don't remember where I
picked up the source code.  Archie should help.

I use the following script to complete the picture:

putte:~> cat /usr/X11R6/bin/owplaces 
#!/bin/sh

if [ -e $HOME/.openwin-init ]; then
  cp $HOME/.openwin-init $HOME/.openwin-init.BAK
fi

xtoolplaces -m /usr/X11R6/lib/X11/xtoolplaces.applications \
      -f $HOME/.openwin-init.TMP
/mark
sed 's/-w/-geom/' $HOME/.openwin-init.TMP > $HOME/.openwin-init
rm $HOME/.openwin-init.TMP



-- 
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+
| Mark Hannon,| FreeBSD - Free Unix for your PC| mark@seeware.DIALix.oz.au|
| Melbourne,  | PGP key available by fingering | epamha@epa.ericsson.se   |
| Australia   | seeware@melbourne.DIALix.oz.au |                          |
+-=-=-=-=-=-=-+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512310619.RAA00569>