View Single Post
Old 10-24-2006, 04:57 PM   #1
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
Lightbulb Looks like iRex likes rxvt too

Time to get your rxvt installed in the right place.

If you are using debian rxvt isn't named rxvt:

Code:
ln -s /mnt/cf/opt/debian/usr/bin/rxvt-xterm /usr/X11R6/bin/rxvt
I'm looking for how to turn on this match box applet. I suspect this is part of the "SDK" we keep hearing about. I want it now baby, why wait?

Code:
root@ereader:/usr/bin# less mb-applet-xterm-wrapper.sh 
#!/bin/sh

# This just wraps rxvt and xterm so a term gets launched ok.
# rxvt is the preference. This could be much improved
#

if [ -x /usr/X11R6/bin/rxvt ]; then
   exec /usr/X11R6/bin/rxvt;
else
   if [ -x /usr/bin/rxvt ]; then
      exec /usr/bin/rxvt;
   else
      exec xterm; 
   fi
fi
scotty1024 is offline   Reply With Quote