From 81d949b42befda24f89e9a316cdf3afd1e7d0a9d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 15 Jul 2015 12:52:24 +0200 Subject: 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). --- share/itzks-systems-common/wine-fixes/wine.desktop | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 share/itzks-systems-common/wine-fixes/wine.desktop (limited to 'share/itzks-systems-common/wine-fixes/wine.desktop') 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 + -- cgit v1.2.3