Package: googleearth-package Version: 0.7.0 Severity: minor Tags: patch When running the packaged Google Earth binary, the entry in the top panel and in the activies dash in gnome-shell is labelled "googleearth-bin" and isn't given the correct icon. I guess this is because gnome-shell can't find the association from the running process to the .desktop file.
The supplied patch seems to fix this issue. Thanks for the work on the Google Earth packager! //Marcus -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages googleearth-package depends on: ii bzip2 1.0.6-1 ii curl 7.23.1-3 ii dpkg-dev 1.16.1.2 ii fakeroot 1.18.2-1 ii file 5.09-2 ii wget 1.13.4-1 ii x11-common 1:7.6+10 ii x11-utils 7.6+4 googleearth-package recommends no packages. googleearth-package suggests no packages. -- no debconf information
diff -Naur googleearth-package-0.7.0.orig/make-googleearth-package googleearth-package-0.7.0/make-googleearth-package --- googleearth-package-0.7.0.orig/make-googleearth-package 2012-01-10 21:52:46.000000000 +0100 +++ googleearth-package-0.7.0/make-googleearth-package 2012-01-10 21:53:04.000000000 +0100 @@ -310,7 +310,7 @@ LD_LIBRARY_PATH=${GOOGLE_EARTH_LD_LIBRARY_PATH} fi export LD_LIBRARY_PATH -/usr/lib/googleearth/googleearth-bin "$@" +exec /usr/lib/googleearth/googleearth-bin "$@" EOF chmod a+x googleearth }