pFind 6.3

Filemanagers, partitioning tools, etc.
Message
Author
GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#76 Post by GuestToo »

gtk seems to support a "closable" parameter ... i don't know if gtkdialog supports it ... it seems to support resizable="false"

i don't really know

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

#77 Post by zigbert »

Version 2.1 is uploaded. See main post.

- Added more MIME-types
- Changed default burner app to Grafburn
- and made some minor improvements.

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

#78 Post by zigbert »

Version 2.2 is uploaded. See main post.

- Bugfix: *.ogg was detected as both music and video.
- Menuitem: View images in Slideshow. (thanks for inspiration from HairyWill and Getnikar)
- Menuitem: Open in TextEditor. (thanks to Dougal)

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#79 Post by disciple »

Sweet - I got 2.2 working in the ancient Grafpup 1.04 just by installing it and gxmessage and GTKdialog3 and copying over a new version of find (you have to copy it at every boot because of the way Puppy 1.x uses unionfs) :) :)
N.B. that when I mention bugs and stuff below they are not specific to Puppy 1 - I would not report them if they were. They all show up in 2.16.
--------------------------------------

Here's a modified version of Pfind that I've done

Changes:
I added a "Show location" function, to open the location of the selected file in ROX.

I made double-clicking on a file open it by default in whatever way it would be opened if you double-clicked on it in ROX. (You can still add custom MIME-types for Pfind).

I added an "Open as text" function for the selected file.

I added a "Send to Trash" function for the selected file

I fixed gui spelling errors in what was line 462 of Pfind (advansed), and macthed or macthing or something somewhere :), and seperate in line 25 of pfind.txt

I modified line 4 of all the func_ files (and another line in func_run) so they handle files with spaces in the path correctly (please tell me if I'm misunderstanding something and shouldn't have done that).
------------------------------------

Further improvements I think could be made if anyone feels like it and can figure out how:

A "move file to..." feature would probably be fairly easy to do.

Ideally it might be good if the copy/link/rename dialogues could use the gtk dialogue that allows you to navigate directories - although in some ways I prefer the way it is done at the moment.

These improvements would probably have the most benefit to the end user:
How can we keep the Search Results window maximised when you click on a button to show only a certain type of file? Also, why (in JWM) when you first maximise it, does it maximise for a fraction of a second, then unmaximise, leaving a small gap at the top of the screen?

