1

This file used to work, I reinstalled ubuntu and now it won't work. The python script the desktop file is supposed to run works fine. I have tried placing it in ~/.local/share/applications and /usr/share/applications I have tried setting it executable as well. But it is not showing up in either open with > other application or properties > open with

Here is the desktop file.

[Desktop Entry]
Name=vlcwrapy-nix
Icon=vlc
Type=Application
Exec=/home/thekindlyone/projects/vlcwrapy-nix/vlcwrapy-nix.py %f
thekindlyone
  • 145
  • 8

2 Answers2

1

Sorry can't comment (need 50 rep) - your desktop file doesn't contain any MIME information. Try to copy the MimeType=... line from vlc's desktop file.

MoonSweep
  • 142
0

I forgot to set the python file as executable. It works fine now. Funny thing is I had written that instruction in the readme.

thekindlyone
  • 145
  • 8