--- TextSuggest.py 2016-06-26 03:58:15.207902622 +0200 +++ textsuggest.new 2016-06-26 05:19:07.357888524 +0200 @@ -89,7 +89,7 @@ hist_file = os.path.expanduser('~/.config/textsuggest/history.txt') -extra_words_file = os.path.expanduser('~/.config/textsuggest/Extra_Words.txt') +extra_words_file = os.path.expanduser('/usr/share/textsuggest/Extra_Words.txt') custom_words_file = os.path.expanduser('~/.config/textsuggest/Custom_Words.txt')