I am looking for an easy way to start a normal sailfish app in developer mode (it means wiff all right). For filebrousers its not the problem because we have som patches. Since 2.1.1.26 it is not possible to change Wifi or BT from nomal apps. Maybe it only a short line? Thanks in advance. I will test follow ways:
sudo /usr/share/applications/myappapplication.desktop
or
sudo /home/nemo/myscript.sh
and in script is written
#!/bin/sh
/usr/share/applications/myappapplication.desktop
exit $?
I am only a beginner but I work on it - sorry for this simple question!