| Author |
Message |
disciple
Joined: 20 May 2006 Posts: 6196 Location: Auckland, New Zealand
|
Posted: Sat 03 Mar 2007, 05:15 Post_subject:
|
|
I seem to have gtkdialog2 and gxmessage. So maybe something else is incompatible. It appears to run, just when you do a search it doesn't actually search. And the icons are missing - but that doesn't matter
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5291 Location: Valåmoen, Norway
|
Posted: Sat 03 Mar 2007, 09:58 Post_subject:
|
|
Could it be that 1.x use busybox instead of bash. Busybox-find could be stripped compared to the full bash-find.
When push search-button pfind builds a find-command in /tmp/pfind-execfind. Look at this file, and try to run in a terminal.
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5291 Location: Valåmoen, Norway
|
Posted: Sat 03 Mar 2007, 18:19 Post_subject:
|
|
Version 0.9 is uploaded. See main post.
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6196 Location: Auckland, New Zealand
|
Posted: Sat 03 Mar 2007, 18:43 Post_subject:
|
|
find -P "/" -maxdepth 100 -user root -size +0k -size -1000M -iname "*don*"
returns:
find: invalid predicate `-P'
If I remove the -P, I get
find: invalid -size type `M'
If I remove the size thing it works (incredibly quickly too!)
I'm not sure what all this means, but according to the packages list I have
bash-3.0 and busybox-1.01.
If it is easy, you might want to add an error message to your gui, as it just says it hasn't found any files, when presumably it didn't even search - sometime someone will have problems because something is broken in their install; it won't just help crazy people like me that try to run new programs in old OSs.
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5291 Location: Valåmoen, Norway
|
Posted: Sun 04 Mar 2007, 03:27 Post_subject:
|
|
First. You are not using version 0.8. Version 0.8 and 0.9 has a different output, but still the -P will be there. It defines how to handle symbolic links. I'm absolutely no guru, but it seems that 'find' act different i 1.x than in 2.x.
| Quote: | | If it is easy, you might want to add an error message to your gui, as it just says it hasn't found any files, when presumably it didn't even search - sometime someone will have problems because something is broken in their install; it won't just help crazy people like me that try to run new programs in old OSs. | Pfind is built for Puppy 2.14, and version 0.9 is built for Puppy 2.15. I have no plans making this available world wide. It is after all just a simple bash-script. This is why it only is 17kb.
|
|
Back to top
|
|
 |
veronicathecow

Joined: 21 Oct 2006 Posts: 526
|
Posted: Sun 04 Mar 2007, 12:18 Post_subject:
|
|
Hi, I've tried installing version 0.9 but nothing happens when you click on the pfind icon in Dotpups.
If I go bacvkto version 0.7 it is fine and version 0.8 also works (although it says it's version 0.7)
I'm using Rudy Puppy 2.13 Any thoughts? thanks
P.S. am having the same trouble with Pbackup, see
http://murga-linux.com/puppy/viewtopic.php?p=101734#101734
Hi, having a bit of trouble here. Version 1.9.5 seems fine but 1.9.6 -1.9.8 all install okay but will not run, nothing appears on the screen.
|
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1517
|
Posted: Sun 04 Mar 2007, 13:35 Post_subject:
|
|
You have to install the new gtkdialog3 which is at:
ftp://ibiblio.org/pub/linux/distributions/puppylinux/pet_packages-2/gtkdialog-0.7.18.pet
Incase you haven't already.
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6196 Location: Auckland, New Zealand
|
Posted: Sun 04 Mar 2007, 21:02 Post_subject:
|
|
Cool
It was worth a try. Keep up the good work!
|
|
Back to top
|
|
 |
veronicathecow

Joined: 21 Oct 2006 Posts: 526
|
Posted: Mon 05 Mar 2007, 03:43 Post_subject:
|
|
It's all sorted thanks to plinej, see for simple instructions
http://murga-linux.com/puppy/viewtopic.php?t=10975&start=75
|
|
Back to top
|
|
 |
VariEze

Joined: 09 Feb 2006 Posts: 114 Location: Oregon
|
Posted: Mon 05 Mar 2007, 14:10 Post_subject:
|
|
Can I exclude say,
/root/mnt
from a
/
search?
so it doesn't go off searching on my samba mounts?
--Karl
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5291 Location: Valåmoen, Norway
|
Posted: Mon 05 Mar 2007, 16:26 Post_subject:
|
|
The find-command has the parameter -xdev (do not dive into other filesystems). I'll make an option for Pfind 1.0. Other good ideas?
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5291 Location: Valåmoen, Norway
|
Posted: Tue 06 Mar 2007, 09:35 Post_subject:
|
|
| VariEze wrote: | Can I exclude say,
/root/mnt
from a
/
search?
so it doesn't go off searching on my samba mounts? |
In the upcoming Pfind 1.0 you can set a list of paths you want to include for search. This list can be set in config-file to be the default searchpath. Together with the option to stay inside current filesystem, it should be doable, making whatever searchpath you want. But there is no exclude-list.
|
|
Back to top
|
|
 |
VariEze

Joined: 09 Feb 2006 Posts: 114 Location: Oregon
|
Posted: Tue 06 Mar 2007, 10:38 Post_subject:
|
|
Sounds good! --Karl
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5291 Location: Valåmoen, Norway
|
Posted: Tue 06 Mar 2007, 18:20 Post_subject:
|
|
Pfind 1.0 is here!
|
|
Back to top
|
|
 |
VariEze

Joined: 09 Feb 2006 Posts: 114 Location: Oregon
|
Posted: Sun 11 Mar 2007, 17:29 Post_subject:
|
|
here it is as a pup, with dependencies, for older puppies...
| Description |
|

Download |
| Filename |
pfind-1.0.pup |
| Filesize |
231.38 KB |
| Downloaded |
1036 Time(s) |
|
|
Back to top
|
|
 |
|