summarylogtreecommitdiffstats
path: root/atom-python.patch
diff options
context:
space:
mode:
authorDanny Arnold2016-07-10 23:56:34 +0200
committerDanny Arnold2016-07-10 23:56:34 +0200
commit90029707294bac51560889e784fe385e548a5c9c (patch)
tree1a967338a1347a16d69ed502e4a3a156b7ad94c3 /atom-python.patch
parentb117fe08441ff49ba91ce044d309c063f4fec07e (diff)
downloadaur-90029707294bac51560889e784fe385e548a5c9c.tar.gz
v1.9.0-beta0-4 don't unset *IM_MODULE
Diffstat (limited to 'atom-python.patch')
-rw-r--r--atom-python.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/atom-python.patch b/atom-python.patch
index 02be9cc24fcb..4019a5884283 100644
--- a/atom-python.patch
+++ b/atom-python.patch
@@ -1,6 +1,6 @@
--- a/usr/bin/atom-beta
+++ b/usr/bin/atom-beta
-@@ -1,5 +1,13 @@
+@@ -1,5 +1,12 @@
#!/bin/bash
+# Allow users to override command-line options
@@ -9,12 +9,11 @@
+fi
+
+export PYTHON=python2
-+unset GTK_IM_MODULE QT_IM_MODULE XMODIFIERS
+
if [ "$(uname)" == 'Darwin' ]; then
OS='Mac'
elif [ "$(expr substr $(uname -s) 1 5)" == 'Linux' ]; then
-@@ -99,11 +107,11 @@ elif [ $OS == 'Linux' ]; then
+@@ -101,11 +108,11 @@
[ -x "$ATOM_PATH" ] || ATOM_PATH="$TMPDIR/atom-build/Atom/atom"
if [ $EXPECT_OUTPUT ]; then