ernzo / Dolphin-UltraCopier

Action script for Dolphin that uses CopyQ to Paste the clipboard content with Ultracopier.
https://github.com/ernzo/Dolphin-UltraCopier
GNU General Public License v3.0
1 stars 1 forks source link

Protocol to send to Ultracopier #3

Open alphaonex86 opened 2 weeks ago

alphaonex86 commented 2 weeks ago

Ultracopier is not always into /usr/bin/ultracopier The better way to do is send directly via the unix socket, on unix it's on: "advanced-copier-"+std::to_string(getuid()) or locate the Ultracopier path via current process name ultracopier of current user

alphaonex86 commented 2 weeks ago

On my system is on: /tmp/advanced-copier-1000

ernzo commented 2 weeks ago

Interesting, I didn't know much about Unix socket so I will have look into this..