summarylogtreecommitdiffstats
path: root/fix-restart.patch
diff options
context:
space:
mode:
authorAaron McDaniel2018-10-23 16:53:17 -0500
committerAaron McDaniel2018-10-23 16:53:17 -0500
commitacbcdd821bdd0078e992483fcf83c40c708adaad (patch)
treebcc0ff89b3b5f0585f2d2ff3a09061196a6a7aeb /fix-restart.patch
parent77954060fd3775c2f28c2ba47a076f18f94ce99a (diff)
downloadaur-acbcdd821bdd0078e992483fcf83c40c708adaad.tar.gz
Updated with arch community fixes by Nicola
Diffstat (limited to 'fix-restart.patch')
-rw-r--r--fix-restart.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix-restart.patch b/fix-restart.patch
new file mode 100644
index 000000000000..5f5d18def99d
--- /dev/null
+++ b/fix-restart.patch
@@ -0,0 +1,11 @@
+--- a/src/main-process/atom-application.js
++++ b/src/main-process/atom-application.js
+@@ -1350,7 +1350,7 @@
+ }
+
+ restart () {
+- const args = []
++ const args = ['/usr/lib/atom/atom']
+ if (this.safeMode) args.push('--safe')
+ if (this.logFile != null) args.push(`--log-file=${this.logFile}`)
+ if (this.socketPath != null) args.push(`--socket-path=${this.socketPath}`)