| Author |
Message |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Mon 20 Aug 2012, 20:10 Post subject:
|
|
I was working in the most recent Precise and the
'Delete' menu item wasn't working at all and there
was strange hesitations while trying to use it. Perhaps the
application was trying to update the hit list , believing that
it had deleted a file??
________________________________
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5243 Location: Valåmoen, Norway
|
Posted: Tue 21 Aug 2012, 03:21 Post subject:
|
|
Got it, added to todo-list
Thank you
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2678 Location: Kiel,Germany
|
Posted: Fri 24 Aug 2012, 20:41 Post subject:
|
|
Cosmetic :
| Code: | @@ -432,7 +432,7 @@ export Pfind_simple='
<button>
<input file stock=\"gtk-fullscreen\"></input>
<label>$LOC_ADVANCED</label>
- <action>$PROGPATH/func -pfilesearch</action>
+ <action>$PROGPATH/func -pfilesearch &</action>
<action type=\"exit\">0</action>
</button>
<button tooltip-text=\" $LOC102 \"> |
Pfind -> Pfilesearch seems to work for me on Macpup-529(Precise) .
But i get a bunch of messages in the console :
sh-3.00# pfind
grep: /root/.pfind/pfindrc: No such file or directory
/usr/local/pfind/pfind: line 716: /root/.pfilesearch/tmp/SEARCHPATHS: No such file or directory
grep: /root/.pfilesearch/pfilesearchMIMErc: No such file or directory
grep: /root/.pfilesearch/pfilesearchMIMErc: No such file or directory
grep: /root/.pfilesearch/pfilesearchMIMErc: No such file or directory
grep: /root/.pfilesearch/pfilesearchMIMErc: No such file or directory
grep: /root/.pfilesearch/pfilesearchMIMErc: No such file or directory
grep: /root/.pfilesearch/pfilesearchMIMErc: No such file or directory
grep: /root/.pfilesearch/pfilesearchMIMErc: No such file or directory
EXIT="Ready"
grep: /root/.pfind/pfindMIMErc: No such file or directory
EXIT="Ready"
EXIT="Ready"
rm: invalid option -- 'd'
Try `rm --help' for more information.
AND 200s of these kinds :
cp: cannot create symbolic link `/tmp/searchresult16839/libmailbox.tex' to `/mnt/sda3/compile/PYTHON/Python-2.3.7/Doc/lib/libmailbox.tex': File exists
cp: cannot create symbolic link `/tmp/searchresult16839/libmailcap.tex' to `/mnt/sda3/compile/PYTHON/Python-2.3.7/Doc/lib/libmailcap.tex': File exists
cp: cannot create symbolic link `/tmp/searchresult16839/libmain.tex' to `/mnt/sda3/compile/PYTHON/Python-2.3.7/Doc/lib/libmain.tex': File exists
cp: cannot create symbolic link `/tmp/searchresult16839/libmarshal.tex' to `/mnt/sda3/compile/PYTHON/Python-2.3.7/Doc/lib/libmarshal.tex': File exists
cp: cannot create symbolic link `/tmp/searchresult16839/libmath.tex' to `/mnt/sda3/compile/PYTHON/Python-2.3.7/Doc/lib/libmath.tex': File exists
*
And I have a question about the possibility to alter the 500 files list VALUE in the GUI .
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5243 Location: Valåmoen, Norway
|
Posted: Sun 26 Aug 2012, 17:12 Post subject:
|
|
Karl Godt
please update to the latest version and report back.
I don't have any terminal output here....
| Karl Godt wrote: | | And I have a question about the possibility to alter the 500 files list VALUE in the GUI . | You can set this in the preferences
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5243 Location: Valåmoen, Norway
|
Posted: Sun 26 Aug 2012, 17:12 Post subject:
|
|
Reuploaded version 5.04.
...Corrupted file
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2678 Location: Kiel,Germany
|
Posted: Mon 27 Aug 2012, 13:18 Post subject:
|
|
| zigbert wrote: | Karl Godt
please update to the latest version and report back.
I don't have any terminal output here....
| Karl Godt wrote: | | And I have a question about the possibility to alter the 500 files list VALUE in the GUI . | You can set this in the preferences
Sigmund |
Oops :
diff -urp pfind-5.04/usr/local/pfind//pfindrc /usr/local/pfind//pfindrc
--- pfind-5.04/usr/local/pfind//pfindrc 2012-08-13 09:45:32.000000000 +0100
+++ /usr/local/pfind//pfindrc 2011-09-15 16:27:05.000000000 +0100
@@ -1,6 +1,7 @@
-export VERSION=5.04
+export VERSION=4.24
How about something like :
| Code: | export Pfind_simple='
<window title="Pfind '$VERSION'" icon-name="gtk-find"> |
OR
| Code: | export Pfind='
<window title="'$(gettext "Pfind $VERSION Overview")'" icon-name="gtk-find"> |
|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2678 Location: Kiel,Germany
|
Posted: Mon 27 Aug 2012, 13:31 Post subject:
|
|
And another thing : Opera browser thinks he is the very very smart guiy and transforms .pet dl ( and .xz as far as i observed ) into .gz , even with tweaks .
| Code: | #!/bin/ash
USERNAME=puppy
PASSWORD=linux
read -p "ENTER USER name [puppy] :" USER_NAME
[ "$USER_NAME" ] || USER_NAME=$USERNAME
read -p "ENTER PASS word [linux] :" PASS_WORD
[ "$PASS_WORD" ] || PASS_WORD=$PASSWORD
read -p "ENTER url :" URL
[ "$URL" ] || { echo NEEDED;exit 0; }
KIND="${URL%%\:*}"
case $KIND in
http) U_O=--http;;
ftp) U_O=--ftp;;
*) U_O=--${KIND};;
esac
wget ${U_O}-user="$USER_NAME" ${U_O}-password="$PASS_WORD" "$URL" |
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5243 Location: Valåmoen, Norway
|
Posted: Tue 28 Aug 2012, 01:17 Post subject:
|
|
| Karl Godt wrote: | How about something like :
| Code: | | <window title="Pfind '$VERSION'" icon-name="gtk-find"> |
| Yepp
_________________ Stardust resources
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Tue 25 Sep 2012, 20:17 Post subject:
bug report version 5.04 |
|
bug report version 5.04
I was using latest precise and it uses pfind 5.04
When doing an 'advanced' search in /mnt (or any other place)
I fill in characters and click 'Search' ----> the results are
correct but when I select one item on the hit list and select
from pfind menu 'Show location' I get the following warning message...
_______________________________________________
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Wed 03 Oct 2012, 20:44 Post subject:
|
|
I am using pfind 5.04 in precise and I found a nasty bug
To test the bug on frugal install of precise ---> put a file 'zzzzz'
in /mnt/home , then try to find it with pfind
I was able to find it with my Bulldog finder.
The problem is that /mnt/home is a link.
___________________________________________
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5243 Location: Valåmoen, Norway
|
Posted: Thu 04 Oct 2012, 13:30 Post subject:
|
|
don570
I have no time to fix pFind right now, but will look at your input when things slow down a bit....
Even if I don't reply, please report bugs here, and I will catch up later.
Thank you
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Wed 17 Oct 2012, 04:33 Post subject:
|
|
Regarding Don570`s bug report of recent woof built Puppies. I got the same problem with Dpup when I built with recent woof. The /mnt/home is symlink to the /initrd/mnt/dev_save.
I dont know if that is the reason why /mnt/home searches fail, but I tested pfilesearch 1.28 - 1.30 - 1.31 -1.32 and pfind 4.25 and pfind 5.04, well, maybe not all possible combinations, but anyway....I couldnt make pfind or using pfilesearch straight to find /mnt/home stuff. It just does not search it.
I can make it to search it by specifying /initrd/mnt/dev_save in search path
This didnt work: # find /mnt/home -name "ati.pat*"
....but this did work: # find /mnt/home/ -name "ati.pat*"
# find /mnt/home/ -name "ati.pat*"
/mnt/home/ati.patch
EDIT: also Pfind and Pfilesearch work when I use search path: /mnt/home/, Pfind-5.04 and Pfilesearch 1.32
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Wed 17 Oct 2012, 19:33 Post subject:
/mnt/home |
|
Most versions of puppy avoid using a link named /mnt/home
I put a line in bacon recorder to create this link because I
thought that I helping users to quickly find a hard disk partition
to store their recordings, but after a month or two I reversed my
thinking and took this line out of bacon recorder . I was worried
about confusing other programs.
Also I was alarmed when I read that 01micko was thinking of putting
a link /mnt/home in the next version of Slacko!!!
_________________________________________________
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Thu 18 Oct 2012, 16:52 Post subject:
|
|
I booted up fluppy 013 with pfix=ram
and discovered that it uses a /mnt/home link.
I checked the built-in pfind 4.2 to see if it could find a file
on /mnt/home and found it couldn't.
I did an advanced search using /mnt/home as the location
and it didn't work.
So this bug has been in pfind for at least a year !!!
__________________________________________
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5243 Location: Valåmoen, Norway
|
Posted: Fri 19 Oct 2012, 15:45 Post subject:
|
|
| Quote: | | EDIT: also Pfind and Pfilesearch work when I use search path: /mnt/home/, Pfind-5.04 and Pfilesearch 1.32 |
Thank you guys - check this
_________________ Stardust resources
|
|
Back to top
|
|
 |
|