Nemo-share includes quite a bit of code for checking whether Samba is installed, and tries to install it via apturl if missing. However, apturl is not available in stock Debian, making a built package uninstallable there.
Since nemo-extensions is already using Debian-style packages, I don't think the Samba installation part is necessary: why not just add the things it installs as dependencies? However, the logging out and logging back in screen should probably be kept, unless it isn't needed anymore. (GLolol/nemo-extensions@ef1a78e45bc29f2077aa4efd29de119e8c8973f8 is an incomplete fix, which strips out the auto-install code entirely.)
Nemo-share includes quite a bit of code for checking whether Samba is installed, and tries to install it via
apturlif missing. However, apturl is not available in stock Debian, making a built package uninstallable there.Since nemo-extensions is already using Debian-style packages, I don't think the Samba installation part is necessary: why not just add the things it installs as dependencies? However, the logging out and logging back in screen should probably be kept, unless it isn't needed anymore. (GLolol/nemo-extensions@ef1a78e45bc29f2077aa4efd29de119e8c8973f8 is an incomplete fix, which strips out the auto-install code entirely.)