The Linux File Manager Nemo is known to sometimes exhibit a bug where multiple copies of Nemo running can cause Cut+Paste operations to fail. The nemoHerd program can be used to identify if this bug is likely occurring. And nemoHerd allows you to kill all the running copies of Nemo hopefully eradicating the situation where the bug arises.

Download

Download links for nemoHerd.

1.0.0-2-x86_64

1.0.0-1-x86_64

Install

Launch a terminal and execute the following commands.

pushd ~/Downloads
mkdir
-p ~/Applications
cp nemoherd-*-x86_64.AppImage ~/Applications/

chmod +x nemoherd-*-x86_64.AppImage

sudo apt update
sudo apt install -y fuse libfuse2

Run the AppImage

pushd ~/Applications
./nemoherd-*-x86_64.AppImage

Extra

AppImageLauncher to integrate with your GUI.