As the title states, I'm trying to use Windows python on linux,
which already has worked flawlessly for what I've needed to run.
however .py files open with gedit instead of python, meaning I actually have to open python directly before I can do anything.
I've read an example that told me about a desktop entry for pdf files, but of course I don't know what I'm doing and nothing's explained for noobs, so I tried rewriting it to work with python:
[Desktop Entry]
Name=Python
Exec=wine python.exe %F
Icon=python
Type=Application
Categories=Viewer StartupNotify=false
Terminal=true
MimeType=application/py
the terminal just appears then disappears
what am I doing wrong??
Categories=Viewer StartupNotify=false
is a typo? – Jacob Vlijm Oct 07 '14 at 20:21#!
anyway ... – SamB Feb 02 '15 at 18:07