Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/com.github.Matoking.protontricks.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<id>com.github.Matoking.protontricks</id>
<name>Protontricks</name>
<summary>Apps and fixes for Proton games</summary>
<summary xml:lang="ru">Программы и исправления для игр на Proton</summary>
<icon type="stock">wine</icon>
<provides>
<binary>protontricks</binary>
Expand All @@ -16,6 +17,7 @@
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Matoking/protontricks/master/data/screenshot.png</image>
<caption>App selection screen</caption>
<caption xml:lang="ru">Окно выбора приложения</caption>
</screenshot>
</screenshots>
<supports>
Expand All @@ -28,6 +30,10 @@
<p>Run Winetricks commands for Steam Play/Proton games among other common Wine features,
such as launching external Windows executables. This is often useful when a game requires closed-source runtime libraries or applications
that are not included with Proton.</p>
<p xml:lang="ru">Выполняет команды Winetricks для игр Steam Play/Proton, а также даёт доступ к другим
привычным возможностям Wine — например, к запуску сторонних программ Windows. Это часто
нужно, когда игре требуются библиотеки или приложения с закрытым исходным кодом,
которых нет в составе Proton.</p>
</description>
<categories>
<category>Utility</category>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[Desktop Entry]
Exec=protontricks-launch --no-term %f
Name=Protontricks Launcher
Name[ru]=Запуск через Protontricks
Comment=Run a Windows executable inside a Proton game's Wine prefix
Comment[ru]=Запустить программу Windows в префиксе Wine игры на Proton
Type=Application
Terminal=false
NoDisplay=true
Expand Down
4 changes: 4 additions & 0 deletions src/protontricks/data/share/applications/protontricks.desktop
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[Desktop Entry]
Exec=protontricks --no-term --gui
Name=Protontricks
GenericName=Winetricks for Proton games
GenericName[ru]=Winetricks для игр на Proton
Comment=A simple wrapper that does winetricks things for Proton enabled games
Comment[ru]=Простая обёртка, позволяющая применять winetricks к играм, работающим через Proton
Type=Application
Terminal=false
Categories=Utility;
Icon=wine
Keywords=Steam;Proton;Wine;Winetricks;
Keywords[ru]=Steam;Proton;Wine;Winetricks;Стим;Протон;Вайн;Винтрикс;
Loading