Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy home page: puppylinux.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Tue 09 Feb 2010, 07:02
All times are UTC - 4
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff)
Pfind Right Click
Moderators: deshlab, Flash, GuestToo, Ian, JohnMurga, Lobster
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
Page 1 of 2 Posts_count   Goto page: 1, 2 Next
Author Message
jrb

Joined: 11 Dec 2007
Posts: 657
Location: Smithers, BC, Canada

PostPosted: Tue 20 Oct 2009, 00:09    Post_subject:  Pfind Right Click
Sub_title: search folders with a right click
 

pfind_rtclick.pet will allow you to right click on a folder and search it and its subfolders with pfind file finder. Simple and fast.

Enjoy, J

_________________
ChoicePup4.1.2 As You Like It. puppylinux.ca/members/choicepup/ (usr=puppy passwd=linux)
Back to top
View user's profile Send_private_message Send_email 
esmourguit

Joined: 17 Nov 2006
Posts: 784
Location: Sur l'ile aux oiseaux.

PostPosted: Tue 20 Oct 2009, 03:05    Post_subject:  

Bonjour à tous,
What was missing in Pfind. Great. Really useful. Thank you very much.
Cordialement Wink

_________________
Toutou Linux - Pets francisés
Back to top
View user's profile Send_private_message Send_email 
mawebb88

Joined: 13 Jul 2008
Posts: 217
Location: France nr Lyon

PostPosted: Tue 20 Oct 2009, 03:54    Post_subject: Great  

A must. Thanks.

Rgds mike
Back to top
View user's profile Send_private_message Send_email 
zigbert


Joined: 29 Mar 2006
Posts: 2852
Location: Valåmoen, Norway

PostPosted: Tue 20 Oct 2009, 03:57    Post_subject:  

Great!
Will include in the next package.


Sigmund

_________________
Stardust resources
Back to top
View user's profile Send_private_message 
Sylvander

Joined: 15 Dec 2008
Posts: 848
Location: West Lothian, Scotland, UK

PostPosted: Tue 20 Oct 2009, 04:15    Post_subject:  

1. I've installed it and rebooted, but can't see how to use it.

2. If I r-click on a folder in my Xfe file manager, I see no offer of the choice to search or use Pfind.
I made Xfe my default file manager by installing xfe-default-file-manager-0.1 .

3. If I run ROX, there is "Mount point->Pfind", but I cannot make that find anything; I see no obvious way to specify that which is to be searched for.

4. In Thunar [the original native file manager], there is "Find here...", and I can find things using that. Very Happy
Is this the only one that will/should work with this program?

Edited_times_total
Back to top
View user's profile Send_private_message 
magerlab

Joined: 08 Jul 2007
Posts: 636

PostPosted: Tue 20 Oct 2009, 04:18    Post_subject:  

i suggest to add an icon for this link for better look
_________________
sip:desafimager.proxy01.sipphone.com
Teaching Puppy bark Russian!
new advanced vesrsions of puppyRus
http://puppyrus.org
Puppy linux A FASTER WAY xunil yppuP
Back to top
View user's profile Send_private_message Send_email 
Sylvander

Joined: 15 Dec 2008
Posts: 848
Location: West Lothian, Scotland, UK

PostPosted: Thu 22 Oct 2009, 05:24    Post_subject:  

Any suggestions for a fix for my problem?

Xfe is the file explorer in which I'd like to use this functionality.
Back to top
View user's profile Send_private_message 
jrb

Joined: 11 Dec 2007
Posts: 657
Location: Smithers, BC, Canada

PostPosted: Thu 22 Oct 2009, 17:19    Post_subject:  

Sylvander,
I'm not very familiar with Xfe. I think I tried it a few years ago with debian-lite or some such. Does it have right click functionality? Can you right click on a file and do things with or to it?

_________________
ChoicePup4.1.2 As You Like It. puppylinux.ca/members/choicepup/ (usr=puppy passwd=linux)
Back to top
View user's profile Send_private_message Send_email 
Sylvander

Joined: 15 Dec 2008
Posts: 848
Location: West Lothian, Scotland, UK

