This allows proper opening of .nes files with the proper mime-type. For details on how this works, see: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables
23 lines
509 B
Desktop File
23 lines
509 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Version=1.0
|
|
Name=Fceux
|
|
GenericName=NES/Famicom emulator
|
|
NoDisplay=false
|
|
Comment=Emulate NES ROMs
|
|
Exec=/usr/bin/fceux %f
|
|
Icon=/usr/share/pixmaps/fceux1.png
|
|
Terminal=false
|
|
MimeType=application/x-nes-rom
|
|
Categories=Game;Emulator;
|
|
Encoding=UTF-8
|
|
Actions=Fullscreen;DefaultConfig;
|
|
[Desktop Action Fullscreen]
|
|
Name=Open in Fullscreen
|
|
Exec=fceux -f 1
|
|
OnlyShowIn=Unity
|
|
[Desktop Action DefaultConfig]
|
|
Name=Start With the Default Configuration
|
|
Exec=fceux --no-config 1
|
|
OnlyShowIn=Unity
|