Not dev either unfortunately but hope this helps.
Not that if you make a mistake (or if I do :–) ), this could compromise the good working of your device.
SailJail encloses the apps to allow them accessing only specific things.
But you can disable this. Because you are on SFOS. Because you can access lots of things in SFOS !
-Go to Settings > Developer tools and enable dev mode, set a password
-Open a terminal from the new icon that appeared in appgrid
-type
devel-su
then input the pw you sat. (to become root and be able to edit system files)
-Make a copy of the file you will edit. In case of user defaultuser
:
cp -a /usr/share/applications/harbour-editor.desktop /home/defaultuser/Documents/
Now, add some text to the end of the file to disable SailJail:
echo “[X-Sailjail]” >> /usr/share/applications/harbour-editor.desktop
and
echo “[X-Sailjail]” >> /usr/share/applications/harbour-editor.desktop
You can now exit from terminal with the key combination (twice):
CTRL-d
CTRL-d
And disable Dev mode.
You should now be able to poke around all your files with Editor.