Skip to content
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

Linux Mint Cinnamon (Nemo) integration #57

Open
idielcfg opened this issue Feb 11, 2021 · 9 comments
Open

Linux Mint Cinnamon (Nemo) integration #57

idielcfg opened this issue Feb 11, 2021 · 9 comments

Comments

@idielcfg
Copy link

Hello i love ultracopier, i think it is a tool that most linux desktop users appreciate. In my case i use Linux Mint 20.04 and it would be grate if it can be integrated with Nemo. There is any possibility to have these in future version?

@alphaonex86
Copy link
Owner

Hi,
I have already requested to Nemo, but for now refused by Nemo.
You can request it again if you want

@idielcfg
Copy link
Author

idielcfg commented Feb 11, 2021

Feature requested: 2665, lets see if we have look ;)

@rambo919
Copy link

Seems that Nemo complains about qt being the major reason it "won't work"..... what about dolphin then instead for qt DE's like KDE?

@alphaonex86
Copy link
Owner

no, all the base code is C, the unix socket is just a unix socket, and work with other file manager in Qt, GTK, windows, ...
I my case I daily use with PCMan File Manager and PCMan File Manager Qt.

@ernzo
Copy link

ernzo commented Aug 23, 2024

I just posted this modification of Nemo-Ultracopier, which fixes the integration between Nemo and Ultracopier, and uses CopyQ to make the actual copy.

Caveat is: Sometimes initally you'll need to perform the Copy/Paste operation twice because,
the first time you run the script CopyQ will not be running (unless you launch it manually), and so it won't be able to capture the clipboard contents..

The second time you perform Copy/"Paste with Ultracopier" copyq will be running, and the script will work as intended.

It works perfectly here with: Debian (trixie) + KDE Plasma/Wayland + latest stock Nemo + Ultracopier + CopyQ.
(Gnome and Mate are installed too but not running)

https://github.com/ernzo/Nemo-UltraCopier/blob/patch-2/nemo-ultracopier.py

All credits to Lester and Original Developer/s

This is probably not a definitive solution,
but maybe there's something we can learn about it, and can be implemented in a more definitive one.

@alphaonex86
Copy link
Owner

alphaonex86 commented Aug 23, 2024

ok, how use it?
excuting it say me:
Usage: nemo-ultracopier.py <destination_directory>
I have too the same config, if work well I can start copyq via ultracopier

@ernzo
Copy link

ernzo commented Aug 23, 2024

Well, first you need to install Nemo-Ultracopier, (and CopyQ)
and then replace the original nemo-ultracopier.py with the new version.. located at /home/USER/.local/share/nemo/actions/

Then use chmod to grant permission to execute the file /home/USER/.local/share/nemo/actions/nemo-ultracopier.py

The regular installation procedure is detailed in the Nemo-Ultracopier itself:
https://github.com/acidburn0zzz/Nemo-UltraCopier

@alphaonex86
Copy link
Owner

Ok, I miss reading something, my file manager is dolphin, then not apply.

@ernzo
Copy link

ernzo commented Aug 27, 2024

I just published a similar Action script for Dolphin..
it uses CopyQ to Paste the clipboard contents with Ultracopier.

https://github.com/ernzo/Dolphin-UltraCopier

It works perfecly in Debian (trixie) Plasma/Wayland + latest stock CopyQ & Ultracopier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants