Date: Sun, 9 Jul 2000 06:46:51 -0400 From: Ben Williams <williamsl@home.com> To: j mckitrick <jcm@FreeBSD-uk.eu.org> Cc: Dan Nelson <dnelson@emsphone.com>, questions@freebsd.org Subject: Re[2]: pop up notice for x Message-ID: <11282.000709@home.com> In-Reply-To: <20000706170053.A10074@dogma.freebsd-uk.eu.org> References: <20000706170053.A10074@dogma.freebsd-uk.eu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
If you're using /bin/sh you might need to separate your 'export...' line like this: DISPLAY=:0.0 export DISPLAY I seem to recall the export <varname>[=<value>] is a bash enhancement that is not present in all shells. Also how are you running X? If by startx then you probably don't have any xauth issues but if you're running from xdm you may need to man xauth. HTH, --Ben Williams mailto:received@email dot com Quoting j mckitrick Sunday, July 09, 2000 > On Thu, Jul 06, 2000 at 10:42:03AM -0500, Dan Nelson wrote: >> "export DISPLAY=:0.0" should work. If you're running multiple X > so close... the script now works when i run it from a console- it pauses and > when i switch to the X display, the xmessage is there. but when the apm > event triggers it, it still doesn't show. yet the logger command works. > the echo command may not, i'm not sure. > anyway, i put "export DISPLAY=:0.0" in the script, and that has at least > taken me one step in the right direction. now if only it would work when > the system ran it.... > jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11282.000709>