Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > iRex > iRex Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 02-15-2008, 02:21 PM   #16
Lazycat
Enthusiast
Lazycat began at the beginning.
 
Lazycat's Avatar
 
Posts: 46
Karma: 10
Join Date: Dec 2007
Device: iLiad 2nd Edition
Oh...just get it installed.

It's lovely. Thanks a lot!
Lazycat is offline   Reply With Quote
Old 02-15-2008, 05:07 PM   #17
nkelle
Trainee bricked one Iliad
nkelle began at the beginning.
 
nkelle's Avatar
 
Posts: 18
Karma: 25
Join Date: Oct 2007
Location: Germany, near Mönchengladbach
Device: iRex iliad ER0100 soft 2.12
Hi yokos,
fundamental a very good idea, unfortunately the Stylus functions at my Iliad according to recognition within the contentlister start of fluxbox no more (within fluxbox presumably); and ipdf (Maximize) icon fashion falls during the change into that one.
But for the first try is the good one screen.

Best Regards

nkelle
nkelle is offline   Reply With Quote
Old 02-17-2008, 02:10 AM   #18
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
The contentlist does not behave well under fluxbox. For example, the arrow keys don't move the selector bar consistently and there is a lot of double flashing of parts of the window. I think part of the problem is that the contentlister assumes it has the entire screen, but now it has window decorations. I looked into borderless windows, which I think would help the contentlister. The basic approach is to create a .fluxbox/apps file containing something like:
Code:
[app] (class=contentlister)
  [Deco]      {NONE}
[end]
However, the class is supposed to be its WM_CLASS and "contentlister" isn't right.

Another thing that is strange is that FBReader shows up as "sh", which I think is because it is started by a shell script.
wallcraft is offline   Reply With Quote
Old 02-17-2008, 03:52 AM   #19
daudi
Addict
daudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-books
 
Posts: 281
Karma: 904
Join Date: Oct 2007
Location: Kent, UK
Device: iRex iLiad, Psion 5MX, nokia n800
Fluxbox FAQ:

Quote:
3. How do I know window class name to use it inside apps file?

Run this command and click on the window:
xprop |awk '/WM_CLASS/{print $3 $4 $5}'
to get window class name.
I don't have my iliad handy so I don't know if we have access to xprop on the iliad to find this out.
daudi is offline   Reply With Quote
Old 02-17-2008, 05:42 AM   #20
Lazycat
Enthusiast
Lazycat began at the beginning.
 
Lazycat's Avatar
 
Posts: 46
Karma: 10
Join Date: Dec 2007
Device: iLiad 2nd Edition
Thanks again for the hard work!

I also tried the program, but after running the program, the scribble feature does not function well, and I can open two windows (contentlister and 1 program) only...
Lazycat is offline   Reply With Quote
Old 02-18-2008, 06:42 AM   #21
yokos
Pac-Man caught my iLiad.
yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.
 
yokos's Avatar
 
Posts: 807
Karma: 3595
Join Date: Apr 2006
Location: Germany; next to Baltic Sea
Device: Boox Max Lumi, iRex iLiad (RIP)
Quote:
Originally Posted by wallcraft View Post
Another thing that is strange is that FBReader shows up as "sh", which I think is because it is started by a shell script.
This is needed for getting support of iLiad's hardware buttons. It's a have-to for the machtbox wm.

Quote:
Originally Posted by wallcraft View Post
Code:
[app] (class=contentlister)
  [Deco]      {NONE}
[end]
However, the class is supposed to be its WM_CLASS and "contentlister" isn't right.
Is this working?
Code:
[app] (title=contentlister 0.212)
  [Deco]      {NONE}
[end]
http://fluxbox-wiki.org/index.php/Editing_the_apps_file
I will get my iLiad back in the afternoon today [CET]. Lending your iLiad is not a great idea. You will miss it every second.

EDIT: The Code above is working. Copy the attached file to the dir _local/home/.fluxbox/ on your memory card. Rename apps.txt to apps.
When you edit this file, please keep in mind to use UNIX encoding.
Attached Files
File Type: txt apps.txt (72 Bytes, 368 views)

Last edited by yokos; 02-18-2008 at 10:00 AM.
yokos is offline   Reply With Quote
Old 03-05-2008, 11:58 AM   #22
yokos
Pac-Man caught my iLiad.
yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.
 
yokos's Avatar
 
Posts: 807
Karma: 3595
Join Date: Apr 2006
Location: Germany; next to Baltic Sea
Device: Boox Max Lumi, iRex iLiad (RIP)
Yes, this usage of hacked libX11 is stupid.
I have deactivated it by changing the line in _local/bin/startfluxbox from
Code:
export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/private/lib
to
Code:
export LD_LIBRARY_PATH=/usr/local/lib
All native iLiad apps should get a nondecorative treatment [-> no titlebar].
_local/home/.fluxbox/apps:
Code:
  [app] (title=contentlister 0.212)
          [Deco]      {NONE}
  [end]
  [app] (title=ersetup 0.212)
          [Deco]      {NONE}
  [end]
  [app] (title=ipdf 0.212)
          [Deco]      {NONE}
  [end]
  [app] (title=ecdc 0.212)
          [Deco]      {NONE}
  [end]
  [app] (title=scribble)
          [Deco]      {NONE}
  [end]
Without it you get problems with scribbling, because of coordinates mismatch [(x,y) of stylus on digitizer != (x,y) of stylus inside ipdf/scribble window]

Another problem: if you maximize a window, the bottom of the window will be hidden behind toolbar/pagebar.
yokos is offline   Reply With Quote
Old 06-30-2008, 08:04 AM   #23
Gogolo
Addict
Gogolo has learned how to buy an e-book online
 
Gogolo's Avatar
 
Posts: 353
Karma: 92
Join Date: Sep 2007
Device: DR1000S, Nook ST (rooted), Kobo Aura one (ksm)
Hi

Is there any progress with fluxbox? I'd love to take notes while having several pdfs open. But taking notes is impossible slow and weird with fluxbox.

I dont understand the code in this threat... is there a update for fluxbox?

Is there a chance that running multiple windows flawless is possible?

Thanks
Gogolo

Last edited by Gogolo; 06-30-2008 at 08:07 AM.
Gogolo is offline   Reply With Quote
Old 08-02-2008, 05:24 PM   #24
artur
Enthusiast
artur is on a distinguished road
 
Posts: 47
Karma: 56
Join Date: Jul 2008
Device: (broken) iLiad 2, DR800S, Sony 505
How to use fluxbox? From the command line? From the ContentLister?
How to operate?
How I open new programs?
artur is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump


All times are GMT -4. The time now is 01:29 AM.


MobileRead.com is a privately owned, operated and funded community.