summarylogtreecommitdiffstats
path: root/googleearth.sh
diff options
context:
space:
mode:
Diffstat (limited to 'googleearth.sh')
-rw-r--r--googleearth.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/googleearth.sh b/googleearth.sh
deleted file mode 100644
index f5a6c18d097c..000000000000
--- a/googleearth.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# Always run Google Earth from this shell script and not directly!
-# This script makes sure the app looks in the right place for libraries
-# that might also reside elsewhere.
-#
-# Ryan C. Gordon, Thu Jul 20 14:32:33 PDT 2006
-
-# We alredy know the path
-cd /opt/google/earth/free
-
-## Fix the coordinates regression:
-## http://productforums.google.com/forum/#!msg/earth/dlzBfGl4eKM/723naNYBo30J
-#export LC_NUMERIC=en_US.UTF-8
-
-# Fix Panoramio along with certain crashes
-LD_PRELOAD=/usr/lib/libfreeimage.so.3:./baifaao.so:/usr/lib/libpng15.so \
-LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"