Multiuser gnucash

John jklar@projectplasma.com
Wed, 30 Aug 2000 11:09:29 -0400 (EDT)


Usually telnet does "The Right Thing" and automatically exports the
DISPLAY variable for you, but for completeness:

Log into the server (telnet, rlogin, ssh, whatever)

csh: 
setenv DISPLAY ip-address-of-workstation:0

sane shells (sh, bash, ksh):
DISPLAY=ip-address-of-workstation; export DISPLAY

Then execute the app.

Hope that helps.
John



On Wed, 30 Aug 2000, Rich Shepard wrote:

>   Report 1: Copying the executable to /opt/gnuapps-share (a directory
> exported by the server and nfs-mounted by the client) doesn't work. The
> executable cannot access a shared library, even when it's placed in the same
> directory. Obviously, it's looking in /usr/lib on the client machine and the
> library's not there.
> 
>   Next step: learn how to redirect the display to the client machine when
> it's invoked from there.
> 
> Stay tuned,
> 
> Rich
> 
> Dr. Richard B. Shepard, President
> 
>                        Applied Ecosystem Services, Inc. (TM)
>               Making environmentally-responsible mining happen. (SM)         
>                        --------------------------------
>             2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
>  + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard@appl-ecosys.com
> 
> 
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel@lists.gnumatic.com
> http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel
> 
>