The time now is Thu 26 Apr 2018, 07:19
All times are UTC - 4 |
Page 39 of 49 [724 Posts] |
Goto page: Previous 1, 2, 3, ..., 37, 38, 39, 40, 41, ..., 47, 48, 49 Next |
Author |
Message |
anikin
Joined: 10 May 2012 Posts: 982
|
Posted: Mon 14 Apr 2014, 13:08 Post subject:
|
|
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.
|
Back to top
|
|
 |
MyPuppysaysWauWau

Joined: 20 Feb 2014 Posts: 147 Location: Austria/Vienna
|
Posted: Mon 14 Apr 2014, 13:22 Post subject:
|
|
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
|
Back to top
|
|
 |
anikin
Joined: 10 May 2012 Posts: 982
|
Posted: Tue 15 Apr 2014, 10:07 Post subject:
|
|
Never mind, Fredx has already taken care of pfind.deb:
http://www.smokey01.com/saintless/Fredx181
I think, I can repack it.
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Wed 16 Apr 2014, 03:21 Post subject:
|
|
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
_________________ Stardust resources
|
Back to top
|
|
 |
MyPuppysaysWauWau

Joined: 20 Feb 2014 Posts: 147 Location: Austria/Vienna
|
Posted: Wed 16 Apr 2014, 04:59 Post subject:
|
|
Thx for the information, Sigmund!
No problem at all!
Regards,
Walter
|
Back to top
|
|
 |
charlie6

Joined: 30 Jun 2008 Posts: 1199 Location: Saint-Gérard / Walloon part of Belgium
|
Posted: Fri 20 Jun 2014, 23:35 Post subject:
exclude keep sticked on /initrd/pup_* |
|
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
Description |
|
Filesize |
24.12 KB |
Viewed |
329 Time(s) |

|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Sun 22 Jun 2014, 13:02 Post subject:
|
|
pFliesearch 1.35 is uploaded
See http://www.murga-linux.com/puppy/viewtopic.php?p=177950#177950
Changelog
- Bugfix: Save preferences
_________________ Stardust resources
|
Back to top
|
|
 |
tlchost
Joined: 05 Aug 2007 Posts: 2051 Location: Baltimore, Maryland USA
|
Posted: Mon 23 Jun 2014, 20:01 Post subject:
|
|
Should I remove a built-in version of Pfind before installing the latest version, or simply install the new version?
thanks
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Tue 24 Jun 2014, 01:49 Post subject:
|
|
just install the most recent.
It will place itself on top of the old.
Sigmund
_________________ Stardust resources
|
Back to top
|
|
 |
xmf-149
Joined: 02 Aug 2013 Posts: 22
|
Posted: Sat 28 Jun 2014, 03:34 Post subject:
|
|
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: | -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: | #!/bin/sh
for a in $@
do b=$(readlink $a)
defaulttexteditor "$b" & rm $a
done |
Last edited by xmf-149 on Mon 29 Sep 2014, 09:47; edited 1 time in total
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Sat 28 Jun 2014, 05:13 Post subject:
|
|
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
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Sat 28 Jun 2014, 05:14 Post subject:
|
|
Pfind 5.13 is uploaded.
See main post
changelog
- Speed up rendering of searchresult. (thanks to xmf-149)
_________________ Stardust resources
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 11193 Location: Ontario Canada,Sydney Australia
|
Posted: Sun 05 Oct 2014, 23:53 Post subject:
|
|
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 
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Mon 06 Oct 2014, 02:03 Post subject:
|
|
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
_________________ Stardust resources
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 11193 Location: Ontario Canada,Sydney Australia
|
Posted: Mon 06 Oct 2014, 02:35 Post subject:
|
|
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
Description |
|

Download |
Filename |
pfind-5.14.pet |
Filesize |
16.4 KB |
Downloaded |
148 Time(s) |
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games 
|
Back to top
|
|
 |
|
Page 39 of 49 [724 Posts] |
Goto page: Previous 1, 2, 3, ..., 37, 38, 39, 40, 41, ..., 47, 48, 49 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|