Can we do anything about the fact that when the file manager features are used (copy/link/delete), the results window goes back to showing all file types? (I'm wondering if they just need to be converted to the same format as the func_ files)

It would be good to have your previous search term stay in the search bar when you used advanced search, rather than

Code: Select all

func func_filter func_MIME func_openwith func_run func_tips func_viewfiles pfind tab130.png tab.png
--------------------------------------

Major Bugs (these are all there in 2.2 - not new in my version):

If you use advanced search and select an action other than show summary, it does not work correctly. Also the feature to find image files or music files etc does not seem to always work.

Once you have run a search, there is also a problem with instances of Pfind, Gtkdialog and gxmessage staying around after you close Pfind. If you kill some of them with kp before killing the Pfind instances, you get things happening again - new Pfind results windows popping up, music players opening to play lists - whatever you did before closing Pfind. So something clearly isn't exiting correctly. I read what Zigbert said about Gtkdialog above, but you also get instances of Pfind itself still there.

Minor Bugs:

If Pfind finds a large number of files (several thousand in Puppy 2.16, but several hundred in Grafpup 104 - that's how I noticed) then nothing shows up in the results pane. This does not appear consistent - sometimes it will show with more results than there are when it won't show other times. I guess maybe it is not actually the number of results, but something in the filenames or something.

I also have a strange situation where if I search for music files on one of my (FAT32) drives, it only shows me one file, but it plays all of them, except that Gxine complains that it can't play most of the mp3s in one particular folder. But it can normally play these files - very strange.




BTW the help states that it won't show results in file manager mode if some results have < or > in the path, but there must be another illegal character or something, as sometimes if you remove results with these, then it still won't show them in file manager mode.

BTW does anyone know what the deal is with the icons used in Pfind? Are they built in to gtkdialog3 or something? I can't find them. How can I get a copy of one?
Attachments
pfind-2.2-disciple.pet
(12.28 KiB) Downloaded 669 times

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

#80 Post by zigbert »

disciple
Nice work. I will start working on a major upgrade, but now Pbackup has the attention.

- I'll look through the code, and incorporate (maybe all of) it. I'm very pleased with the use of Rox-MIME types. My todo-list is now shorter.
- The critical issue is about instances. I got a sort of solution. It still doesn't kill prosess, but it keeps Pfind stable even if older prosesses is running.
- The icons are all gtk-builtin.
- I will try to get rid of gxmessage, and only use gtk-dialog (and xdialog for calender).

Thanks for your contribution.
Sigmund

plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

#81 Post by plinej »

I tweaked this a little more using disciple's modified package. I got rid of all of the instances of xdialog and changed them to gtkdialog. I also modified where the temp files go so pfind can be run on a multi-user system (a non-root user won't be able to delete the root owned files in /tmp/). When writing programs we should try to use $HOME as opposed to /root so these scripts can be easily ported to other distros. I put the pfindrc & pfindMIME files in the same directory as the rest of pfind and then they get copied to $HOME/.config/pfind/ (if they aren't already there) when pfind is ran. I'll post my modifications in a little while incase you want to incorporate them too.

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

#82 Post by zigbert »

I'll post my modifications in a little while incase you want to incorporate them too.
Please do

Sigmund

plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

#83 Post by plinej »

Ok, here are my modifications. I also moved the pfind directory to /usr/local/apps/Utility/Pfind/ for the sake of grafpup. I tweaked the pfind script a little more to work right in Ubuntu. For some reason it chokes on the "echo -e whatever > /tmp/somefile". It will add the "-e" into the temp files. I just changed the "echo -e" to "echo" in every instance where it pipes into a temp file. It does the same thing with the "echo -e "\c"". Is there a reason to have the "c" at the begining of the temp file? The package I posted doesn't have the modifications to the echo lines.
Attachments
pfind-2.2-disciple-plinej.pet
(13.13 KiB) Downloaded 681 times

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

#84 Post by zigbert »

"echo -e "\c"". Is there a reason to have the "c" at the begining of the temp file?
Just a bad habit :oops:

Thanks for code. I will start working on it, but not today.....

Maybe it also should support alien languages.

Sigmund

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#85 Post by disciple »

OK, shall we start with Vulcan? :)

It looks very slick now plinej. Nathan should be pleased too.

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

#86 Post by zigbert »

Why do Grafpup wants the program to be in /usr/local/apps/...??????

It seems not to be the most common choice.

plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

#87 Post by plinej »

Nathan puts them there because of how he has Rox setup. Checkout grafpup and you'll see why.

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

#88 Post by zigbert »

To ask it another way:
/usr/local/pfind or /usr/local/apps/utility/pfind is a matter of packaging, and not that important to get pfind to work correct?

Sigmund

plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

#89 Post by plinej »

You are correct, just a matter of preference.

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#90 Post by disciple »

Jason - since you're into making it work in Grafpup, do you know if it's possible to get the "act on list" button for image files to work with xnview? For some reason I can get it to show them all in xnview, but it doesn't like something about the links, and shows me a generic icon, instead of thumbnails.

Also, your version doesn't seem to work with gtksee, because the links are inside a hidden folder.---EDIT--- no - I just missed the option to view hidden files in GTKSEE.

OH NO - I just discovered that the #s in .pfindMIME aren't actually commenting things out - e.g. with the file as we had it, if I double-click on a jpg it opens in Gimp, but if I remove the

Code: Select all

#jpeg=defaultpaint
#jpg=defaultpaint
lines, then it will open in xnview, like it does when I click on it in ROX. I thought it was working before, but maybe I only tried file types that weren't in .pfindMIME.

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

#91 Post by zigbert »

Version 2.3 is uploaded. See main post.

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#92 Post by disciple »

Do the actions when you search for a type of file (picture, music etc) actually work for anybody? I haven't got Puppy 2.17, but I wouldn't have thought it would behave differently from 2.16 on this. These actions still don't work for me because for some reason it doesn't build the symlinks, so it opens GTKSEE or whatever with nothing to show.

Am I missing something?

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

#93 Post by zigbert »

Yeah, you right. Autoview pictures in gtksee doesn't work (I havn't used that feature for months). After gtksee is loaded, Pfind shows up with its overview-mode. It doesn't seem logical. I'll take a look at it.

I have also made it possible to list filenames with < or > in filemanager mode. It will come in 2.4.

Please report bugs. We all have different ways of using a program, and will find bugs that others won't.

Sigmund

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#94 Post by disciple »

Great! 2.4 seems really solid.
The only other suggestions I've got are to add a button in the results window to show only folders, and maybe take another look at the default slideshow options - I find

Code: Select all

"qiv -ftsNF /tmp/pfind-view$PROGPID"
more useful.

If you ever do another version you might as well change seperate to separate in line 8 of .pfindrc as well.

This is really good. Zigbert is the man!

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

#95 Post by zigbert »

disciple
Thanks for suggestions. Your help brings this project futher.

Sigmund

Post Reply