summarylogtreecommitdiffstats
path: root/use-system-dictionaries.patch
diff options
context:
space:
mode:
authorml2020-10-02 19:37:09 +0200
committerml2020-10-02 21:56:54 +0200
commitf90ff11d9245bb2bb9e649bba5231fc9df2e30b6 (patch)
tree34834de998828a7322d02e078f8a743b5f9f7f1d /use-system-dictionaries.patch
parent1dcf8ebbfdb707f69a8c73e66bc5a839252ab422 (diff)
downloadaur-f90ff11d9245bb2bb9e649bba5231fc9df2e30b6.tar.gz
updpkg: rocketchat-desktop 3.0.1-1
Diffstat (limited to 'use-system-dictionaries.patch')
-rw-r--r--use-system-dictionaries.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/use-system-dictionaries.patch b/use-system-dictionaries.patch
deleted file mode 100644
index f6618556d14b..000000000000
--- a/use-system-dictionaries.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ura package.orig/src/scripts/spellChecking.js package.new/src/scripts/spellChecking.js
---- package.orig/src/scripts/spellChecking.js 2020-02-11 13:55:00.000000000 +0100
-+++ package.new/src/scripts/spellChecking.js 2020-02-11 15:52:41.031198167 +0100
-@@ -140,11 +140,7 @@
-
- await provider.initialize();
-
-- const appDirectoriesPath = path.join(
-- remote.app.getAppPath(),
-- remote.app.getAppPath().endsWith('app.asar') ? '..' : '.',
-- 'dictionaries',
-- );
-+ const appDirectoriesPath = '/usr/share/hunspell';
-
- const appDictionaries = await getPairsOfDictionaryFiles(appDirectoriesPath);
-