Re: RunningX replacement

2001-04-11 Thread Karl E. Jorgensen
like digging through that, so i came up with my own little RunningX > replacement. Just a simple shell script. > > -- snip -- > #/bin/sh > if [ "$DISPLAY" = " " ] Did you really mean to compare with a space? >then > exit 0 >else >

Re: RunningX replacement

2001-04-10 Thread Horace G. Friend III
ging through that, so i >came up with > my own little RunningX replacement. Just a simple shell script. > > -- snip -- > #/bin/sh > if [ "$DISPLAY" = " " ] >then > exit 0 >else > exit 1 > fi > -- snip -- > > &g

Re: RunningX replacement

2001-04-08 Thread Enoch Wu
did not feel like digging through that, so i >came up with > my own little RunningX replacement. Just a simple shell script. > > -- snip -- > #/bin/sh > if [ "$DISPLAY" = " " ] >then > exit 0 >else > exit 1 > fi > --

RunningX replacement

2001-04-08 Thread Igor Pruchanskiy
Today i finally got to the Mutt MIME configuration part. I spent about 10 minutes trying to compile RunningX.ci, link to which i found on mutt.org. I was getting all kinds of errors and i did not feel like digging through that, so i came up with my own little RunningX replacement. Just a