I use Stremio to watch films and series online.
The Stremio package comes with many files, and two of them can be used to launch the program; Stremio-runtime (I don't use it because this laucher makes stremio freeze) and Stremio.sh, which I do use.
My Stremio folder is in my home directory, and to launch it I have to use terminal:
cd Stremio/
./Stremio.sh
Because even with "run the file as a program", when I double click Stremio.sh, it opens with gedit?
What is wrong?
sh ~/Stremio/Stremio.sh
– M. Becerra Mar 13 '17 at 22:12nohup sh ~/Stremio/stremio.sh
– M. Becerra Mar 13 '17 at 23:51