Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Google Desktop for Linux is out
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
EricHsu
Bodhisattva
Bodhisattva


Joined: 03 May 2004
Posts: 591
Location: Aragon Consulting Group, Beijing, China

PostPosted: Thu Jun 28, 2007 7:25 am    Post subject: Google Desktop for Linux is out Reply with quote

http://desktop.google.com/linux/download.html

anyone notices this? hehe, but in gnome, we've already got the tracker! http://www.gnome.org/projects/tracker/

:)
_________________
- http://nkbit.com
- http://twitter.com/xuyihua
Back to top
View user's profile Send private message
Rikz
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2003
Posts: 103

PostPosted: Thu Jun 28, 2007 7:39 am    Post subject: Reply with quote

Good news.

I just wonder - why does Google make some of their projects using Qt and other using Gtk?

Waiting for ebuilds :)
Back to top
View user's profile Send private message
yoshi314
l33t
l33t


Joined: 30 Dec 2004
Posts: 851
Location: PL

PostPosted: Thu Jun 28, 2007 8:51 am    Post subject: Reply with quote

Quote:
I just wonder - why does Google make some of their projects using Qt and other using Gtk?
if that's true (didn't check the apps yet) - perhaps they don't want to take sides in the "war" going on between gnome and kde.
_________________
~amd64
shrink your /usr/portage with squashfs+aufs
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Thu Jun 28, 2007 10:47 am    Post subject: Reply with quote

It's quick, it's ugly, but it seems to work - the ebuild i mean:

google-desktop-1.0.1.0060.ebuild

Code:
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit rpm

MY_P="${PN}-linux-${PV}"

DESCRIPTION="Google desktop search"
HOMEPAGE="http://desktop.google.com/linux"
SRC_URI="http://dl.google.com/linux/rpm/stable/i386/${MY_P}.rpm"

LICENSE="Google"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
RDEPEND=">=x11-libs/gtk+-2.2.0"

