-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add plugn support, make it extensible like the gtk+ version. #40
Comments
While we are on the topic of plugins, my main personal request regarding those is the ability to integrate with custom file backends. For example:
|
On Tue, Apr 1, 2014 at 12:29 PM, Jerome Leclanche
|
Hi, plugin system to pass copy/move file/folders to external program will be greate for me. |
@alphaonex86 pcmanfm-qt has a detailed custom actions support. If the external program in question has command-line options, you could create custom actions for sending file operations to it. @jleclanche Most probably, the same is true for Dropbox and git jobs. Other features mentioned in this old report are already covered (as PCMan explained). Custom actions are the least known -- but very flexible -- feature of pcmanfm-qt. If something is needed, I think, it's a good help doc (see #550). |
Ultracopier support CLI, but I'm totally lost about what I need to do. EDIT: ultracopier cp sources/ destinations/ |
That means your problem is solved :)
You just need to create "custom actions" (for yourself and/or your users). The good news is that your custom actions will work with any file manager that supports them. I think Nemo and Thunar do; Nautilus did before -- I don't know about its current state. The custom actions documentation is attached to this comment: #550 (comment) |
I have see it, but all my try to redact a working .desktop or maybe enable it failed. |
You could download the attachment and read the file EDIT: Added more explanation |
Well after lot of try, the example not work. No new menu entry anywhere. |
That was the most practical help I could offer -- and it works. You could find many explanations on the Internet by searching "custom file manager actions". |
The gtk+ version of pcmanfm/libfm can be extended in several places by using modules. Try to copy that behaviour to the Qt version.
The text was updated successfully, but these errors were encountered: