diff -ura package.orig/src/scripts/spellChecking.js package.new/src/scripts/spellChecking.js --- package.orig/src/scripts/spellChecking.js 2020-02-04 20:01:17.366294000 +0100 +++ package.new/src/scripts/spellChecking.js 2020-02-04 20:02:48.469827846 +0100 @@ -117,11 +117,7 @@ export const setupSpellChecking = async () => { const embeddedDictionaries = getAvailableDictionaries(); - dictionariesPath = path.join( - remote.app.getAppPath(), - remote.app.getAppPath().endsWith('app.asar') ? '..' : '.', - 'dictionaries', - ); + dictionariesPath = '/usr/share/qt/qtwebengine_dictionaries'; let installedDictionaries = []; if (process.platform !== 'darwin') {