Page 3 of 38

Posted: Mon 12 Mar 2007, 03:26
by Lobster
Pfind will be in Puppy Viz Release Candidate 1
http://puppylinux.org/wikka/CommunityEdition
which will be out in a few days if Warren keeps taking vitamins with his Fosters . . .

Well done guys. Zigbert in particular - this is so needed

I think it should have its own icon "Find"
I have run it OK in Puppy 2.14

We need more testers - run the dotpup released by VariEze as it has the gtkdialog3 (I am assuming)? which is in 2.15 (only available in Beta testing) but not yet in 2.14 or below . . .

In 2.14 when restarting JWM you will Pfind [sic] the program in the menu under "Filesystems"

Viz - everything you heard about it is true
It really is Vizzy

http://puppylinux.org/wikka/Puppy215Progress

Posted: Mon 12 Mar 2007, 13:55
by VariEze
yes, it has gtkdialog, and pangociaro. --Karl

Posted: Mon 12 Mar 2007, 16:33
by zigbert
VariEze
I've made a notice with a link in the main post.

Thank you for sharing.

Posted: Sat 24 Mar 2007, 12:13
by zigbert
Version 1.1 is uploaded. See main post.

Posted: Fri 06 Apr 2007, 19:43
by zigbert
Version 1.2 is uploaded. See main post.

Posted: Sun 27 May 2007, 09:16
by zigbert
Version 2.0 is uploaded. See main post.

Posted: Sun 27 May 2007, 09:53
by Lobster
zigbert wrote:Lobster

Pfind = Puppyfind
Gnome has G
KDE has K
Why shouldn't we have the P.
:)

'Taking the P' is a National Sport for the English
As the developer your naming convention should
be the one you like . . .
I was just looking at Pfind today and thinking
how good it was - whatever the name :)

You da man :)

Posted: Sun 27 May 2007, 09:56
by disciple
That is superb. Zigbert the genius does great things for Linux.

Posted: Sun 27 May 2007, 16:08
by zigbert
Lobster wrote:shouldn't it be called "fetch"?
Try google for Fetch, and you'll find plenty of programs.
If we want a unique name, PeeFetch would be perfect. :D

Posted: Sun 27 May 2007, 20:55
by Béèm
I feel the need to be able to exclude some directory structures.

f.e. I have a large HDD connected via linNeighborhood, which starts at MD8818 and which I want to exclude from the search, instead of unmounting it first.

Posted: Sun 27 May 2007, 21:31
by zigbert
Béèm

There is no excludelist for Pfind. But you can edit the configfile with a list of included directories (partitions). From the helpfile:

Code: Select all

If wanted, there can be several searchpaths.
Seperate paths with [OR].
searchpath=/root/ [OR] /mnt/hda4/ [OR] /mnt/hdc/
There is also an option 'Search only current filesystem', that exclude all other filesystems.

I'll put the excludelist to the wishlist, and we'll see what happens next.

Posted: Sun 27 May 2007, 22:05
by Béèm
Thank you Zigbert for the info and putting exclude on the wishlist.

Posted: Mon 28 May 2007, 20:53
by veronicathecow
Hi Zigbert, sadly I've had to leave Puppy for a while (I've found 2.16 rather buggy and never could get the Firefox crashing thing sorted...) so am having to use PClinux at moment. (Boo hisss!)
Anyway, any idea how to use Pfind on PCLinux as it's far better than any other I have come across.
Many thanks
Tony
(Hopefully will return to the kennels later on in the year!)

Posted: Mon 28 May 2007, 22:02
by Béèm
In PCLinuxOS did you do a HDD install?
Is there a way now to store personal config info?

Posted: Tue 29 May 2007, 07:19
by veronicathecow
Hi, yes it's full HDD install as to the rest I am really not sure. I've been so busy I haven't had time to check it out, just use (I mostly use Firefox with very useful extensions and it is very stable on PClinux)

Posted: Tue 29 May 2007, 07:28
by Béèm
veronicathecow wrote:Hi, yes it's full HDD install as to the rest I am really not sure. I've been so busy I haven't had time to check it out, just use (I mostly use Firefox with very useful extensions and it is very stable on PClinux)
Thank you for the info.
In the pretty near future SeaMonkey and FireFox will evolve to be more compatable and thus FireFox extentions can then be used in SeaMonkey.

So see you back at that moment? :wink:

Posted: Tue 29 May 2007, 19:31
by zigbert
veronicathecow wrote:Anyway, any idea how to use Pfind on PCLinux as it's far better than any other I have come across.
The requirements is:
- gtkdialog (Puppy uses version 0.7.18 )
- xdialog (version 1 or 2 shouldn't matter)
- gxmessage

If you compile or find these packages for PClinux, it should work. Please let me know how it goes.

Remember to use version 2.0, because the use of gtk-stock-icons.

Sigmund

Posted: Thu 31 May 2007, 15:34
by zigbert
I forgot to upgrade burnerprogram from Tkdvd to Grafburn.

Change in config:
from exec_burner=gxmessage Run TkDVD and choose menu 'Load file list' (/tmp/pfind.tkdvd)
to exec_burner=grafburn -f /tmp/pfind-view

That's all.

Posted: Thu 31 May 2007, 18:26
by Béèm
Béèm wrote:
veronicathecow wrote:Hi, yes it's full HDD install as to the rest I am really not sure. I've been so busy I haven't had time to check it out, just use (I mostly use Firefox with very useful extensions and it is very stable on PClinux)
Thank you for the info.
In the pretty near future SeaMonkey and FireFox will evolve to be more compatable and thus FireFox extentions can then be used in SeaMonkey.

So see you back at that moment? :wink:
I can add more to that.
Following the SeaMonkey group, I saw that 1.1.2 is announced.
In the discussion that followed there was talk about suiterunner.
This permits SeaMonkey, FireFox and Thunderbird to be developed based on the same development platform and thus providing more interoperabiliy. (f.e. extensions). Just google on suiterunner and you have the interesting links.

Posted: Fri 01 Jun 2007, 02:55
by HairyWill
I've just installed pfind 2.0 on puppy 2.16 and none of the matchdate options seem to work correctly

Here is a sample of what is in /tmp/pfind-execfind

Code: Select all

find -P "/" -xdev -atime --735 -atime +-1 -iname "**"
Looks like the signs for the atime arguments are being written incorrectly.