Announcement

Collapse
No announcement yet.

Google Earth

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Google Earth

    Originally posted by Teunis
    Heh!
    Just found out Google Earth is no longer working for me...

    I uninstalled it, downloaded the latest version and reinstalled, still no joy...
    It's good to know that it is not just me having problems.

    Comment


      #17
      Re: Google Earth

      Originally posted by Teunis
      Heh!
      Just found out Google Earth is no longer working for me...

      I uninstalled it, downloaded the latest version and reinstalled, still no joy...
      Just download it from Google.com. That version seems to work. I am using the 64bit version.

      Hope this helps!
      Joe

      Comment


        #18
        Re: Google Earth

        Opps... I saw that you just downloaded the new version...

        Sorry!

        Not sure why its not working. I have been using it without issue.

        Joe

        Comment


          #19
          Re: Google Earth

          mine is still working ...although with some strange looking font ...ver. 6.0.3.2197-r0 on a 11.04 install net upgraded to 11.10
          3.0.0-12-generic KDE-4.7.2 fully updated as of today with dist-upgrade.

          VINNY
          i7 4core HT 8MB L3 2.9GHz
          16GB RAM
          Nvidia GTX 860M 4GB RAM 1152 cuda cores

          Comment


            #20
            Re: Google Earth

            The error I get is:
            Code:
            teunis@TECRA-S5-64b:~$ /opt/google/earth/free/google-earth %f
            /opt/google/earth/free/google-earth: 43: ./googleearth-bin: not found
            googleearth-bin is most certainly present and it has it's executable bit set.

            Comment


              #21
              Re: Google Earth

              Originally posted by Teunis
              The error I get is:
              Code:
              teunis@TECRA-S5-64b:~$ /opt/google/earth/free/google-earth %f
              /opt/google/earth/free/google-earth: 43: ./googleearth-bin: not found
              googleearth-bin is most certainly present and it has it's executable bit set.
              ? mine launches striate away like that with no error's ?

              VINNY
              i7 4core HT 8MB L3 2.9GHz
              16GB RAM
              Nvidia GTX 860M 4GB RAM 1152 cuda cores

              Comment


                #22
                Re: Google Earth

                Yes it's weird, I have another partition with 11.04 32-bit and there Google Earth works fine.
                I've even copied the /opt directory tree to this 11.10 64-bit and get the same error.
                So there must be some library that's not found in the expected path.
                And it worked untill 1 or 2 weeks ago...

                Comment


                  #23
                  Re: Google Earth

                  Thanks for letting me know about the new version. I removed the one I had and downloaded the latest. I installed it simply by clicking on the deb package and letting the installer do the work rather than use apt-get. This new version (6.1.0.5001) is also working for me and the listing of the files in the directory are shown in the graphic.

                  For those who are having trouble with Google Earth, I am wondering what the output is when the console is used to launch it by entering
                  Code:
                  ~>google-earth
                  Attached Files

                  Comment


                    #24
                    Re: Google Earth

                    Code:
                    teunis@TECRA-S5-64b:~$ google-earth
                    /usr/bin/google-earth: 43: ./googleearth-bin: not found
                    teunis@TECRA-S5-64b:~$
                    Yet googleearth-bin is clearly present (in /opt/google/earth/free/) and marked as executable...

                    Comment


                      #25
                      Re: Google Earth

                      Originally posted by Teunis
                      Code:
                      teunis@TECRA-S5-64b:~$ google-earth
                      /usr/bin/google-earth: 43: ./googleearth-bin: not found
                      teunis@TECRA-S5-64b:~$
                      Yet googleearth-bin is clearly present (in /opt/google/earth/free/) and marked as executable...
                      I checked my system and found google-earth in /usr/bin and it points to googleearth in /opt/google/earth/free as shown in the graphic below. I hope you can resolve what is happening on your system.
                      Attached Files

                      Comment


                        #26
                        Re: Google Earth

                        Code:
                        which google-earth
                        will tell you the path

                        Code:
                        ls -la /usr/bin/google-earth
                        will tell you where the symlink points (this assume the first command gave you /usr/bin/). My google-earth actually points to /opt/google/earth/free/googleearth. There is also a googleearth-bin marked as executable in this same directory.


                        Code:
                        locate googleearth-bin
                        Will tell you where googleearth-bin is (note, you may need to use this command first):

                        Code:
                        sudo updatedb
                        Registered Linux user #346571

                        Comment


                          #27
                          Re: Google Earth

                          On my system I get the following from the commands you suggest:
                          Code:
                          ~:~$ ls -la /usr/bin/google-earth
                          lrwxrwxrwx 1 root root 34 2011-10-17 21:43 /usr/bin/google-earth -> /opt/google/earth/free/googleearth
                          ~:~$ locate googleearth-bin
                          /opt/google/earth/free/googleearth-bin
                          What I think is of more relevance is the Launcher Menu command used to start Google Earth. This is shown below in the graphic. As you can see, it is starting the google-earth shell script in the /opt/google/earth/free directory. I am wondering if your Launcher Menu is using the same command to start Google Earth.
                          Attached Files

                          Comment


                            #28
                            Re: Google Earth

                            All is as described.

                            Code:
                            teunis@TECRA-S5-64b:~$ locate googleearth-bin
                            /opt/google/earth/free/googleearth-bin
                            teunis@TECRA-S5-64b:~$ which google-earth
                            /usr/bin/google-earth
                            teunis@TECRA-S5-64b:~$ ls -la /usr/bin/google-earth
                            lrwxrwxrwx 1 root root 34 2011-05-17 09:46 /usr/bin/google-earth -> /opt/google/earth/free/googleearth
                            teunis@TECRA-S5-64b:~$ sudo updatedb                                                                  
                            [sudo] password for teunis:                                                                      
                            teunis@TECRA-S5-64b:~$ ls -la /usr/bin/google-earth
                            lrwxrwxrwx 1 root root 34 2011-05-17 09:46 /usr/bin/google-earth -> /opt/google/earth/free/googleearth                                
                            teunis@TECRA-S5-64b:~$
                            The link in the Launcher is also:
                            Code:
                            /opt/google/earth/free/google-earth %f
                            Running it in the konsole results in:
                            Code:
                            teunis@TECRA-S5-64b:~$ /opt/google/earth/free/google-earth %f
                            /opt/google/earth/free/google-earth: 43: ./googleearth-bin: not found
                            teunis@TECRA-S5-64b:~$

                            Comment


                              #29
                              Re: Google Earth

                              But you have a googleearth-bin file in /opt/google/earth/free/ that's executable? Strange. What's the permissions on that?

                              Code:
                              ls -la /opt/google/earth/free/googleearth-bin
                              edit, let's just look at everything in that directory

                              Code:
                              ls -la /opt/google/earth/free/
                              Registered Linux user #346571

                              Comment


                                #30
                                Re: Google Earth

                                Code:
                                teunis32@TECRA-S5-64b:~$ ls -la /opt/google/earth/free/
                                totaal 77056
                                drwxr-xr-x  6 root root   4096 2011-10-30 11:52 .
                                drwxr-xr-x  3 root root   4096 2011-10-30 11:52 ..
                                -r--r--r--  1 root root  73318 2011-02-27 10:53 drivers.ini
                                -rwxr-xr-x  1 root root   1112 2011-02-27 10:53 googleearth
                                lrwxrwxrwx  1 root root    34 2011-05-17 09:46 google-earth -> /opt/google/earth/free/googleearth
                                -rwxr-xr-x  1 root root   5452 2011-05-17 09:46 googleearth-bin
                                -rw-r--r--  1 root root   390 2011-05-17 09:46 google-earth.desktop
                                -r--r--r--  1 root root  18011 2011-02-27 10:53 gpl.txt
                                -rwxr-xr-x  1 root root  518772 2011-05-17 09:46 gpsbabel
                                -r--r--r--  1 root root   983 2011-02-27 10:53 ImporterGlobalSettings.ini
                                -r--r--r--  1 root root   5054 2011-02-27 10:53 ImporterUISettings.ini
                                -r--r--r--  1 root root    0 2011-02-27 10:53 kh20
                                drwxr-xr-x  2 root root   4096 2011-10-30 11:52 lang
                                -rwxr-xr-x  1 root root  13676 2011-05-17 09:46 libalchemyext.so
                                -rwxr-xr-x  1 root root   9564 2011-05-17 09:46 libapiloader.so
                                -rwxr-xr-x  1 root root  425328 2011-05-17 09:46 libauth.so
                                -rwxr-xr-x  1 root root  881856 2011-05-17 09:46 libbase.so
                                -rwxr-xr-x  1 root root  576292 2011-05-17 09:46 libbasicingest.so
                                -rwxr-xr-x  1 root root 2981952 2011-05-17 09:46 libcollada.so
                                -rwxr-xr-x  1 root root  88284 2011-05-17 09:46 libcommon_gui.so
                                -rwxr-xr-x  1 root root  13620 2011-05-17 09:46 libcommon_platform.so
                                -rwxr-xr-x  1 root root  603444 2011-05-17 09:46 libcommon.so
                                -rwxr-xr-x  1 root root  280892 2011-05-17 09:46 libcommon_webbrowser.so
                                -rwxr-xr-x  1 root root  21884 2011-05-17 09:46 libcomponentframework.so
                                -rwxr-xr-x  1 root root  209928 2011-05-17 09:46 libcurl.so.4
                                -rwxr-xr-x  1 root root 7656468 2011-05-17 09:46 libevll.so
                                -rwxr-xr-x  1 root root  769656 2011-05-17 09:46 libflightsim.so
                                -rwxr-xr-x  1 root root  13768 2011-05-17 09:46 libfusioncommon.so
                                -rwxr-xr-x  1 root root 7465332 2011-05-17 09:46 libgdal.so.1
                                -rwxr-xr-x  1 root root  302720 2011-05-17 09:46 libge_net.so
                                -rwxr-xr-x  1 root root 3038960 2011-05-17 09:46 libgeobase.so
                                -rwxr-xr-x  1 root root  297764 2011-05-17 09:46 libgeobaseutils.so
                                -rwxr-xr-x  1 root root  517084 2011-05-17 09:46 libGLU.so.1
                                -rwxr-xr-x  1 root root  899696 2011-05-17 09:46 libgoogleearth_free.so
                                -rwxr-xr-x  1 root root  331032 2011-05-17 09:46 libgooglesearch.so
                                -rwxr-xr-x  1 root root  260676 2011-05-17 09:46 libgps.so
                                -rwxr-xr-x  1 root root  415112 2011-05-17 09:46 libicudata.so.38
                                -rwxr-xr-x  1 root root 1192980 2011-05-17 09:46 libicuuc.so.38
                                -rwxr-xr-x  1 root root  414448 2011-05-17 09:46 libIGAttrs.so                 
                                -rwxr-xr-x  1 root root  975760 2011-05-17 09:46 libIGCore.so                 
                                -rwxr-xr-x  1 root root  536912 2011-05-17 09:46 libIGExportCommon.so             
                                -rwxr-xr-x  1 root root 3679096 2011-05-17 09:46 libIGGfx.so                  
                                -rwxr-xr-x  1 root root  289952 2011-05-17 09:46 libIGMath.so
                                -rwxr-xr-x  1 root root  847000 2011-05-17 09:46 libIGOpt.so
                                -rwxr-xr-x  1 root root 1063276 2011-05-17 09:46 libIGSg.so
                                -rwxr-xr-x  1 root root  158528 2011-05-17 09:46 libIGUtils.so
                                -rwxr-xr-x  1 root root  198796 2011-05-17 09:46 libinput_plugin.so
                                -rwxr-xr-x  1 root root 1771912 2011-05-17 09:46 liblayer.so
                                -rwxr-xr-x  1 root root  83576 2011-05-17 09:46 liblayout.so
                                -rwxr-xr-x  1 root root  380108 2011-05-17 09:46 libmath.so
                                -rwxr-xr-x  1 root root  370280 2011-05-17 09:46 libmeasure.so
                                -rwxr-xr-x  1 root root  46396 2011-05-17 09:46 libmoduleframework.so
                                -rwxr-xr-x  1 root root 1603888 2011-05-17 09:46 libnavigate.so
                                -rwxr-xr-x  1 root root   7552 2011-05-17 09:46 libnss_mdns4_minimal.so.2
                                -rwxr-xr-x  1 root root  34340 2011-05-17 09:46 libport.so
                                -rwxr-xr-x  1 root root  208088 2011-05-17 09:46 libproj.so.0
                                -rwxr-xr-x  1 root root 3118100 2011-05-17 09:46 libQtCore.so.4
                                -rwxr-xr-x  1 root root 10914420 2011-05-17 09:46 libQtGui.so.4
                                -rwxr-xr-x  1 root root 1226008 2011-05-17 09:46 libQtNetwork.so.4
                                -rwxr-xr-x  1 root root 16700420 2011-05-17 09:46 libQtWebKit.so.4
                                -rwxr-xr-x  1 root root  347136 2011-05-17 09:46 librender.so
                                -rwxr-xr-x  1 root root  145384 2011-05-17 09:46 libreporting.so
                                -rwxr-xr-x  1 root root 1109232 2011-05-17 09:46 libsgutil.so
                                -rwxr-xr-x  1 root root 1875832 2011-05-17 09:46 libspatial.so
                                -rwxr-xr-x  1 root root  190056 2011-05-17 09:46 libviewsync.so
                                -rwxr-xr-x  1 root root  79672 2011-05-17 09:46 libwebbrowser.so
                                -rwxr-xr-x  1 root root  284568 2011-05-17 09:46 libwmsbase.so
                                -r--r--r--  1 root root   661 2011-02-27 10:53 PCOptimizations.ini
                                drwxr-xr-x  3 root root   4096 2011-10-30 11:52 plugins
                                -r--r--r--  1 root root  19149 2011-02-27 10:53 product_logo_128.png
                                -r--r--r--  1 root root   1129 2011-02-27 10:53 product_logo_16.png
                                -r--r--r--  1 root root   1754 2011-02-27 10:53 product_logo_22.png
                                -r--r--r--  1 root root   1962 2011-02-27 10:53 product_logo_24.png
                                -r--r--r--  1 root root  55464 2011-02-27 10:53 product_logo_256.png
                                -r--r--r--  1 root root   2910 2011-02-27 10:53 product_logo_32.png
                                -r--r--r--  1 root root   5730 2011-02-27 10:53 product_logo_32.xpm
                                -r--r--r--  1 root root   4975 2011-02-27 10:53 product_logo_48.png
                                -r--r--r--  1 root root   7325 2011-02-27 10:53 product_logo_64.png
                                -r--r--r--  1 root root    7 2011-02-27 10:53 qt.conf
                                drwxr-xr-x 288 root root  12288 2011-10-30 11:52 resources
                                drwxr-xr-x  2 root root   4096 2011-10-30 11:52 shaders
                                -rwxr-xr-x  1 root root  31731 2011-05-17 09:46 xdg-mime
                                -rwxr-xr-x  1 root root  25115 2011-05-17 09:46 xdg-settings
                                teunis@TECRA-S5-64b:~$

                                Comment

                                Working...
                                X