| Author |
Message |
distortedstar
Joined: 31 Oct 2005 Posts: 87
|
Posted: Sat 25 Aug 2007, 01:39 Post_subject:
Installing Google Desktop Sub_title: best for puppy? and how? |
|
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?
_________________ ProductiveLinux.Com
making the most of your linux desktop
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 11715
|
Posted: Sat 25 Aug 2007, 03:46 Post_subject:
|
|
Menu / Filesystem / pfind is not good enough?
_________________ Puppy Lucid 5.1 Please test 506 Now in beta status 
|
|
Back to top
|
|
 |
distortedstar
Joined: 31 Oct 2005 Posts: 87
|
Posted: Sat 25 Aug 2007, 10:43 Post_subject:
|
|
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?
_________________ ProductiveLinux.Com
making the most of your linux desktop
|
|
Back to top
|
|
 |
distortedstar
Joined: 31 Oct 2005 Posts: 87
|
Posted: Sat 25 Aug 2007, 22:25 Post_subject:
|
|
bump. Ideas for installing a deb?
_________________ ProductiveLinux.Com
making the most of your linux desktop
|
|
Back to top
|
|
 |
giac_fab
Joined: 25 Jan 2007 Posts: 111
|
Posted: Sun 26 Aug 2007, 07:47 Post_subject:
|
|
you must unpack it .....
To do it I like to use this :
http://www.murga-linux.com/puppy/viewtopic.php?search_id=808821920&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.
_________________
I know, my english is very bad
Give a man a fish and he eats for a day, teach a man to fish and he eats for a lifetime.
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13575 Location: Karlsruhe, Germany
|
Posted: Sun 26 Aug 2007, 08:41 Post_subject:
|
|
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: |
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: | 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
Edited_time_total
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13575 Location: Karlsruhe, Germany
|
Posted: Sun 26 Aug 2007, 09:18 Post_subject:
|
|
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/Libstdc++.so.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
Edited_times_total
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13575 Location: Karlsruhe, Germany
|
Posted: Sun 26 Aug 2007, 09:37 Post_subject:
|
|
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
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13575 Location: Karlsruhe, Germany
|
Posted: Sun 26 Aug 2007, 11:13 Post_subject:
|
|
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/Googledesktop-installer.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-desktop-linux_current_i386.deb (7.6 MB).
Use it ONLY if the current version from google will not work!
Mark
|
|
Back to top
|
|
 |
puppyLUVER1234

Joined: 05 Aug 2007 Posts: 80 Location: Georgia, United States
|
Posted: Sun 26 Aug 2007, 15:45 Post_subject:
|
|
Ok, I installed google desktop. Isnt there supposed to be an little bar at the side?
|
|
Back to top
|
|
 |
puppyLUVER1234

Joined: 05 Aug 2007 Posts: 80 Location: Georgia, United States
|
Posted: Sun 26 Aug 2007, 15:56 Post_subject:
|
|
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.
|
|
Back to top
|
|
 |
puppyLUVER1234

Joined: 05 Aug 2007 Posts: 80 Location: Georgia, United States
|
Posted: Sun 26 Aug 2007, 16:04 Post_subject:
|
|
Bump
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13575 Location: Karlsruhe, Germany
|
Posted: Sun 26 Aug 2007, 16:28 Post_subject:
|
|
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/images/desktop_scrshot.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
|
|
Back to top
|
|
 |
puppyLUVER1234

Joined: 05 Aug 2007 Posts: 80 Location: Georgia, United States
|
Posted: Sun 26 Aug 2007, 16:42 Post_subject:
|
|
Ok, sorry.
What i ment was is there an widget bar for Puppy Linux?
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13575 Location: Karlsruhe, Germany
|
Posted: Sun 26 Aug 2007, 16:51 Post_subject:
|
|
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
|
|
Back to top
|
|
 |
|