View Single Post
Old 07-21-2013, 06:36 AM   #331
giorgio130
Time Waster
giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.
 
Posts: 422
Karma: 289160
Join Date: May 2011
Device: Kobo Glo and Aura HD
Quote:
Originally Posted by Markismus View Post
For those who want to know what is adjusted:
  • run.sh is added to the main directory. It is an empty script. In it you can put commands which will be executed just before Nickel starts.
  • toggle_markismus.sh is added to the .kobo\koreader directory. It switches out the orignal versus the changed scripts. You can add or delete lua-scripts you do (not) want to toggle.
    1. credocument.lua in .kobo/koreader/frontend/document is changed. Two lines are added to the last part enabling sh- and lua-scripts to be read in koreader.
    2. screen.lua in /.kobo/koreader/frontend/ui is changed. In line 104 the dpi for the Aura is set to either "return 235" or "return 265".
    3. filechooser.lua in .kobo\koreader\frontend\ui\widget is changed. In line 8 "show_hidden = true" is toggled with "show_hidden = false".
    4. menu.lua in .kobo\koreader\frontend\ui\widget is changed at 4 lines.
      1. In line 69 ("cfont", 22) is toggled with ("cfont", 35). This controls the size of the -[X]-
      2. In line 96 ("cfont", 22) is toggled with ("cfont", 28). I don't know when this is used.
      3. In line 209 ("cfont", 22) is toggled with ("cfont", 28). This is the size of the file names in filemanager.
      4. In line 211 ("tfont", 25) is toggled with ("tfont", 35). This is the size of the title, e.g. "Filemanager".
I don't get the point of lowering dpi and then set all fonts to bigger values. Why don't you leave dpi as it is or even increase it? This way everything would scale as a consequence, including the touch area for the [X].

Regarding making hidden folders visible, I think the best thing would be to add an option to the menu of the filemanager. And for the time being, while that option is not there yet (and the menu is difficult to reach), just point the script launching koreader to the hidden folder you're interested into.
giorgio130 is offline   Reply With Quote