Shiny New E-Book Gizmo: The Amazon Kindle


View Full Version : Looks like iRex likes rxvt too


scotty1024
10-24-2006, 03:57 PM
Time to get your rxvt installed in the right place.

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

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? :D

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

NatCh
10-24-2006, 04:00 PM
Great googley-moogley -- you are a machine, scotty1024, a machine, I say!

scotty1024
10-24-2006, 04:33 PM
Looks like book marks are on the way.

(E)mb-applet-icon-container.c:991,loadIcons() Failed to load image file (/usr/share/pixmaps/bookmark_selected.png)

scotty1024
10-24-2006, 04:37 PM
mb-applet-icon-container produces this:

(W)eripc.c:37,erIpcInitServer() Version: 256

(W)eripc.c:76,erIpcInitServer() Bound successfully to 0.0.0.0:50065.

scotty1024
10-24-2006, 04:43 PM
Hmm which seems to be tied in with the "fake" keyboard.

(L)eripc.c:217,erIpcStartClient() Sending messages to 127.0.0.1
sending to fakekey: l
sending to fakekey: s

This came from launching rxvt with the mb-applet-xterm-wrapper.sh and then pressing on the keyboard button and entering "ls" enter.