pFind 6.3

Filemanagers, partitioning tools, etc.
Message
Author
anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

#571 Post by anikin »

Did a quick test on Raring-5.6.94.
3 consecutive search & export results - no hangs, so far.
The older version sometimes (not always) froze on export.
Can you also make a deb package, or just show a strictly Debian structure? I like pfind and want to install it in my self made Debian Live builds.

Thank you in advance.

User avatar
MyPuppysaysWauWau
Posts: 162
Joined: Thu 20 Feb 2014, 10:12
Location: Austria/Vienna

#572 Post by MyPuppysaysWauWau »

Hi Sigmund,

I (only I?) like a animated figure as a search assistant. Accidentally in XP there is a dog, looks so nice as Puppy :).
It would be neat to get the same dog. But maybe it could be too difficult to integrate it?

Regards from Vienna,
Walter

anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

#573 Post by anikin »

Never mind, Fredx has already taken care of pfind.deb:
http://www.smokey01.com/saintless/Fredx181
I think, I can repack it.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#574 Post by zigbert »

MyPuppysaysWauWau wrote:I (only I?) like a animated figure as a search assistant. Accidentally in XP there is a dog, looks so nice as Puppy :).
It would be neat to get the same dog. But maybe it could be too difficult to integrate it?
As far as I know, animations in the Puppy environment is doable, but troublesome:
- pFind itself can loop images to show an animation, but this requires too much of the systems resources.
- Gif animations are supported, but these doesn't look good,
- Libsvg does not support animated vector code, and this is the logic approach as I see it.

An even if we could support animations, I feel certain that many users would be against it, as it WILL occupy a noticeable part of the cpu.


Sigmund

User avatar
MyPuppysaysWauWau
Posts: 162
Joined: Thu 20 Feb 2014, 10:12
Location: Austria/Vienna

#575 Post by MyPuppysaysWauWau »

Thx for the information, Sigmund!

No problem at all! :)

Regards,
Walter

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

exclude keep sticked on /initrd/pup_*

#576 Post by charlie6 »

Hi Sigmund,
many thanks for that more and more handy app ! :)
Here cannot modify the exclude path (not present in /root/.pfind/pfindrc ... :?: ) ... it was already the case in 5.11: i tried to modify the path through the menu File/configure/general thumbnail and "modify search options" .. but pfinds exclude path keeps sticked on *initrd/pup_*
Any other way to set the path ?
Cheers, Charlie

last edited:
OK .. here riuns pfilesearch-1.34; manualy editing /root/.pfilesearch/pfilesearchrc accordingly fixes my question :D
Attachments
pfind-5.12.jpg
(24.12 KiB) Downloaded 340 times

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#577 Post by zigbert »

pFliesearch 1.35 is uploaded
See http://www.murga-linux.com/puppy/viewto ... 950#177950

Changelog
- Bugfix: Save preferences

tlchost
Posts: 2057
Joined: Sun 05 Aug 2007, 23:26
Location: Baltimore, Maryland USA
Contact:

#578 Post by tlchost »

Should I remove a built-in version of Pfind before installing the latest version, or simply install the new version?

thanks

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#579 Post by zigbert »

just install the most recent.
It will place itself on top of the old.


Sigmund

xmf-149
Posts: 23
Joined: Fri 02 Aug 2013, 04:00

#580 Post by xmf-149 »

hello im using pfind 5.11 and there is a problem that pfind/func -build_treeitems needs to use separate file that is not being monitored to prevent slow down of displaying a large number of search results. i modified it to start with:

Code: Select all

-build_treeitems)
	>/tmp/pfind-treeitems$PROGPID
	>/tmp/pfind-treeitemsx$PROGPID
	... #original code but using the x name
	mv /tmp/pfind-treeitemsx$PROGPID /tmp/pfind-treeitems$PROGPID
	;;
it was very noticable on my system, if you actually change this i was guessed you might want to instead change the tree to monitor pfind-treeitems-final because that is a better than the x name but you'd have to modify 2 files
i also had an issue using Open with TextEditor and had to set it to use this script instead of a texteditor (this might have been fixed in 5.12 though):

Code: Select all

#!/bin/sh
for a in $@
do b=$(readlink $a)
defaulttexteditor "$b" & rm $a
done
Last edited by xmf-149 on Mon 29 Sep 2014, 13:47, edited 1 time in total.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#581 Post by zigbert »

