Release: 28 Aug 2024
Author: ernzo
Repository: Dolphin-UltraCopier
Action script for Dolphin that uses CopyQ to Paste the clipboard content via Ultracopier.
Works perfectly in Debian (trixie) Plasma/Wayland + latest stock CopyQ & Ultracopier.
Installation Instructions
1. Copy the Script:
- Copy `dolphin_ultracopier.py` to `/home/USER/scripts/`
2. Copy Desktop Entry:
- Copy `ultrapaste.desktop` to `/home/USER/.local/share/kservices5/ServiceMenus/`
- Alternatively, copy it to `/usr/share/kservices5/ServiceMenus/` for a system-wide application.
-For KDE Plasma 6 / Dolphin v.24 and up > Copy .desktop file to `/home/USER/.local/share/kio/servicemenus/`
or `/usr/share/kio/servicemenus` for a system-wide application.
3. Set Permissions:
chmod +x /home/USER/scripts/dolphin_ultracopier.py
chmod 644 /home/USER/.local/share/kservices5/ServiceMenus/ultrapaste.desktop
sudo chmod 644 /usr/share/kservices5/ServiceMenus/ultrapaste.desktop
chown USER:USER /home/USER/.local/share/kservices5/ServiceMenus/ultrapaste.desktop
sudo chown root:root /usr/share/kservices5/ServiceMenus/ultrapaste.desktop
4. Restart Dolphin: - Restart Dolphin file manager, the "Paste with Ultracopier" option should appear on the Right Click Context/Dropdown Menu.

Voila?
PS: If anyone manages to Bind it to a Keyboard Shortcut,
be it via Dolphin Shortcuts, or KWin Global Shortcuts.. be my guest.
Ratings & Comments
0 Comments