View Single Post
itkach's Avatar
Posts: 95 | Thanked: 41 times | Joined on May 2006 @ New Jersey, USA
#4
Originally Posted by Nikos View Post
The highest level I can browse to is the /home directory.
This is weird. Again, open file dialog is not something implemented by Aard Dictionary, comes from Qt. Looks like a bug in latest PyQt4/Qt for N900??

Originally Posted by Nikos View Post
Would it be possible to mount the sd card somewhere in the /home directory?
No need to go to such extremes. Edit (or create if it doesn't exist) file /home/user/.aarddict/sources.json and put in
Code:
[
  "/media/mmc1/",
  "/media/mmc2/"
]
/media/mmc2/ and /media/mmc1/ will be searched for .aar files when the app comes up (not recursively though, so if you put dictionaries say in "dicts" dir on SD card then add "/media/mmc1/dicts" to the list)
__________________
Aard DictionarySDict Viewer
 

The Following User Says Thank You to itkach For This Useful Post: