summarylogtreecommitdiffstats
path: root/fix-autostart-path.diff
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-16 15:14:09 +0100
committerDaniel Peukert2020-02-16 15:14:09 +0100
commit180d65009861994f4bb5b1ac8bf0c3df71b395c4 (patch)
tree8a2ce74d0d5ad22ecf2b1d90d82153b2d20d67cb /fix-autostart-path.diff
parent848559e13fde49a0378d5fd43b9690fe84cf86a3 (diff)
downloadaur-180d65009861994f4bb5b1ac8bf0c3df71b395c4.tar.gz
Fixed autostart path and submodule commits
Diffstat (limited to 'fix-autostart-path.diff')
-rw-r--r--fix-autostart-path.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix-autostart-path.diff b/fix-autostart-path.diff
new file mode 100644
index 000000000000..8ba8fabdd8ad
--- /dev/null
+++ b/fix-autostart-path.diff
@@ -0,0 +1,12 @@
+diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
+index 36e6efd4..c6e4a32c 100644
+--- a/src/stores/AppStore.js
++++ b/src/stores/AppStore.js
+@@ -35,6 +35,7 @@ const mainWindow = remote.getCurrentWindow();
+ const defaultLocale = DEFAULT_APP_SETTINGS.locale;
+ const autoLauncher = new AutoLaunch({
+ name: 'Ferdi',
++ path: '/usr/bin/ferdi',
+ });
+
+ const CATALINA_NOTIFICATION_HACK_KEY = '_temp_askedForCatalinaNotificationPermissions';