View Single Post
Old 01-12-2012, 06:47 PM   #18
pirl8
Pest
pirl8 ought to be getting tired of karma fortunes by now.pirl8 ought to be getting tired of karma fortunes by now.pirl8 ought to be getting tired of karma fortunes by now.pirl8 ought to be getting tired of karma fortunes by now.pirl8 ought to be getting tired of karma fortunes by now.pirl8 ought to be getting tired of karma fortunes by now.pirl8 ought to be getting tired of karma fortunes by now.pirl8 ought to be getting tired of karma fortunes by now.pirl8 ought to be getting tired of karma fortunes by now.pirl8 ought to be getting tired of karma fortunes by now.pirl8 ought to be getting tired of karma fortunes by now.
 
Posts: 204
Karma: 239254
Join Date: Jan 2012
Location: Italy
Device: KT, PW3
Quote:
Originally Posted by mr.w0lf View Post
if in the mean time you can find the proper shell command you are welcome, as i have made some tries but no luck till now
Sure! I was thinking that values shoud be 0 or 1 but I was wrong. The property has to be set to true or false.

Activate refresh:
Code:
lipc-set-prop com.lab126.winmgr refreshOnTurn true
Deactivate refresh:
Code:
lipc-set-prop com.lab126.winmgr refreshOnTurn false
Reset to default refresh value (searches for onPageTurn line in proper file and trims off the part before the value; if the search succeeds the value is substituted; false otherwise to match the default value as suggested by ixtab):
Code:
lipc-set-prop com.lab126.winmgr refreshOnTurn $( { grep onPageTurn /var/local/java/prefs/com.amazon.ebook.framework/prefs || echo false ; } | sed 's/.*=//' )
I made some test and it works for me.
pirl8 is offline   Reply With Quote