|
|
#1 |
|
Banned
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
|
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 ![]() 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
|
|
|
|
|
|
#2 |
|
Gizmologist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,615
Karma: 929550
Join Date: Jan 2006
Location: Republic of Texas Embassy at Jackson, TN
Device: Pocketbook Touch HD3
|
Great googley-moogley -- you are a machine, scotty1024, a machine, I say!
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Banned
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
|
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) |
|
|
|
|
|
#4 |
|
Banned
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
|
mb-applet-icon-container produces this:
Code:
(W)eripc.c:37,erIpcInitServer() Version: 256 (W)eripc.c:76,erIpcInitServer() Bound successfully to 0.0.0.0:50065. |
|
|
|
|
|
#5 |
|
Banned
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
|
Hmm which seems to be tied in with the "fake" keyboard.
Code:
(L)eripc.c:217,erIpcStartClient() Sending messages to 127.0.0.1 sending to fakekey: l sending to fakekey: s |
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DR800 rxvt (terminal emulator) for DR800 | GregorRichards | iRex | 13 | 01-04-2011 07:56 AM |
| Isn't There Someone Here Who Likes Bacon? | Moe The Cat | Lounge | 9 | 05-25-2010 03:27 PM |
| Christian publishers likes the Reader | TadW | Sony Reader | 30 | 01-31-2008 06:05 PM |
| Steven King likes the Kindle | Kingston | Amazon Kindle | 30 | 01-25-2008 12:45 PM |
| Sammy really likes Mobileread | Alexander Turcic | Lounge | 1 | 03-11-2005 09:23 PM |