Page 4 of 5

Posted: Mon 18 Jun 2012, 20:42
by zigbert
Version 1.30 is uploaded
See main post

changelog 1.30
- Parameter -e: embed xml-code into another app.
- NLS moved to /usr/share/locales.
- Scalable gui.
- Deactivate category filter if searching only for (type) directory.
- Disable date-entry until checkbox is set.
- Updated search-splash.
- Get rid of usleep.
- Remove Root as default user in search-command
- Remove e-mail as category (only removed in gui for now).
- Bugfix: Do not allow more than one detected langauge. (thanks to shinobar)
- Bugfix: Finetune exclude command to find files in /mnt/home. (thanks to B.K.Johnson)
- Bugfix: Searching category fails if checking more than one.
- Bugfix: Searching type (file/link/dir) should not allow more than one alternative.
- Bugfix: Searching time should not allow more than one alternative.
- Bugfix: Combine -type and -time parameters corrupted find-command.
- NLS: Changed: LOC0512

Posted: Wed 01 Aug 2012, 09:24
by zigbert
Version 1.31
See main post

Changelog
- Use gettext for NLS (thanks to L18L)

Posted: Mon 13 Aug 2012, 09:17
by zigbert
Version 1.32
See main post

changelog
- Bugfix: gettext

Posted: Mon 13 Aug 2012, 19:49
by zigbert
bump

Posted: Fri 19 Oct 2012, 19:44
by zigbert
Version 1.33
See main post

Changelog
- Bugfix: Halts if missing 'iname' attribute when running as backend.
- Bugfix: a lot of missing gettext
- Bugfix: search in /mnt/home (thanks to don570 and pemasu)

Posted: Fri 19 Oct 2012, 20:01
by pemasu
pFilesearch-1.33, test report: :D :D :D :D :D

Posted: Sat 20 Oct 2012, 07:29
by zigbert
Pemasu
All I did, was to ensure that search-path always ends with /


Sigmund

Posted: Sat 20 Oct 2012, 12:08
by chrome307
Hi Zigbert

I love the applications that you make for Puppy, but I'm always unsure if I am able to use them in Lucid 5.28.

I am right in thinking that I need to update GTKdialog in order to do so?

Currently I am using Pfilesearch 1.28.

Posted: Sat 20 Oct 2012, 13:28
by zigbert
chrome307 wrote:Hi Zigbert

I love the applications that you make for Puppy, but I'm always unsure if I am able to use them in Lucid 5.28.

I am right in thinking that I need to update GTKdialog in order to do so?

Currently I am using Pfilesearch 1.28.
Check version of gtkdialog by executing

Code: Select all

gtkdialog --version
If you got 0.8.x, you can run the latest. If you got less please stick with 1.28.

But I am sure someone has provided gtkdialog 0.8.0 or 0.8.2 for Lucid 5.28.

Atm, it is only pMusic 3 that requires gtkdialog 0.8.2, but pFind will follow.


Sigmund

Posted: Sat 20 Oct 2012, 13:46
by chrome307
Hiya

Thanks for the quick reply; as suggested I checked which version I have currently:

Code: Select all


sh-4.1# gtkdialog --version
gtkdialog version 0.7.21 (C) 2004, 2005, 2006, 2007 by Laszlo Pere

I will check the forum for an update :)

Great work with all your apps !!

[EDIT]

If anyone needs it, it can be found here compiled by oldyeller:

gtkdialog-0.8.2 ( This is for lupu 525 )
http://murga-linux.com/puppy/viewtopic. ... h&id=59513

Posted: Mon 22 Oct 2012, 23:14
by don570
Pemasu also made a gtkdialog pet package for exprimo

http://www.murga-linux.com/puppy/viewto ... 8&start=45

____________________________________

Posted: Mon 22 Oct 2012, 23:17
by don570
Bug report :

When I launch pfilesearch 1.33 with the terminal, the pfilesearch window
has a Preferences button at the bottom of window.

If I click on button , the program disappears :cry:

I tested it on Exprimo and Porteus.


when I click on preferences button in pfilesearch --->

terminal pops up
# pfilesearch

** ERROR **: gtkdialog: Error in line 12, near token '<b>': Unknown tag.

aborting...
#

__________________________________________________

Posted: Wed 24 Oct 2012, 06:33
by zigbert
don570 wrote:Bug report :

When I launch pfilesearch 1.33 with the terminal, the pfilesearch window
has a Preferences button at the bottom of window.

If I click on button , the program disappears
Got it, thank you

Posted: Thu 22 Nov 2012, 20:05
by zigbert
Version 1.34
See main post

changelog
- Bugfix: Open preferences (thanks to don570)
- Bugfix: NLS corrupts info-boxes in preferences

bug for UTF-8

Posted: Fri 30 Nov 2012, 14:38
by happyzjk
if a name of file was chinese(UTF-8),or the search Text is chinese(UTF-8),the pfilesearch and pfind bad to work,nothing found!

Posted: Sat 01 Dec 2012, 20:48
by zigbert
happyzjk
Is pFind/pFilesearch the only apps that fails for you?
UTF-8 is not handled by pFind, but by the library behind - GTK2.
I tested here with Norwegian special chars - øæåØÆÅ. This works as expected. (I am running Puppy Slacko 5.3.3).


Sigmund

Posted: Tue 04 Dec 2012, 05:21
by happyzjk
zigbert wrote:happyzjk
Is pFind/pFilesearch the only apps that fails for you?
UTF-8 is not handled by pFind, but by the library behind - GTK2.
I tested here with Norwegian special chars - øæåØÆÅ. This works as expected. (I am running Puppy Slacko 5.3.3).


Sigmund
yah,you are well.good this if working in puppy slacko 5.3.33.
The 5.4.1 puppy have bug.so i go back to use 5.3.3 :wink: thanks

search & copy feature

Posted: Thu 03 Jan 2013, 11:32
by Dromeno
I am looking for a feature which may or may not be part of psearch, pfind or even searchmonkey:

search/find a list of files which match certain citeria and then copy/move/delete/rename the whole shebang to another disk

...it is possible that I need a whole different program for this, if so please inform me

sorry too fast

Posted: Thu 03 Jan 2013, 11:56
by Dromeno
please ignore my question in the former post. It is in pfind but only after installation of the latest psearch.

Thanks Zigbert!!

Posted: Sun 22 Jun 2014, 17:01
by zigbert
Version 1.35
See main post

Changelog
- Bugfix: Save preferences (thanks to charlie6)