diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-07-15 12:52:24 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-07-15 12:52:24 +0200 |
commit | 81d949b42befda24f89e9a316cdf3afd1e7d0a9d (patch) | |
tree | 2a081645854bd7e79ec7454b014f04007f6ed2d3 /share/itzks-systems-common/wine-fixes/wine.desktop | |
parent | dc4ca2b34bc714a77fff0b85f4bbdee835615459 (diff) | |
download | itzks-systems-81d949b42befda24f89e9a316cdf3afd1e7d0a9d.tar.gz itzks-systems-81d949b42befda24f89e9a316cdf3afd1e7d0a9d.tar.bz2 itzks-systems-81d949b42befda24f89e9a316cdf3afd1e7d0a9d.zip |
Wine desktop UI fixes
Add wine.desktop and MIME relevant files for Wine, so that Wine can get
launched via Caja and other file browsers (DIRTY HACK! in
itzks-systems-common).
Diffstat (limited to 'share/itzks-systems-common/wine-fixes/wine.desktop')
-rw-r--r-- | share/itzks-systems-common/wine-fixes/wine.desktop | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/itzks-systems-common/wine-fixes/wine.desktop b/share/itzks-systems-common/wine-fixes/wine.desktop new file mode 100644 index 0000000..ef0bb3f --- /dev/null +++ b/share/itzks-systems-common/wine-fixes/wine.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=WinE +GenericName=WinE Win32 API Emulator +GenericName[ru]=Эмулятор Win32 API +Comment=Launch your Windows programs +Comment[ru]=Программа для запуска приложений для ОС Windows +NoDisplay=true +TryExec=wine +Exec=wine %f +Terminal=false +Categories=Emulator; +MimeType=application/x-ms-dos-executable;application/x-msdos-program;application/x-msdownload;application/exe;application/x-exe;application/dos-exe;application/x-winexe;application/msdos-windows;application/x-msdos-program +Icon=wine + |