xmf-149
Wow, that was a really good catch :)

I checked the 'Open with texteditor', and it works for me with 5.12. Could you please test 5.13?


Sigmund

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#582 Post by zigbert »

Pfind 5.13 is uploaded.
See main post


changelog
- Speed up rendering of searchresult. (thanks to xmf-149)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#583 Post by ttuuxxx »

I've been using Pfind for years and its always getting better, I only have one issue with it, When I copy text from a console and paste it in pfind in the search box, usually it copies the text already in the search box "Search text" and paste that, then I have to delete the "Search text" and recopy the text and paste it. I would like to see the "Search text" removed. would make life much easier. :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#584 Post by zigbert »

ttuuxxx
I fully agree.
I have had the same issue in firefox for ages and still wonder about the reason. Can anyone help out?


Sigmund

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#585 Post by ttuuxxx »

zigbert wrote:ttuuxxx
I fully agree.
I have had the same issue in firefox for ages and still wonder about the reason. Can anyone help out?

Sigmund
I removed it from Pfind, now it works perfectly. I updated the latest with the fix. Also updated the version number :)
Attachments
pfind-5.14.pet
(16.4 KiB) Downloaded 237 times
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
ASRI éducation
Posts: 3197
Joined: Sat 09 May 2009, 12:10
Location: France
Contact:

#586 Post by ASRI éducation »

ttuuxxx wrote:I removed it from Pfind, now it works perfectly. I updated the latest with the fix. Also updated the version number :)
After installation, the search text is replaced by "Project-Id-Version: box_yesno VERSION" (see screenshot).
I use Puppy Precise CE 5.7.1 + devx + momanager_20141002
Regards
Attachments
pfind-5.14.png
(34.71 KiB) Downloaded 414 times
Projet ASRI éducation => [url=http://asri-education.org/]Association[/url] | [url=http://forum.asri-education.org/]Forum[/url] | [url=http://dl01.asri-education.org/]Dépôt[/url] | [url=http://kids.asri-education.org/]Espace kids[/url]

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#587 Post by ttuuxxx »

ASRI éducation wrote:
ttuuxxx wrote:I removed it from Pfind, now it works perfectly. I updated the latest with the fix. Also updated the version number :)
After installation, the search text is replaced by "Project-Id-Version: box_yesno VERSION" (see screenshot).
I use Puppy Precise CE 5.7.1 + devx + momanager_20141002
Regards
Attachments
mtpaint -s.jpg
Did you post that into it? Mine show a empty box every time.
ttuuxxx
(52.01 KiB) Downloaded 379 times
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#588 Post by zigbert »

I want 'searchtext' to show up, so I want another solution. pMusic has the same info, but it is deleted as soon as the mouse enters the field. I will into it...


Sigmund

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#589 Post by zigbert »

ttuuxxx
I have added this line 165 to /usr/local/pfind/pfind, and it works for me.
Does it meet your request?

Code: Select all

       <action condition="command_is_true([[ `echo \"$SEARCHSTRING\" | grep -F \"'$(gettext 'Search text')'\"` ]] && echo true)" signal="enter-notify-event">clear:SEARCHSTRING</action>

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#590 Post by ttuuxxx »

zigbert wrote:ttuuxxx
I have added this line 165 to /usr/local/pfind/pfind, and it works for me.
Does it meet your request?

Code: Select all

       <action condition="command_is_true([[ `echo "$SEARCHSTRING" | grep -F "'$(gettext 'Search text')'"` ]] && echo true)" signal="enter-notify-event">clear:SEARCHSTRING</action>
It disappears nicely, But I keep getting Search textSearch textSearch textSearch textSearch textSearch textSearch textSearSearch textSearch textSearch textSearch textSearch textSearch textSearch textSearch textSearch textSearch textSearch textSearch textSearch textSearch textch textSearch textSearch text :),
Worked best without the search text,Too bad you couldn't have a search box over a image in the background that said "Search text" , But really do you need that text, I've been using it all day without and loving it:). Everyone knows what a search box is for, Or have the text above it. Heck I could make you you a Image for it,
Attachments
search.png
(945 Bytes) Downloaded 338 times
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

Post Reply