View Single Post
Posts: 86 | Thanked: 22 times | Joined on Jan 2008 @ Moscow
#25
Didn't know that. Figured out that soft link could be used if you want to place dictionaries in some custom folder:
Code:
ln -s [path-to-folder-where-you-want-dictionaries] [path-to-link-file]
Like this:
Code:
ln -s /media/mmc1/dics/ /usr/share/stardict/dic/mmc-link
Stardict sees through this link without a problem.
But anyway, thanks. Looking forward for new releases)