Slashdot Mirror


Google Desktop Now on Linux

mytrip writes "Google was set to launch late on Wednesday a beta version of Google Desktop search for Linux in a sign of encouragement by the search giant for Linux on the desktop. Google Desktop allows people to search the Web while also searching the full text of all the information on their computer, including Gmail and their Web search history. Because the index is stored locally on the computer, users can access Gmail and Web history while offline."

33 of 293 comments (clear)

  1. Privacy by PaisteUser · · Score: 5, Insightful

    Does anybody have concern for Google knowing what's on their local disks?

    --
    root@allevil:~#
    1. Re:Privacy by st0nes · · Score: 4, Insightful

      Will they know? It says the index is stored locally, does that mean it never goes to Google?

      --
      Tempora mutantur, nos et mutamur in illis
    2. Re:Privacy by suv4x4 · · Score: 3, Interesting

      What, outside of an inbuilt level of paranoia, leads you to think that Google will know what's on your hard drive?

      They have actually a somewhat poor track record of security in their desktop offerings (desktop and web accelerator).

      My built-in level of paranoia says, the problem's more to do with this app being a generic attack vector for anyone willing to abuse your computer.

    3. Re:Privacy by Simon+(S2) · · Score: 3, Informative

      And will you trawl through every line of the code just to make sure it's doing what you think it's doing? No. A quick grep * socket|wc will do.

      When did the words "open source" suddenly imply best, most secure, 100% trustworthy? If my grep does not find it, someone else will some day.
      --
      I just don't trust anything that bleeds for five days and doesn't die.
    4. Re:Privacy by nickallen · · Score: 5, Insightful

      It's a good point but then shouldn't you extend that thought to all proprietary software? Without the source code any software could be doing a search of your files without you knowing. It seems strange to say you will boycott google search but not other proprietary products just because google's product is software that performs searches. It really depends on how much you trust the vendor when it comes to proprietary software.

    5. Re:Privacy by somersault · · Score: 3, Insightful

      Maybe when you were given the ability to trawl through every line of code just to make sure it's doing what you think it's doing? There are a lot of very geeky/bored people out there you know.. and if anyone was dumb enough to release source that blatantly contained violations of users' privacy, then someone is bound to notice and complain, put it up on /. , etc..

      --
      which is totally what she said
    6. Re:Privacy by Zaiff+Urgulbunger · · Score: 3, Funny

      A bit of both; part security by design, and part security by obscurity^H^H^H^H^H^H^H a layered defense model! :D

    7. Re:Privacy by ThinkingInBinary · · Score: 4, Insightful

      No, it's more like security by diversity. If a burglar had to try dozens of entirely different types of keys (never mind all the key patterns that each type includes) to break into a house, he would not find breaking into houses as attractive a prospect, and if he did try, it would be more likely that someone would notice him. Similarly, if a hacker has to try dozens of different buffer overflow attacks against your system, he's less likely to target it, and if he does, you're more likely to notice it, since naturally a buffer overflow attack will degrade into a crashed program if it doesn't actually execute the intended payload.

      Besides, there's nothing wrong with security by obscurity, as long as it's only one tool. For example, moving your ssh port to 2222 instead of 22 will probably subject you to an order of magnitude or two fewer ssh worms, which is a good thing. But of course you'd still want to have good passwords. Obscurity is a useful tool, especially when you are protecting a system that has no intrinsic reason to be selected. It can make you less of a target, and since security is never perfect, any layer that reduces the probability of an attack is useful.

    8. Re:Privacy by Big+Nothing · · Score: 3, Insightful

      I don't normally reply to AC trolls, but I'll bite today:

      * No, I don't thrawl through every line of code of every FOSS program I use.
      * Those programs that I _do_ go through, I can most certainly miss something or not understand something.

      But it's still more likely that I'll find a secret backdoor in an open-source program than in a closed-source one. And the real beauty isn't that _I_ have to find something, but that others, like me, can find something. Nothing much can beat the collective scrutiny of a million nerds.

      --
      SIG: TAKE OFF EVERY 'CAPTAIN'!!
    9. Re:Privacy by MrMarket · · Score: 3, Funny

      There's even more FUD fodder from the google blog:"Developed primarily out of our Beijing office..."

      ps- let me get the next response out of the way: In Communist China your desktop searches you.

  2. Here's the link. by Anonymous Coward · · Score: 5, Informative
    1. Re:Here's the link. by suv4x4 · · Score: 5, Funny

      And notice the subtle and elegant interface the search is implemented with. That aged, oversized and messy look, a look that says "Linux desktop".

      Disclaimer: yea, I totally mean what I said.

  3. Beagle by prock307 · · Score: 5, Informative

    They have Beagle http://beagle-project.org/Main_Page to compete with, not sure how useful it will be on Linux. But on Windows at work I can finally find my emails and other documents!

    1. Re:Beagle by Anonymous Coward · · Score: 3, Informative

      not only beagle, but there's also http://www.gnome.org/projects/tracker/ to compete with, not written in mono n stuff.

    2. Re:Beagle by nkeric · · Score: 3, Informative
      check out the tracker project: http://www.gnome.org/projects/tracker/

      Tracker is a tool designed to extract information and metadata about your personal data so that it can be searched easily and quickly. By using Tracker, you no longer have to remember where you've left your files. To locate a file you only need to remember something about it, such as a word in the document or the artist of the song. This is because as well as searching for files in the traditional way, by name and location, Tracker searches files' contents and metadata.
      It should be faster and more light weight :)
    3. Re:Beagle by oever · · Score: 4, Informative
      Not only Beagle but 4 other desktop search engines. Beagle, Strigi, Pinot, Tracker and Recoll are five search engines that work together on a common search API for the free desktop called Xesam. The Xesam API is nice and the free desktop search programs are powerfull. More importantly, they have commandline tools, are faster and allow more tuning of what to index and what not. On top of that an ontology (hierarchy of fields) has been worked out that will be supported by these search engines. This will allow any desktop application to use any of these search engines to integrate tightly. No doubt a translation layer will be written to let GDS also use this API. Browsing the GDS website, these things are notable. Google Desktop Search
      • is closed source software
      • is widely deployed and tested on other platforms
      • has a stable well documented API
      • uses COM for communication
      • has a large brand recognition and there will a demand for it
      • calls analyzer plugins based on file extension
      • has a limited, unexpandable list of categories for files
      • identifies files by mtime + uri
      • uses wchar_t internally
      • is file based
      • has a documented API for querying the search daemon ( I do not know which protocol )
      • has no command-line tools

      This means that just as the existing programs are starting to come to terms, Google comes and returns the chaos on the desktop search scene. While I like Google internet search, their desktop offering has me feeling eerie. I would prefer using Mono over Googles closed source program. But even better is the ultra-efficient Strigi which will be part of KDE4 and indexes streams instead of files.

      --
      DNA is the ultimate spaghetti code.
  4. I think I'll wait by niceone · · Score: 5, Funny

    I think I'll wait until it's out of beta, won't be long, right?

  5. Distributed Desktop Search by jonesy2k · · Score: 4, Interesting

    What would be really powerful would be a google desktop search which could search multiple machines at once eg. your desktop, laptop, perhaps even keeping an offline index of your usb drives. Then you could search in one place and easily find whatever you're looking for. I can see the privacy issues now, though.

  6. Re:Spousal Abuse by EveryNickIsTaken · · Score: 5, Insightful

    Google is a publicly held company, not a soup kitchen.

  7. Re:Spousal Abuse by suv4x4 · · Score: 3, Insightful

    It's kind of sad that a company who powers its hundreds of thousands of computers [redhat.com] in clusters with a trimmed down RedHat puts Linux second on the list of operating systems to support with its software.

    You assume they built Google Desktop to run it on their own clustered computers? Or is this one blatantly fallacious argument you pulled off there.

    How about counting the OS numbers on the machines they're targeting.

  8. Re:Spousal Abuse by ElleyKitten · · Score: 3, Insightful

    Google is a publicly held company, not a soup kitchen. That analogy would only work if all the homeless people at the soup kitchen wrote their software and ran their company, yet Google would still not allow them to try their products until everyone else had.
    --
    "What is Internet Explorer 7? Are you saying we can't access the normal internet?" - I love tech support. Really.
  9. Re:QT, GTK or Mono? by ceeam · · Score: 4, Funny

    "Requires glibc 2.3.2+, gtk+ 2.2.0+" - well, what do you think?

  10. No 64 bit by JackieBrown · · Score: 5, Insightful

    I wish they would start making 64 bit versions of their stuff so we could quit trying to force install their products.

  11. Re:Spousal Abuse by Xenex · · Score: 4, Informative

    It's kind of sad that a company who powers its hundreds of thousands of computers in clusters with a trimmed down RedHat puts Linux second on the list of operating systems to support with its software. Third.

    Google Desktop has been available for Mac OS X since April.
  12. Re:slocate? by LiquidFire_HK · · Score: 5, Informative

    Because slocate only searches in the file names of files and has to update its database periodically (the latter can be remedied with rlocate), while things like Google Desktop search, Beagle, etc. search inside the files' contents and metadata as well as the names, update themselves in real time, and can show you matches from multiple sources in one place (search results from files, emails, address book, etc.)

  13. it does by oni · · Score: 4, Informative

    it already does this. click preferences -> search across computers.

  14. Obsession with search by Orlando · · Score: 4, Insightful

    Am I the only one baffled by this obsession with local search? I send most of 5 days a week using desktop computers and a lot of the weekends, and I have to say that I very rarely need to search for anything locally. I put stuff where I can find it later using simple directory structures. Is that so difficult?

    --
    -= This is a self-referential sig =-
    1. Re:Obsession with search by Shawn+Parr · · Score: 3, Informative

      I put stuff where I can find it later using simple directory structures. Is that so difficult?

      You know, I used to feel this exact same way. Even after I upgraded to Tiger I hardly ever touched the Spotlight menu, and only really used it in Mail.app where I did occasionally need a bit of help digging for some random nugget in the last couple of years worth of email archives.

      Then one day about a year ago, I decided to give it a try. I think it was because I was working on a very large number of projects at the time and each project was complicated enough that they had their own nested folder structures, and while I could find everything, having to drill down into the folders was getting a bit tedious. I also have a decent number of applications installed, not a ton mind you, but a pretty decent amount, and digging through the apps folder for the utility I don't use often enough to pollute my dock with was also getting tedious.

      So I tried Spotlight to see if it might make things better. I really expected to think it was stupid and go back to the status quo. What I found was that in many cases, while Spotlight was not perfect, and occasionally it was actually slower depending on what the computer was thinking about at the time, it was definitely more convenient. I use it all the time now. I still save all my documents in an intelligent folder structure with descriptive names (both for folders and for filenames), however when I need to find a manual or spec sheet for something, I type the name into Spotlight and look at the PDF results. Need to launch Cyberduck (the FTP client I use), type it in Spotlight and hit the key command to launch the first item (Applications appear at the top of the list).

      Of course these desktop search programs are not for everyone. It may not work for you. However, don't knock it till you have really tried it. I don't mean try it for one search this afternoon then just dismiss it. Give it a week or two and really use it during that time. Maybe it won't work for you, but that doesn't automatically mean that the people it does work for are doing something wrong, they just use available tools in a different way.

  15. Re:Linux by dominious · · Score: 3, Funny

    No, this must be a post from the future. Which means in 2050 there will still be issues for wireless cards on linux:/

  16. security? by spwelton · · Score: 3, Insightful

    For those of you on Linux with google desktop, why are you concerned about security. Just use a firewall. Firestarter is relatively easy to set up and you can watch google's stuff if you want to. Sean

    --
    Sean
  17. Re:How does it run? by Mr.+Underbridge · · Score: 3, Informative

    The article says it was "developed natively." So this is definitely not the win.exe version wrapped in Wine?

    Nope. Runs for real, native stuff as far as I can tell. And, I might add, it runs in more than gnome and KDE as claimed - it parked in fluxbox right in the tray like a good boy. The RPM even converted to a Slack package just fine.

    It hasn't indexed yet even though I've told it to, but I think it's waiting for idle time on my machine and I'm killing it this morning.

  18. Who cares.. by LingNoi · · Score: 3, Informative

    I would much rather have GTalk with full VOIP and voice mail then some lame desktop search when Linux already has so many ways to search already.

    If GTalk was released for Ubuntu it would be the killer app to have since everyone is restricted to using Skype. I would even pay for a fully working GTalk on Linux.

  19. What make Linux secure is... by Comboman · · Score: 3, Funny
    Yeah but even then, that's when the beauty of Linux kicks in. If someone discovers, for example, a buffer overflow in the app, they're still facing an unknown kernel version, distro filesystem, and GCC version

    So you're saying Linux is secure because it's hard to develop for?

    --
    Support Right To Repair Legislation.