View Single Post
Old 10-15-2014, 02:09 PM   #18
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,766
Karma: 731681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
This is purely about the touch though. You can see a fix to the screen orientation problem here.

Or more properly something like this (or using -o, but I find that less readable):
Code:
if [ "$PRODUCT" = "dahlia" ] || [ "$PRODUCT" = "dragon" ]; then
    sh $kbmenudir/kobomenu.sh -autoselectafter=0
fi
(Really people, Git, Mercurial, Bazaar… they're fantastic for crowdsourcing stuff like this. )
Frenzie is offline   Reply With Quote