Installing Google Desktop

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
distortedstar
Posts: 87
Joined: Mon 31 Oct 2005, 18:01

Installing Google Desktop

#1 Post by distortedstar »

I'm looking for a good desktop search tool for Puppy, and it seems like Google desktop is a great choice...true, not free in every sense, however, it has few dependencies and seems relatively lightweight. It is only distributed as a deb or rpm, however. How can I install that in puppy?

Are there better alternatives?
[u][url=http://www.productivelinux.com][i][b][color=blue]Productive[/color][color=black]Linux.Com[/color][/b][/i][/url][/u]
[size=75]making the most of your linux desktop[/size]
User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#2 Post by Lobster »

Menu / Filesystem / pfind is not good enough?
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D
distortedstar
Posts: 87
Joined: Mon 31 Oct 2005, 18:01

#3 Post by distortedstar »

As far I as I know, Pfind doesn't index the contents of files like emails and documents and pdfs. This is the primary advantage to a desktop search tool. Am I wrong?
[u][url=http://www.productivelinux.com][i][b][color=blue]Productive[/color][color=black]Linux.Com[/color][/b][/i][/url][/u]
[size=75]making the most of your linux desktop[/size]
distortedstar
Posts: 87
Joined: Mon 31 Oct 2005, 18:01

#4 Post by distortedstar »

bump. Ideas for installing a deb?
[u][url=http://www.productivelinux.com][i][b][color=blue]Productive[/color][color=black]Linux.Com[/color][/b][/i][/url][/u]
[size=75]making the most of your linux desktop[/size]
giac_fab
Posts: 113
Joined: Thu 25 Jan 2007, 23:15

#5 Post by giac_fab »

you must unpack it .....

To do it I like to use this :

http://www.murga-linux.com/puppy/viewto ... 20&t=16358

It's a little big but it's simple and can open all archive(when xarchive don't Peazip do ).

After copy the extracted files where is needed (I don't know if you will need to compile.....) and hope you will not need some Kg of libraries.
:oops: I know, my english is very bad :oops:
Give a man a fish and he eats for a day, teach a man to fish and he eats for a lifetime.
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#6 Post by MU »

get a dotpup in the following messages

Just tried it in Muppy007 (extended Puppy 2.12).

Downloaded the .deb to "/".
Extracted it:
cd /
undeb google-desktop-linux_current_i386.deb

Started to run it:
gdlinux

This exits without any error, nothing happens.
Tried to check dependencies:
cd /opt/google/desktop/bin

Code: Select all

sh-3.00# ldd gdl_box
        not a dynamic executable
sh-3.00# file gdl_box
gdl_box: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), for GNU/Linux 2.4.1, stripped
sh-3.00#
To find any error, I then tried:

Code: Select all

sh-3.00# export LD_LIBRARY_PATH="/opt/google/desktop/lib:$LD_LIBRARY_PATH"
sh-3.00# ./gdl_config 
./gdl_config: error while loading shared libraries: libstdc++.so.6: cannot handle TLS data
This seems to be a heavy problem, as that is one of Puppys basic libraries.
It would need to be recompiled I think.
So I have no solution :(

Mark
Last edited by MU on Sun 26 Aug 2007, 16:34, edited 1 time in total.
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#7 Post by MU »

Solution:
the tls-problem comes from the library delivered in the deb.
delete (or rename):
/opt/google/desktop/lib/libstdc++.so.6

Then run:
cd /opt/google/desktop/bin
export LD_LIBRARY_PATH="/opt/google/desktop/lib:$LD_LIBRARY_PATH"
ldd gdl_config

If you still get an error, install this dotpup:
http://dotpups.de/dotpups/Libraries/Lib ... .6.0.5.pup

Now you should get no more tls-errors.

Now type "gdlinux", this should add a "google-desktop" button to your tray.
I use icewm with icewmtray, I did not check, if that works in JWM.
Search-results will be displayed in my firefox, so please report, if it works with seamonkey, too.

For quick access, drag /usr/bin/gdlinux on your desktop.
You find icons for it in /opt/google/desktop/resource

Mark
Last edited by MU on Sun 26 Aug 2007, 13:43, edited 3 times in total.
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#8 Post by MU »

you also might copy the .desktop files from
/opt/google/desktop/xdg/
to
/usr/share/applications/

Then edit them, and replace the line:

Categories=google
with:
Categories=Utility

Then type "fixmenus" (or use the "refresh"-entry in icewm-ultra) to see the new menu-entries in the utilities-menu.

Mark
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#9 Post by MU »

I made a dotpup, that will install google-desktop for you, and perform the required changes.
Please tell me, if it works for you.

It will tell you to download a file from google, so you can be sure to have the newest version (I chose this solution for copyright-reasons, as google-desktop seems to be no free software).

http://dotpups.de/dotpups/Desktop-Tools ... taller.pup

be shure to have 25 MB free diskspace, the installer does not check that!

You will need even more free space after installation.
My /root/.google folder meanwhile already is 37 MB in size (after indexing 80% of 1.3 Gigabyte in /root and /usr).
The search creates the database there while scanning your harddisk in background.


In case future versions of googles program should be incompatible with puppy, you can get the required file I used here:
http://dotpups.de/diverse-tgz/google-de ... t_i386.deb (7.6 MB).
Use it ONLY if the current version from google will not work!

Mark
User avatar
puppyLUVER1234
Posts: 80
Joined: Sun 05 Aug 2007, 21:26
Location: Georgia, United States
Contact:

#10 Post by puppyLUVER1234 »

Ok, I installed google desktop. Isnt there supposed to be an little bar at the side?
User avatar
puppyLUVER1234
Posts: 80
Joined: Sun 05 Aug 2007, 21:26
Location: Georgia, United States
Contact:

#11 Post by puppyLUVER1234 »

Also, can someone tel me how to install SuperKaramba (http://netdragon.sourceforge.net/ssuperkaramba.html) On Puppy Linux 2.17? I mean it installs but i dont know how to execute it.
User avatar
puppyLUVER1234
Posts: 80
Joined: Sun 05 Aug 2007, 21:26
Location: Georgia, United States
Contact:

#12 Post by puppyLUVER1234 »

Bump
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#13 Post by MU »

please don't bump after some minutes.

I don't know about a bar for google-desktop, maybe desktops like KDE support that.
But the screenshot in the help shows only the search-bar itself that opens, when you click on the trayicon:
http://desktop.google.com/en/linux/
http://desktop.google.com/en/linux/imag ... crshot.jpg


Superkaramba:
that requires KDE, which is an addon for advanced users:
http://murga-linux.com/puppy/viewtopic.php?t=11876

You might prefer instead the easier to use wbar:
http://murga-linux.com/puppy/viewtopic.php?t=19742

Mark
User avatar
puppyLUVER1234
Posts: 80
Joined: Sun 05 Aug 2007, 21:26
Location: Georgia, United States
Contact:

#14 Post by puppyLUVER1234 »

Ok, sorry.
What i ment was is there an widget bar for Puppy Linux?
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#15 Post by MU »

No, Puppy does not support widgets.
You would need KDE for that. KDE has an own widget-engine.
Alternatively, try the webbrowser "Opera".
It has widgets like clocks, calendars and such, that it can place on your desktop (I think they are called gadgets there).
But they seem to have problems with transparency, many might look ugly because of that (the drop-shadows).
At least that was my impression some months ago, maybe that issue was fixed meanwhile.

You can install Opera with Petget.
Mark
keithcleaver
Posts: 43
Joined: Thu 26 Jul 2007, 22:03

#16 Post by keithcleaver »

MU wrote:No, Puppy does not support widgets.
You would need KDE for that. KDE has an own widget-engine.
Alternatively, try the webbrowser "Opera".
It has widgets like clocks, calendars and such, that it can place on your desktop (I think they are called gadgets there).
But they seem to have problems with transparency, many might look ugly because of that (the drop-shadows).
At least that was my impression some months ago, maybe that issue was fixed meanwhile.

You can install Opera with Petget.
Mark
I used Opera for a while recently with all the widgets I used to use in Winblows, and the shadow was still there, so they will still look ugly.
User avatar
puppyLUVER1234
Posts: 80
Joined: Sun 05 Aug 2007, 21:26
Location: Georgia, United States
Contact:

#17 Post by puppyLUVER1234 »

Well, all that i used wigets for is an clock & an TV Guide. So could anyone tell me about an Puppy Linux TV guide program because i dont like the fact that when Opera closes, the wigets close too.
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#18 Post by MU »

good morning,
clock:
http://murga-linux.com/puppy/viewtopic.php?t=16047
http://murga-linux.com/puppy/viewtopic.php?t=8516

For TV-program I use online-guides in my webbrowser.
Mark
distortedstar
Posts: 87
Joined: Mon 31 Oct 2005, 18:01

#19 Post by distortedstar »

MU, thanks for the dotpup! Google Desktop is running like a top. Thanks so much!
[u][url=http://www.productivelinux.com][i][b][color=blue]Productive[/color][color=black]Linux.Com[/color][/b][/i][/url][/u]
[size=75]making the most of your linux desktop[/size]
Post Reply