Add TryExec into the wine's desktop files.
This commit is contained in:
parent
3e84921588
commit
0bae31319b
@ -6,6 +6,7 @@ Comment[ru]=Текстовый редактор Wine
|
||||
GenericName=Windows environment
|
||||
GenericName[ru]=Запуск Windows-программ
|
||||
Exec=notepad
|
||||
TryExec=notepad
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=wine-notepad
|
||||
|
@ -6,6 +6,7 @@ Comment[ru]=Редактор реестра Wine
|
||||
GenericName=Windows environment
|
||||
GenericName[ru]=Запуск Windows-программ
|
||||
Exec=regedit
|
||||
TryExec=regedit
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=wine-regedit
|
||||
|
@ -6,6 +6,7 @@ Comment[ru]=Удаление программ из Wine
|
||||
GenericName=Windows environment
|
||||
GenericName[ru]=Запуск Windows-программ
|
||||
Exec=wine uninstaller
|
||||
TryExec=wine uninstaller
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=wine-uninstaller
|
||||
|
@ -6,6 +6,7 @@ Comment[ru]=Программа для настройки параметров Wi
|
||||
GenericName=Windows environment
|
||||
GenericName[ru]=Запуск Windows-программ
|
||||
Exec=winecfg
|
||||
TryExec=winecfg
|
||||
Terminal=false
|
||||
Icon=wine-winecfg
|
||||
Type=Application
|
||||
|
@ -6,6 +6,7 @@ Comment[ru]=Командная строка Wine
|
||||
GenericName=Windows environment
|
||||
GenericName[ru]=Запуск Windows-программ
|
||||
Exec=wineconsole cmd
|
||||
TryExec=wineconsole cmd
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=wine
|
||||
|
@ -6,6 +6,7 @@ Comment[ru]=Файловый менеджер Wine
|
||||
GenericName=Windows environment
|
||||
GenericName[ru]=Запуск Windows-программ
|
||||
Exec=winefile
|
||||
TryExec=winefile
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=wine-winefile
|
||||
|
@ -6,6 +6,7 @@ Comment[ru]=Минёр Wine
|
||||
GenericName=Windows environment
|
||||
GenericName[ru]=Запуск Windows-программ
|
||||
Exec=winemine
|
||||
TryExec=winemine
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=wine-winemine
|
||||
|
@ -23,6 +23,7 @@ Name[sr@latin]=Wine - dizač Windows programa
|
||||
Name[hr]=Wine - dizač Windows programa
|
||||
Name[he]=Wine — מריץ תכניות Windows
|
||||
Exec=wine start /unix %f
|
||||
TryExec=wine start /unix %f
|
||||
MimeType=application/x-ms-dos-executable;application/x-msi;application/x-ms-shortcut;
|
||||
Icon=wine
|
||||
NoDisplay=true
|
||||
|
Loading…
Reference in New Issue
Block a user