stardict/stardict-3.0.3-fix-path-for-sounds.patch

16 lines
676 B
Diff
Raw Normal View History

Index: stardict-3.0.7/dict/src/conf.cpp
===================================================================
--- stardict-3.0.7.orig/dict/src/conf.cpp
+++ stardict-3.0.7/dict/src/conf.cpp
@@ -224,8 +224,8 @@ AppConf::AppConf() :
// stores absolute and relative paths
add_entry("/apps/stardict/preferences/dictionary/tts_path", pathlist);
#else
- pathlist.push_back("/usr/share/WyabdcRealPeopleTTS");
- pathlist.push_back("/usr/share/OtdRealPeopleTTS");
+ pathlist.push_back("/usr/share/stardict/WyabdcRealPeopleTTS");
+ pathlist.push_back("/usr/share/stardict/OtdRealPeopleTTS");
add_entry("/apps/stardict/preferences/dictionary/tts_path", pathlist);
#endif
}