summarylogtreecommitdiffstats
path: root/eclipse.sh
diff options
context:
space:
mode:
authorEduardo Pedroni2016-06-25 11:16:03 +0200
committerEduardo Pedroni2016-06-25 11:16:03 +0200
commitbcf405c569b43f655199795bb848513cc59824e4 (patch)
treefbbddc70cdbc2afcd10e233c0f481bda5c546760 /eclipse.sh
parentf7bdc3fd63708ba527d01b0733adc46b6e3cb132 (diff)
downloadaur-bcf405c569b43f655199795bb848513cc59824e4.tar.gz
Updated PKGBUILD to deal with icons in a smarter way, removed old GDK_NATIVE_WINDOWS workaround from eclipse.sh, removed eclipse.svg icon, updated eclipse.desktop version
Diffstat (limited to 'eclipse.sh')
-rw-r--r--eclipse.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/eclipse.sh b/eclipse.sh
index d39cee0b3f56..a6d6d70ae4d8 100644
--- a/eclipse.sh
+++ b/eclipse.sh
@@ -1,4 +1,3 @@
#!/bin/bash
export ECLIPSE_HOME=/usr/share/eclipse
-export GDK_NATIVE_WINDOWS=true
exec ${ECLIPSE_HOME}/eclipse "$@"