Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Google Earth v4 Released - Linux Support at Last 433

chrisd writes "We're very happy to announce that the a new version of Google Earth has been released. It features 3D textured buildings, some neat UI updates, better internationalization and, with this release, a native Linux version is available for download as well. The Google Earth team (with the help of Ryan Gordon) worked very hard to make this possible. Please see the Earth support site and check out the BBS for more information."
This discussion has been archived. No new comments can be posted.

Google Earth v4 Released - Linux Support at Last

Comments Filter:
  • Specifically (Score:5, Insightful)

    by danielk1982 ( 868580 ) on Monday June 12, 2006 @05:18PM (#15519735)
    "Thanks so much Google" - for finally making a Linux version .... of anything.
  • by Nahooda ( 906991 ) on Monday June 12, 2006 @05:20PM (#15519747) Homepage
    Whatever you do, you can obviously never please a Linux user. First they complain about the missing support from software companies, then when some company ports their application to Linux, they complain about missing sources.

    I've been using Linux for years now and I love open source software but I don't expect a software company to open their sources if it's not part of their business model.

    So, thanks Google for the great job!

    -DBS
  • Re:Linux support? (Score:3, Insightful)

    by KiloByte ( 825081 ) on Monday June 12, 2006 @05:25PM (#15519777)
    Not really.

    Running unknown Windows binary blobs -> qemu[1], or you'll get pwned.
    Running unknown Linux binary blobs -> qemu, or you'll get pwned.

    [1] Or vmware, if you somehow prefer them. At least, they don't have any business relationships.
    So, uhm, what's the difference?

    And, as Google self-admittedly _does_ send home whatever data it can find about you, I'm not really rushing to install their binary on my box. Outside of a sandbox of some kind, at least.
  • What was that... (Score:5, Insightful)

    by mrchaotica ( 681592 ) * on Monday June 12, 2006 @05:31PM (#15519812)
    ...about no publicity? [slashdot.org]
  • by Lxy ( 80823 ) on Monday June 12, 2006 @05:31PM (#15519813) Journal
    how should I protect myself from malicious binaries?

    Don't them as root.

    How is a binary unsafe but somehow source code is? I have a hard time believing you audit the code for everything that Gentoo installs. Why is a mirror offering up source code somehow trusted, but binaries aren't?
  • by Digital Vomit ( 891734 ) on Monday June 12, 2006 @05:36PM (#15519850) Homepage Journal

    I'm trying not to troll here but I don't really "get" the point of Google Earth. I understand that it's cool to look around cities and famous places but is that it? Am I missing something?

    I feel a little bad for you. Don't you experience any sort of wonder and amazement that you can look at just about any point on the planet, all from the comfort of your own chair? I mean, even if it wasn't useful for getting maps, creating driving routes, and all that, isn't it still an amazing achievement to you? GoogleEarth is a significant cultural and technological achievement.

    And how fitting that Google, of all companies, has provided this free of charge to everyone on Earth.

    The fact that GoogleEarth exists at all is the point.

    This is no offense to you, personally, but how sad is it that, in our modern era, we can create stunning accomplishments that overshadow any and all accomplishments in the entirety of human history and so many of us still have the lack of appreciation to say "That's it?".

  • by KiloByte ( 825081 ) on Monday June 12, 2006 @05:37PM (#15519862)
    Wrong.

    For a Windows user, you provide the binary.
    For Linux/BSD people, you provide the source.

    Quite simple for me. And, the results are pretty clear -- if you run that random gizmo you found somewhere, you're guaranteed to get pwned in no more than several of gizmos. And even the very OS keeps sending your private data everywhere (WGA anyone)? In the opposite corner, you have sources you can review. Of course, it's really unlikely you'll look inside, but in the case of problems, someone will. And, thanks to the licenses we demand, all the phoning-home code can be disabled.

    And since having Free Software spyware would give you nothing but bad press, no one ever tries that.
  • Re:Specifically (Score:2, Insightful)

    by ggvaidya ( 747058 ) on Monday June 12, 2006 @05:45PM (#15519915) Homepage Journal
    *Cough* [google.com]

    It's a bit slow (because my poor lappie has no graphics acceleration to speak off), but between it and Flickr [flickr.com], I'm all set.
  • by bunbuntheminilop ( 935594 ) on Monday June 12, 2006 @05:45PM (#15519918)
    How is a binary unsafe but somehow source code is? I have a hard time believing you audit the code for everything that Gentoo installs. Why is a mirror offering up source code somehow trusted, but binaries aren't? Just because I don't audit the code personally, doesn't mean one of our 1 million users wouldn't, and thats just in the Gentoo community.

    Being able to examine the code is far better than not being able to at all.

  • by Kelson ( 129150 ) * on Monday June 12, 2006 @06:33PM (#15520179) Homepage Journal
    The tarball might be downloaded from anywhere, but if the hashes don't match you have a different file than the package maintainer used, and it won't be installed.

    That doesn't tell you that it's safe, it tells you that it's the same thing the package maintainer used. All it means is you're passing the responsibility for auditing up the chain to the package maintainer.*

    Now, the package maintainer for your distro may audit the code themselves, or they may rely on similar hashes/signatures to make sure that the source they use is the same as the source the project itself provides. In which case that's passing the buck up once again.

    So really, what you're doing is relying on the original source to be safe...so it's not much different than relying on the original binary to be safe. It comes down to this: Do I trust the provider of this software? Inclusion in a distro can be seen as a vote of confidence: Gentoo includes app X, implying that Gentoo believes X is not going to take over my machine. You can choose to believe that anything included in your distro is likely to be safe, or rather that anything unsafe in it is unsafe by accident and not deliberately. (Choosing otherwise makes it a hell of a lot harder to build and maintain a system, though it can certainly be done.)

    But hash checks and GPG signatures don't tell you that an app is safe, whether you download it as source or as a binary. They only tell you that it hasn't been altered.

    *Note that the same is true for RPM-based distros like Fedora or SuSE -- packages are signed with GPG, and it won't install if the signature doesn't validate -- and I would assume for Debian-derived distros as well. This isn't a distro war issue.
  • Re:Native? (Score:5, Insightful)

    by Frogbert ( 589961 ) <frogbert@gmail . c om> on Monday June 12, 2006 @06:40PM (#15520227)
    I could be way off base here, but isn't the whole point of the Wine project not to produce a windows emulator but libraries that can be substituted for the Windows libraries your program is using to allow it to easily run on linux? If so I'd say Picasa is a shining example of the Wine projects maturity
  • by miasmic ( 669645 ) on Monday June 12, 2006 @06:45PM (#15520257)
    Yeah, you are missing something: an interest in the natural world around us.

    There is more to the world we live in than "cities and famous places". I can spend hours and hours on Google Earth, just looking at mountains in the Rockies or Andes for example. The physical world interests me, landforms, geology, physical geography in general. To me, Google Earth is one of the most significant pieces of educational software ever released on any format. Someone in Ohio or Oostende can gain an appreciation of the landforms of Papua New Guinea, fly through the Grand Canyon or explore the Antarctic Peninsula without ever leaving their desks, things they will probably never get a chance to do in real life.

    The question you ask is analogous to asking "what's the point of any form of learning that doesn't further our everyday lives?".

    Answer: "Some people find it interesting." If software formats and web 2.0 are more interesting to you than the High Himalayas, then that's your bag (...), but you have to appreciate that other's tastes and interests vary.

  • by Kelson ( 129150 ) * on Monday June 12, 2006 @07:00PM (#15520341) Homepage Journal
    Whatever you do, you can obviously never please a Linux user. First they complain about the missing support from software companies, then when some company ports their application to Linux, they complain about missing sources.

    Sure you can. Provide the source and either maintain it, or hand it to someone who will. Problem solved.

    Of course, you are oversimplifying things. There are two camps of Linux users on this issue: those who are OK with binary apps, for some purposes at least, and those for whom Free software (with a capital Free) is a philosophical choice.

    Personally, I'm in the former camp. I've even paid for binary-only Linux software on occasion, particularly with a few Windows apps I used that introduced Linux releases. I figured the best way to encourage them to keep working on the Linux versions would be to show there was a market, and that's why (for example) I was one of the first to buy a license for the Linux port of Opera (back with Opera was shareware) even though I was primarily a Mozilla user at that time, and even though it took several versions before it caught up to the Windows version in quality.
  • by nostriluu ( 138310 ) on Monday June 12, 2006 @07:19PM (#15520434) Homepage

    Thanks to Google for producing Google Earth for our amusement, and for bringing it to the Linux Platform for no particular reason other than that they felt like it.

    And thanks to the parent poster for playing. Please let us know when the free map toy that you create works better.


    Google produced as part of their competitive strategy/because so many people asked for it, and the original poster is doing them a favour by trying and commenting on it (though one can always try harder to be constructive, it does warn some people that the release doesn't work that well).

    I get a little sick of people saying "Take the half working gesture and be happy about it," as if there weren't any point to it in the first place.

  • by grolschie ( 610666 ) on Monday June 12, 2006 @08:08PM (#15520668)
    Perhaps some Linux users want software that installs and just works, without having to figure out crap about compiling versions, missing libraries, etc. Joe Sixpack don't care for Stallmanism, he just wants his software to work. Hence, believe it or not, there is a market for Linspire's "Click N Run" service, no matter how abhorent the concept is to some. SuSE Linux for years included software that was proprietary and closed sourced on their production CDs. People still used SuSE. If people want to follow Stallmanism anally, then they have the freedom to choose not to download and install the Google Earth software.
  • by cortana ( 588495 ) <sam@robots[ ]g.uk ['.or' in gap]> on Monday June 12, 2006 @08:25PM (#15520759) Homepage
    $ strings ~/Apps/google-earth/libtiff.so.3 | grep Version
    LIBTIFF, Version 3.7.3


    From CVE-2006-2193 [mitre.org]:
    Buffer overflow in the t2p_write_pdf_string function in tiff2pdf in libtiff 3.8.2 and earlier allows attackers to cause a denial of service (crash) and possibly execute arbitrary code via a TIFF file with a DocumentName tag that contains UTF-8 characters, which triggers the overflow when a character is sign extended to an integer that produces more digits than expected in an sprintf call.
    While I doubt Google Earth will be calling this function, this goes to show the danger that users place themselves in when they run software that takes it upon itself to bundle together the libraries that it depends on.
  • by spitzak ( 4019 ) on Monday June 12, 2006 @09:19PM (#15521022) Homepage
    And non-Linux users are easily identified by their complete inability to detect sarcasm in a post.
  • Re:Oh, the Irony! (Score:4, Insightful)

    by ClamIAm ( 926466 ) on Tuesday June 13, 2006 @05:46AM (#15522652)
    Um, yeah. The whole "500 versions" lie is always fun to repeat, but it conveniently ignores reality. If this were true, no binary programs would exist for the platform. This is not the case. id software releases native versions of all their games. Unreal Tournament has as well.

    People have been repeating the "it'll never work" assertion since, well, forever, yet every day more stuff works. Reconcile that.

The use of money is all the advantage there is to having money. -- B. Franklin

Working...