summarylogtreecommitdiffstats
path: root/atom.desktop.in.patch
blob: 39d7360177064fec4f1faaec0462675ce4c537bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/resources/linux/atom.desktop.in b/resources/linux/atom.desktop.in
index 0677341dc..fa8cc243d 100644
--- a/resources/linux/atom.desktop.in
+++ b/resources/linux/atom.desktop.in
@@ -2,7 +2,7 @@
 Name=<%= appName %>
 Comment=<%= description %>
 GenericName=Text Editor
-Exec=env ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=false <%= installDir %>/bin/<%= appFileName %> %F
+Exec=env ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=false <%= installDir %>/bin/<%= appFileName %> --in-process-gpu --no-sandbox %F
 Icon=<%= iconPath %>
 Type=Application
 StartupNotify=true