View previous topic :: View next topic |
Author |
Message |
EricHsu Bodhisattva


Joined: 03 May 2004 Posts: 591 Location: Aragon Consulting Group, Beijing, China
|
|
Back to top |
|
 |
Rikz Tux's lil' helper

Joined: 06 Oct 2003 Posts: 103
|
Posted: Thu Jun 28, 2007 7:39 am Post subject: |
|
|
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 |
|
 |
yoshi314 l33t


Joined: 30 Dec 2004 Posts: 851 Location: PL
|
Posted: Thu Jun 28, 2007 8:51 am Post subject: |
|
|
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 |
|
 |
gimpel Advocate


Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Thu Jun 28, 2007 10:47 am Post subject: |
|
|
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 |
|
 |
b3cks Veteran


Joined: 23 Mar 2004 Posts: 1481 Location: Bremen (GER)
|
Posted: Thu Jun 28, 2007 11:35 am Post subject: |
|
|
First trojan for linux, hooray!  _________________ I am /root and if you see me laughing you better have a backup. |
|
Back to top |
|
 |
EricHsu Bodhisattva


Joined: 03 May 2004 Posts: 591 Location: Aragon Consulting Group, Beijing, China
|
Posted: Thu Jun 28, 2007 12:19 pm Post subject: |
|
|
b3cks wrote: | First trojan for linux, hooray!  |
hoho, google is watching us! let's use opensource tracker instead  _________________ - http://nkbit.com
- http://twitter.com/xuyihua |
|
Back to top |
|
 |
RushPL Tux's lil' helper


Joined: 25 Dec 2005 Posts: 116 Location: Poland, Gdansk
|
Posted: Thu Jun 28, 2007 1:33 pm Post subject: |
|
|
Way to go google. Thx for the ebuild. |
|
Back to top |
|
 |
timeBandit Bodhisattva


Joined: 31 Dec 2004 Posts: 2719 Location: here, there or in transit
|
Posted: Thu Jun 28, 2007 2:55 pm Post subject: |
|
|
b3cks wrote: | First trojan for linux, hooray!  | ++  _________________ 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 |
|
 |
rafelbev n00b


Joined: 15 Jul 2003 Posts: 53
|
|
Back to top |
|
 |
gimpel Advocate


Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Thu Jun 28, 2007 4:11 pm Post subject: |
|
|
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 |
|
 |
Roman_Gruber Advocate

Joined: 03 Oct 2006 Posts: 3847 Location: Austro Bavaria
|
Posted: Thu Jun 28, 2007 4:25 pm Post subject: |
|
|
I don*t like google.
Also I don*T like closed source software, so I won*T use it! |
|
Back to top |
|
 |
zxy Veteran


Joined: 06 Jan 2006 Posts: 1160 Location: in bed in front of the computer
|
Posted: Thu Jun 28, 2007 8:41 pm Post subject: |
|
|
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 |
|
 |
swimmer Veteran


Joined: 15 Jul 2002 Posts: 1330 Location: Netherlands
|
Posted: Fri Jun 29, 2007 12:24 am Post subject: |
|
|
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 |
|
 |
kreedcarmoch n00b

Joined: 09 Apr 2005 Posts: 51 Location: San Antonio, Texas
|
Posted: Fri Jun 29, 2007 4:03 am Post subject: |
|
|
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 |
|
 |
Rikz Tux's lil' helper

Joined: 06 Oct 2003 Posts: 103
|
Posted: Fri Jun 29, 2007 5:07 am Post subject: |
|
|
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 |
|
 |
swimmer Veteran


Joined: 15 Jul 2002 Posts: 1330 Location: Netherlands
|
Posted: Fri Jun 29, 2007 7:29 am Post subject: |
|
|
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 |
|
 |
gimpel Advocate


Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Fri Jun 29, 2007 12:51 pm Post subject: |
|
|
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
I hate desktop search things *g* _________________ http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
|
|
Back to top |
|
 |
swimmer Veteran


Joined: 15 Jul 2002 Posts: 1330 Location: Netherlands
|
Posted: Sat Jun 30, 2007 11:46 am Post subject: [SOLVED] slow indexing/crawling |
|
|
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 |
|
 |
microtechno Apprentice


Joined: 17 Apr 2006 Posts: 224 Location: Adelaide, Australia
|
Posted: Sat Jun 30, 2007 1:37 pm Post subject: |
|
|
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
Just Privacy.
My dad has it on his windows comp. Nice little thing and idea though. Gota give them that. |
|
Back to top |
|
 |
cchildress Tux's lil' helper


Joined: 27 May 2004 Posts: 90 Location: Tennessee, United States
|
Posted: Mon Jul 09, 2007 6:02 pm Post subject: |
|
|
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 |
|
 |
tboloo Guru


Joined: 20 Jan 2006 Posts: 403 Location: Grodzisq, Poland
|
Posted: Mon Jul 09, 2007 6:45 pm Post subject: |
|
|
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 |
|
 |
sdsheeks n00b


Joined: 08 Dec 2002 Posts: 54 Location: Findlay Ohio USA
|
Posted: Sun Jul 22, 2007 8:11 am Post subject: |
|
|
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 |
|
 |
cchildress Tux's lil' helper


Joined: 27 May 2004 Posts: 90 Location: Tennessee, United States
|
Posted: Mon Jul 23, 2007 8:44 pm Post subject: |
|
|
Perhaps simply enter it as
app-misc/google-desktop ~x86
instead of giving it a particular version? |
|
Back to top |
|
 |
Buddha001 Tux's lil' helper

Joined: 24 Nov 2005 Posts: 76
|
Posted: Tue Oct 02, 2007 1:56 am Post subject: |
|
|
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 |
|
 |
i92guboj Bodhisattva


Joined: 30 Nov 2004 Posts: 10315 Location: Córdoba (Spain)
|
Posted: Tue Oct 02, 2007 2:03 am Post subject: |
|
|
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 |
|
 |
|