PostPosted: Thu 22 Oct 2009, 18:36    Post_subject:  

1. " Can you right click on a file and do things with or to it?"
You most certainly can.
Has an extensive right-click "context menu".
It's like the Windows Explorer, but better.
All kinds of features.
Has [as you choose] a folder hierarchy pane plus 1 or 2 file panes.
You can use the hierarchy pane to choose which folders are displayed as panes, then copy or move chosen items [folders/files] from one pane to the other.
Some screenshots and features.
Back to top
View user's profile Send_private_message 
jrb

Joined: 11 Dec 2007
Posts: 657
Location: Smithers, BC, Canada

PostPosted: Thu 22 Oct 2009, 19:06    Post_subject:  

Sylvander,
Pfind right click is a script file, /usr/local/bin/pfind.sh. It is very simple:
Code:
#!/bin/sh
pfind -d "$1"

You will have to find some way to link this script to your right click menu.

In ROX that means symlinking /usr/local/bin/pfind.sh to /root/.config/rox.sourceforge.net/OpenWith/pfind.sh or, as I did, /root/.config/rox.sourceforge.net/OpenWith/.inode_directory/pfind.sh. After I made the symlink I renamed it "search with pfind".

If there is other right click OpenWith functionality in xfe I'm sure you will be able to do it.

Good Luck, J

_________________
ChoicePup4.1.2 As You Like It. puppylinux.ca/members/choicepup/ (usr=puppy passwd=linux)
Back to top
View user's profile Send_private_message Send_email 
Sylvander

Joined: 15 Dec 2008
Posts: 848
Location: West Lothian, Scotland, UK

PostPosted: Fri 23 Oct 2009, 03:59    Post_subject:  

Did a bit of searching in the BoxPup file system, but I'm unable to find anything that might lead to a solution.
Since I'm a Puppy & Linux newbie I'll concede defeat. Sad
Back to top
View user's profile Send_private_message 
ICPUG

Joined: 24 Jul 2005
Posts: 596
Location: UK

PostPosted: Fri 23 Oct 2009, 08:05    Post_subject:  

Sylvander,

I know nothing about xfe but thought I would try looking for info as an exercise. There appears to be zero howto documentation for xfe - typical! However, if you look here under Configuration Files you will see what files to look at to enable configuring of xfe.

http://roland65.free.fr/xfe/index.php?page=docs

Still doesn't say what can be configured and how to do it but I would look at these configuration files and see if there are any clues for the context menu configuration (if it's possible).
Back to top
View user's profile Send_private_message 
Sylvander

Joined: 15 Dec 2008
Posts: 848
Location: West Lothian, Scotland, UK

PostPosted: Fri 23 Oct 2009, 08:56    Post_subject:  

Read the linked page and did some more searching, but still came up with nothing helpful. Sad
Back to top
View user's profile Send_private_message 
jrb

Joined: 11 Dec 2007
Posts: 657
Location: Smithers, BC, Canada

PostPosted: Fri 23 Oct 2009, 10:56    Post_subject:  

Sylvander,
Have you asked on the BoxPup thread?

Which version of BoxPup are you using? I'll download the latest today and have a look.

_________________
ChoicePup4.1.2 As You Like It. puppylinux.ca/members/choicepup/ (usr=puppy passwd=linux)
Back to top
View user's profile Send_private_message Send_email 
Sylvander

Joined: 15 Dec 2008
Posts: 848
Location: West Lothian, Scotland, UK

PostPosted: Fri 23 Oct 2009, 11:06    Post_subject:  

1. "Have you asked on the BoxPup thread? "
No, which BoxPup thread?

2. "Which version of BoxPup are you using?"
Version 4.1.3
Back to top
View user's profile Send_private_message 
Display_posts:   Sort by:   
Page 1 of 2 Posts_count   Goto page: 1, 2 Next
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff)
Jump to:  

Rules_post_cannot
Rules_reply_cannot
Rules_edit_cannot
Rules_delete_cannot
Rules_vote_cannot
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
hot copy
[ Time: 0.2512s ][ Queries: 8 (0.0143s) ][ Debug on ]