Is anyone else using (and liking) localsend? Following a post by Liam Proven recently on El Reg The Register I have tried it on android phones and opensuse 15.6 (yes I know) and 16.0 machines. It really does just what I need to allow easy inter-operation.
However, it’s not well documented for Leap 16.0, I try here to document how to do it:
First off, it’s only packaged as a Flatpak, so that has to be enabled. Then installation itself is the easy bit. But the firewall has to be configured manually:
sudo firewall-cmd --permanent --zone=external --add-port=53317/udp
sudo firewall-cmd --permanent --zone=external --add-port=53317/tcp
sudo firewall-cmd --reload
sudo systemctl restart firewalld.service
Clearly if your main zone is different (e.g. “Public”) you need to use that instead of “External”)
Happy transferring!
R.