The time now is Tue 21 May 2013, 21:30
All times are UTC - 4 |
|
Page 24 of 38 [559 Posts] |
Goto page: Previous 1, 2, 3, ..., 22, 23, 24, 25, 26, ..., 36, 37, 38 Next |
| Author |
Message |
disciple
Joined: 20 May 2006 Posts: 6179 Location: Auckland, New Zealand
|
Posted: Wed 09 Jun 2010, 07:25 Post subject:
|
|
Is the date format in pfind really controlled by gtk? I'll have to look at the code again...
| Béèm wrote: | @ttuuxxx
GTK2 and it effects doesn't mean much to me being simple end-user.
What does it do to applications? |
Pfind is a simple (well, no a complicated ) shell script that uses another program, gtkdialog to produce a gui for another program, find. It is therefore limited to some extent by the capabilities of those other programs.
| Béèm wrote: | I never used searchmonkey and had a quick look. I didn't have a problem to set the date at dd/mm/yyyy
So why can't it be done in pfind? |
Changing the date format could be done in pfind (as could your other request - exporting all the columns). It is just a question of how complicated (and slow) it will be, and whether Sigmund (or someone else) puts in the time to write new code for it. Personally I think everyone should always use the 2010/06/09 format as it easily sorted (e.g. if you used a different format in Pfind you couldn't sort it by clicking the column header either).
Unfortunately it is not feasible (unless there is something we don't know) to sort the size column (or a column of dates in another format) due to the limitations of gtkdialog.
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6179 Location: Auckland, New Zealand
|
Posted: Wed 09 Jun 2010, 07:33 Post subject:
bug (Sort of) |
|
Hey Zigbert, did you know that "sort by extension" omits any results that don't have an extension?
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Wed 09 Jun 2010, 08:05 Post subject:
|
|
Thanks disciple.
That makes more sense to me now. Hope I retain the lesson.
Now this quote makes more sense to me also.
| Quote: | | "I would be pointing the finger at gtk2...the source of all bugginess" - mikeb |
So OOo doesn't use GTKDialog and therefor formatting is developed by the developer.
I tried to see how Pfind looked like, but it is a rather special form.
As for searchmonkey, I don't know if it's GTKDialog based also. I see it as a binary file only. But the date selection is through a calendar.
Also I have no objection to use 2010/06/09 as this is indeed YYYY/MM/DD
In fact when I put a date in a file name, I use for today, xxxx.2010.06.09.xxx
And now I discovered that one can sort a column through the menu, which renders correctly, I avoid pushing the header for sorting.
So it would be nice if pushing on a header to sort renders the same way as through the menu, but if too complicated it can stay as it is.
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Wed 09 Jun 2010, 08:56 Post subject:
Re: bug (Sort of) |
|
| disciple wrote: | | Hey Zigbert, did you know that "sort by extension" omits any results that don't have an extension? | Got it!
thank you
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6179 Location: Auckland, New Zealand
|
Posted: Wed 09 Jun 2010, 16:22 Post subject:
|
|
| Quote: | | So OOo doesn't use GTKDialog and therefor formatting is developed by the developer. |
OOo doesn't use gtkdialog or even GTK - they have their own unique gui toolkit. OOo can mimic your GTK theme though.
| Quote: | | As for searchmonkey, I don't know if it's GTKDialog based also. |
No, searchmonkey does not use gtkdialog - it is a standard c & gtk program.
| Quote: | | Also I have no objection to use 2010/06/09 as this is indeed YYYY/MM/DD |
Ah... sorry, I'd got confused about which date format you were getting.
| Quote: | | "I would be pointing the finger at gtk2...the source of all bugginess" - mikeb |
The quote is somewhat tongue-in-cheek - I don't think GTK is really that bad.
In the case of Pfind I think the limitations are less the fault of GTK itself than of gtkdialog, which is really quite primitive.
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Thu 26 Aug 2010, 12:07 Post subject:
|
|
Version 4.19
See main post
changelog
- Improved language detection (thanks to wow)
- .desktop file includes several languages (thanks to shinobar)
- Reduced size of NLS file
- Sort from tree-header is disabled (didn't work very well) - sort from menu (thanks to Beem)
- Bugfix: path to pfind-view in case more than 500 hits
- Bugfix: some search options failed in combination with 'exclude' option
- Bugfix: "sort by extension" omits any results that don't have an extension? (thanks to disciple)
_________________ Stardust resources
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6179 Location: Auckland, New Zealand
|
Posted: Tue 07 Sep 2010, 08:10 Post subject:
|
|
Hi again, here are some more bugs I thought I had already reported them... but maybe I forgot.
1. The action buttons don't work if you searched in ./
e.g. the browse button produces an error like this for each file:
| Code: | | cp: `/tmp/searchresult15883/07 Vals Venezolano': can make relative symbolic links only in current directory |
e.g. the play button produces errors like this for each file, although you'll get a different error if you don't use audacious:
| Code: | unix-io: Cannot open /tmp/./Tim Daniel/Grace Mercy And Peace/11 God Is With Us.mp3: No such file or directory.
MADPlug-Message: error initialising input |
2. pfind -d doesn't work with paths with spaces.
| Code: | # pfind -d "/initrd/mnt/dev_save/My Documents/Alister New/Multimedia/Music/new"
find: /initrd/mnt/dev_save/My: No such file or directory
find: Documents: No such file or directory
find: New/Multimedia/Music: No such file or directory
** ERROR **: GtkDialog: Could not find the dialog description in the environment variable 'MAIN_DIALOG'.
aborting...
/usr/local/pfind/pfind: line 442: 22182 Aborted gtkdialog3 is /usr/sbin/gtkdialog3 |
3. When you click the browse button the symlinks created do not have extensions. Or is this intentional?
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
Sit Heel Speak

Joined: 30 Mar 2006 Posts: 2595 Location: downwind
|
Posted: Tue 07 Sep 2010, 19:03 Post subject:
Suggestion for PFind -- show the search term in the results |
|
A search which looks on a terabyte of storage takes a few minutes.
Meanwhile, I work on Computer #2.
Then, the PFind search-results window appears on Computer #1.
I turn back to Computer #1 but have forgotten what the search term was.
Sometimes it can be inferred, sometimes not...
(Hmm, this looks like a good start on a haiku...)
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6179 Location: Auckland, New Zealand
|
Posted: Tue 07 Sep 2010, 23:38 Post subject:
|
|
Yes, I have the same trouble, but only using one computer
Personally I'd like it to display the actual find command that was run... it would help me learn to use find as well as helping with troubleshooting
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Thu 09 Sep 2010, 16:20 Post subject:
|
|
Sit Heel Speak
Show find command is a good idea.
disciple
I have looked at the bugs, and fixed 2. The problem of action buttons when using ./ as search-path worked for me. (after fixing the other 2 bugs) Hopefully this happens for you too.
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Sun 12 Sep 2010, 09:52 Post subject:
|
|
Version 4.20
See main post
changelog
- Removed quit-button
- Bugfix: When you click the browse button the symlinks created do not have extensions (thanks to disciple)
- Bugfix: pfind -d doesn't work with paths with spaces. (thanks to disciple)
_________________ Stardust resources
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Sun 12 Sep 2010, 09:53 Post subject:
|
|
I will try to rebuild pfilesearch to show 'find' command
_________________ Stardust resources
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Sun 12 Sep 2010, 10:00 Post subject:
|
|
disciple
The reported 'action buttons does not work when searching ./' seems to works with Pfind 4.20. I have not done anything to solve it??????
_________________ Stardust resources
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3937 Location: Southeast Georgia, USA
|
Posted: Mon 13 Sep 2010, 15:25 Post subject:
|
|
Is it possible to do a pfind search and then select all (or a group of) results and delete them?
The usual ctrl-arrow and shift-arrow method to select does not appear to work.
At the moment I am trying to delete Google-Chrome (actually anything with "google" in it from my Netwook with Fluppy 005 -- but I'd like to do the same on all of our computers.
Google-chrome does not show up in Package Manager or else I would have done this there (which would probably be a more-clean method).
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6179 Location: Auckland, New Zealand
|
Posted: Tue 14 Sep 2010, 03:05 Post subject:
|
|
| zigbert wrote: | disciple
The reported 'action buttons does not work when searching ./' seems to works with Pfind 4.20. I have not done anything to solve it?????? |
Yes, it seems to be fixed now
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
|
|
Page 24 of 38 [559 Posts] |
Goto page: Previous 1, 2, 3, ..., 22, 23, 24, 25, 26, ..., 36, 37, 38 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
|