Remove the shebang from the desktop file
Executing xdg-open on a desktop file opens the default text editor instead of running the application which I suspect is what was intended. Since the file is installed as non-executable, this should have no effect on anyone.
This commit is contained in:
parent
1f2b1caf42
commit
0311e97640
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Icon=dolphin-emu
|
||||
|
|
Loading…
Reference in New Issue