I've got a Raspberry Pi that's sharing an external hard drive connected to it. I'm able to access the share just and and I'm able to copy/paste files to the share. However, only Kate is able to edit and save files to the share. Notepadqq and LibreOffice are unable to save changes to the share.
I'm not sure where this problem lies The share is working but my most of my manjaro apps are unable to edit/save to it.
The entire contents of my /etc/samba/smb.conf (on the raspberry pi)
[global]
server role = standalone server
map to guest = Bad User
usershare allow guests = yes
hosts allow = 192.168.1.1/24
hosts deny = 0.0.0.0/0
[home_folder]
comment = Home folder
path = /home/pi
read only = no
guest ok = yes
force create mode = 0755
force user = pi