![]() |
#46 | |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
kterm isn't being started in a "login shell" but instead in an "interactive shell". Check how your copy of kterm is being invoked. Or - Start in new shell instance in kterm: su -l (su - lower case ell) and then check - - just be sure to remember to 'exit' both levels of command shell in kterm. ![]() |
|
![]() |
![]() |
![]() |
#47 | |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 405
Karma: 2330752
Join Date: May 2012
Device: kt
|
Quote:
/mnt/us/extensions/kterm/bin/kterm.sh |
|
![]() |
![]() |
Advert | |
|
![]() |
#48 | |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 475
Karma: 445678
Join Date: Feb 2010
Device: Too many..
|
Quote:
Check how your copy of kterm is being invoked. --> /mnt/us/extensions/kterm/bin/kterm.. Start in new shell instance in kterm: su -l (su - lower case ell) then check - -> now /home/root is correctly recognised.. So.. kterm is being started in an "interactive shell"? How to make it start in a login shell? |
|
![]() |
![]() |
![]() |
#49 |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 475
Karma: 445678
Join Date: Feb 2010
Device: Too many..
|
|
![]() |
![]() |
![]() |
#50 |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 405
Karma: 2330752
Join Date: May 2012
Device: kt
|
|
![]() |
![]() |
Advert | |
|
![]() |
#51 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31
Karma: 26326
Join Date: Jul 2013
Device: Kobo: Mini, Glo HD, Libra H2O
|
Thanks for this great calculator, twobob.
Configuration changes done under View and Calculator work ok. But in Edit->Preferences I can only exit with the Close button at the lower right and this button terminates the program instead of going back to the calculator screen (that's on KT, FW 5.1.2). baf: How did you manage to operate in landscape on KT? I can change to landscape on the homescreen using the Orientation KUAL button but this is ignored by galculator. |
![]() |
![]() |
![]() |
#52 |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 475
Karma: 445678
Join Date: Feb 2010
Device: Too many..
|
|
![]() |
![]() |
![]() |
#53 | |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 405
Karma: 2330752
Join Date: May 2012
Device: kt
|
Quote:
I set: L:A_N:application_ID:galculator_PC:N_O:URL Possible orientations: Up, Right, Left Try to replace galculator binary from attached zip. |
|
![]() |
![]() |
![]() |
#54 |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 405
Karma: 2330752
Join Date: May 2012
Device: kt
|
|
![]() |
![]() |
![]() |
#55 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31
Karma: 26326
Join Date: Jul 2013
Device: Kobo: Mini, Glo HD, Libra H2O
|
|
![]() |
![]() |
![]() |
#56 | |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 475
Karma: 445678
Join Date: Feb 2010
Device: Too many..
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#57 | |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 405
Karma: 2330752
Join Date: May 2012
Device: kt
|
Quote:
Code:
#!/bin/sh init_orientation=`/usr/bin/lipc-get-prop com.lab126.winmgr orientationLock` /usr/bin/lipc-set-prop com.lab126.winmgr orientationLock R GALCULATOR_CONFIG=/mnt/us/extensions/galculator/galculator.conf \ GTK_IM_MODULE=kindle \ GTK2_RC_FILES=/mnt/us/extensions/galculator/pixmaps/gtkrc \ /mnt/us/extensions/galculator/usr/bin/galculator /usr/bin/lipc-set-prop com.lab126.winmgr orientationLock ${init_orientation} |
|
![]() |
![]() |
![]() |
#58 |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 475
Karma: 445678
Join Date: Feb 2010
Device: Too many..
|
thanks.. trying now..
Last edited by nasser; 09-21-2013 at 05:57 AM. |
![]() |
![]() |
![]() |
#59 | |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 475
Karma: 445678
Join Date: Feb 2010
Device: Too many..
|
Quote:
![]() i changed the binary as well as run.sh.. only thing.. the basic mode also opens in landscape orientation.. no way to retain it in portrait ..? ![]() |
|
![]() |
![]() |
![]() |
#60 | |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 405
Karma: 2330752
Join Date: May 2012
Device: kt
|
Quote:
Another thing you can do now is get rid of the lines setting orientation. And change orientation in ad hoc mode, for example from kual orientation button, before starting galculator. Code:
#!/bin/sh init_orientation=`/usr/bin/lipc-get-prop com.lab126.winmgr orientationLock` /usr/bin/lipc-set-prop com.lab126.winmgr orientationLock R GALCULATOR_CONFIG=/mnt/us/extensions/galculator/galculator.conf \ GTK_IM_MODULE=kindle \ GTK2_RC_FILES=/mnt/us/extensions/galculator/pixmaps/gtkrc \ /mnt/us/extensions/galculator/usr/bin/galculator /usr/bin/lipc-set-prop com.lab126.winmgr orientationLock ${init_orientation} |
|
![]() |
![]() |
![]() |
Tags |
calculator, launcher add-ons, twobob |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Troubleshooting Kindle for PC ver 1.5.0 seems to have died | Mike L | Amazon Kindle | 4 | 07-31-2012 03:34 AM |
Kindle Touch upgrade ver 5.1.0 Problem | sigster | Kindle Developer's Corner | 5 | 04-30-2012 07:46 PM |
Kindle 3 ver 3.3 will not jailbreak. | berni29 | Amazon Kindle | 7 | 02-12-2012 10:11 AM |
Ver 0.8.34 | sirius911 | Library Management | 1 | 01-06-2012 09:05 AM |