src_install() {
    cd ${WORKDIR}
    dodir /opt/google/desktop
    cp -R opt/google/desktop/* "${D}"/opt/google/desktop
    dodir /var/cache/google/desktop
    keepdir /var/cache/google/desktop
    insinto /etc/cron.hourly
    doins etc/cron.hourly/gdl-update
    dosym /opt/google/desktop/bin/gdlinux /usr/bin/gdlinux
}

_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
b3cks
Veteran
Veteran


Joined: 23 Mar 2004
Posts: 1481
Location: Bremen (GER)

PostPosted: Thu Jun 28, 2007 11:35 am    Post subject: Reply with quote

First trojan for linux, hooray! :wink:
_________________
I am /root and if you see me laughing you better have a backup.
Back to top
View user's profile Send private message
EricHsu
Bodhisattva
Bodhisattva


Joined: 03 May 2004
Posts: 591
Location: Aragon Consulting Group, Beijing, China

PostPosted: Thu Jun 28, 2007 12:19 pm    Post subject: Reply with quote

b3cks wrote:
First trojan for linux, hooray! :wink:


hoho, google is watching us! let's use opensource tracker instead :P
_________________
- http://nkbit.com
- http://twitter.com/xuyihua
Back to top
View user's profile Send private message
RushPL
Tux's lil' helper
Tux's lil' helper


Joined: 25 Dec 2005
Posts: 116
Location: Poland, Gdansk

PostPosted: Thu Jun 28, 2007 1:33 pm    Post subject: Reply with quote

Way to go google. :) Thx for the ebuild.
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Thu Jun 28, 2007 2:55 pm    Post subject: Reply with quote

b3cks wrote:
First trojan for linux, hooray! :wink:
++ :mrgreen:
_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
Back to top
View user's profile Send private message
rafelbev
n00b
n00b


Joined: 15 Jul 2003
Posts: 53

PostPosted: Thu Jun 28, 2007 3:21 pm    Post subject: Reply with quote

Anyone might be interested in this:

https://bugs.gentoo.org/show_bug.cgi?id=183492
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Thu Jun 28, 2007 4:11 pm    Post subject: Reply with quote

RushPL wrote:
Way to go google. :) Thx for the ebuild.


If you really installed with it, please
Code:
rm -f /etc/cron.horly/gdl-update

This is plain crap.

Use the ebuild from bgo, or use tracker :)
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3847
Location: Austro Bavaria

PostPosted: Thu Jun 28, 2007 4:25 pm    Post subject: Reply with quote

I don*t like google.

Also I don*T like closed source software, so I won*T use it!
Back to top
View user's profile Send private message
zxy
Veteran
Veteran


Joined: 06 Jan 2006
Posts: 1160
Location: in bed in front of the computer

PostPosted: Thu Jun 28, 2007 8:41 pm    Post subject: Reply with quote

tw04l124 wrote:
I don*t like google.

Also I don*T like closed source software, so I won*T use it!

++

In fact: (a small transformation)

I don*T like closed source software --> I don*t like google --> so I won*T use it!
_________________
Nature does not hurry, yet everything is accomplished.
Lao Tzu
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Fri Jun 29, 2007 12:24 am    Post subject: Reply with quote

gimpel wrote:
If you really installed with it, please
Code:
rm -f /etc/cron.horly/gdl-update

This is plain crap.

Indeed this is quite exaggerated - I moved it to /etc/cron.monthly/ ;-)

And what's with the Firefox/Thunderbird-plugins? Should they be installed as well? Or aren't they necessary at all?

Greetz
swimmer

EDIT: I removed the cron-script completely for now since it uses "dpkg -i" for updating ;-)


Last edited by swimmer on Fri Jun 29, 2007 7:27 am; edited 1 time in total
Back to top
View user's profile Send private message
kreedcarmoch
n00b
n00b


Joined: 09 Apr 2005
Posts: 51
Location: San Antonio, Texas

PostPosted: Fri Jun 29, 2007 4:03 am    Post subject: Reply with quote

Rikz wrote:
Good news.

I just wonder - why does Google make some of their projects using Qt and other using Gtk?

Waiting for ebuilds :)

Google Earth had been programmed in Qt before they bought it from Keyhole, so they stuck with that I suppose. Google Desktop was likely down in-house.
Back to top
View user's profile Send private message
Rikz
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2003
Posts: 103

PostPosted: Fri Jun 29, 2007 5:07 am    Post subject: Reply with quote

swimmer wrote:
gimpel wrote:
If you really installed with it, please
Code:
rm -f /etc/cron.horly/gdl-update

This is plain crap.

Indeed this is quite exaggerated - I moved it to /etc/cron.monthly/ ;-)

And what's with the Firefox/Thunderbird-plugins? Should they be installed as well? Or aren't they necessary at all?

Greetz
swimmer

Firefox plugin has to be installed to let Google Desktop index your browser history. It is not installed by current bugzilla ebuilds, but you can do it by hand. I don't know the good way to do it, but the way that somehow works:
Code:
rikz@laptop ~ $ cp -R /opt/google/desktop/plugin/firefox/ googlesearch
rikz@laptop ~ $ cd googlesearch/
rikz@laptop ~/googlesearch $ zip -r ../googlesearch.xpi .
  adding: chrome.manifest (stored 0%)
  adding: components/ (stored 0%)
  adding: components/libdesktop.so (deflated 60%)
  adding: install.rdf (deflated 51%)
  adding: firefox/ (stored 0%)
  adding: firefox/chrome.manifest (stored 0%)
  adding: firefox/components/ (stored 0%)
  adding: firefox/components/libdesktop.so (deflated 60%)
  adding: firefox/install.rdf (deflated 51%)


Then just open googlesearch.xpi with your firefox browser. It should install the plugin. However it must be installed by ebuild, and I hope future versions of ebuild will do it.
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Fri Jun 29, 2007 7:29 am    Post subject: Reply with quote

Thanks for the explanation & the workaround!

I think I don't even need since I do not want my web history crawled anyway ;-)

Another question: is there a way to speed up the indexer? I googled around a bit but could not find anything useful ...

Greetz
swimmer
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Fri Jun 29, 2007 12:51 pm    Post subject: Reply with quote

Compared to tracker, it is slow as hell. But compared to beagle, it at least doesn't knock down your box. So it is slow on indexing, but low on ressources.

I just tried it to see how it looks like, and deinstalled again :P
I hate desktop search things *g*
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Sat Jun 30, 2007 11:46 am    Post subject: [SOLVED] slow indexing/crawling Reply with quote

Ok - just an update to all who were wondering why the indexing went so incredibly slow: I managed to have running boinc which uses 100% of the cpu of course. This makes Google Desktop step back and idle much more then it normally would ... stopping boinc for a moment boosted indexing to lightning speed ;-)

HTH
swimmer
Back to top
View user's profile Send private message
microtechno
Apprentice
Apprentice


Joined: 17 Apr 2006
Posts: 224
Location: Adelaide, Australia

PostPosted: Sat Jun 30, 2007 1:37 pm    Post subject: Reply with quote

I wont be installing anything of the sort even if it is from our Friendly Neighbourhood Google. I was contemplating at the thought but i dont want my HD crawled, and my browsing history.
Not that I have anything to hide :wink:
Just Privacy.

My dad has it on his windows comp. Nice little thing and idea though. Gota give them that.
Back to top
View user's profile Send private message
cchildress
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2004
Posts: 90
Location: Tennessee, United States

PostPosted: Mon Jul 09, 2007 6:02 pm    Post subject: Reply with quote

I really like some of the features of Google Desktop, especially the side bar (not yet included in the linux version) which is very handy for RSS feeds, among other things. The desktop search can be *very* helpful so I use that as well. I'm especially impressed by how little the system is impacted by the indexing (in contrast with Beagle, although still a hit on your system). I think this is a welcome addition to the GNU/Linux even though it would obviously be better as OSS and will need some development time before it is ready for regular use by the masses.

Edit:

People might be interested in this link: http://arstechnica.com/reviews/apps/gds-linux.ars
Back to top
View user's profile Send private message
tboloo
Guru
Guru


Joined: 20 Jan 2006
Posts: 403
Location: Grodzisq, Poland

PostPosted: Mon Jul 09, 2007 6:45 pm    Post subject: Reply with quote

Anyone have an idea why it doesn't index my Thunderbird emails? (Plugin is of coz installed...)
_________________
The clock is ticking, brothers and sisters, counting down to Armageddon.
Back to top
View user's profile Send private message
sdsheeks
n00b
n00b


Joined: 08 Dec 2002
Posts: 54
Location: Findlay Ohio USA

PostPosted: Sun Jul 22, 2007 8:11 am    Post subject: Reply with quote

I am attempting to use this ebuild but get the following:

emerge google-desktop
Calculating dependencies -!!! Manifest file not found: '/usr/portage/app-misc/google-desktop/Manifest'

!!! All ebuilds that could satisfy "google-desktop" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-misc/google-desktop-1.0.1.0060 (masked by: corruption)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.

I have this in my package.keywords:
=app-misc/google-desktop-1.0.1.0060 ~x86
_________________
--sdsheeks
Back to top
View user's profile Send private message
cchildress
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2004
Posts: 90
Location: Tennessee, United States

PostPosted: Mon Jul 23, 2007 8:44 pm    Post subject: Reply with quote

Perhaps simply enter it as

app-misc/google-desktop ~x86

instead of giving it a particular version?
Back to top
View user's profile Send private message
Buddha001
Tux's lil' helper
Tux's lil' helper


Joined: 24 Nov 2005
Posts: 76

PostPosted: Tue Oct 02, 2007 1:56 am    Post subject: Reply with quote

sdsheeks wrote:
I am attempting to use this ebuild but get the following:

emerge google-desktop
Calculating dependencies -!!! Manifest file not found: '/usr/portage/app-misc/google-desktop/Manifest'

!!! All ebuilds that could satisfy "google-desktop" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-misc/google-desktop-1.0.1.0060 (masked by: corruption)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.

I have this in my package.keywords:
=app-misc/google-desktop-1.0.1.0060 ~x86


I'm having the same issue. How did you resolve this?
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Tue Oct 02, 2007 2:03 am    Post subject: Reply with quote

Buddha001 wrote:
sdsheeks wrote:
I am attempting to use this ebuild but get the following:

emerge google-desktop
Calculating dependencies -!!! Manifest file not found: '/usr/portage/app-misc/google-desktop/Manifest'

!!! All ebuilds that could satisfy "google-desktop" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-misc/google-desktop-1.0.1.0060 (masked by: corruption)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.

I have this in my package.keywords:
=app-misc/google-desktop-1.0.1.0060 ~x86


I'm having the same issue. How did you resolve this?


You need to put it in the right directory into your own overlay, and the do "ebuild <ebuildfile.ebuild> manifest" before trying to emerge the ebuild.

If you don't know what I mean, read the gentoo documentation. Search for "using 3rd party ebuilds".
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum