Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One-Time Run: Add support for Native Linux executables #801

Merged
merged 10 commits into from
May 21, 2023
2 changes: 2 additions & 0 deletions lang/chinese.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1156,3 +1156,5 @@ GUI_DLSTEAMDECKCOMPATINFO="Download Steam Deck compatibility information"
DESC_DLSTEAMDECKCOMPATINFO="Fetch Steam Deck compatibility information from Steam - Previously fetched compatibility information will be preserved"
GUI_DISABLEVORTEXAUTOUPDATE="Disable Vortex Auto Updates"
DESC_DISABLEVORTEXAUTOUPDATE="sets Vortex update channel to 'No automatic updates' which can help prevent breakages - if disabled, will set to stable/beta depending on value of 'USEVORTEXPRERELEASE' checkbox"
GUI_OTRFORCEPROTON="Force Proton with Custom Command"
DESC_OTRFORCEPROTON="force Proton with the current Custom Command, even if SteamTinkerLaunch detects it as a Linux executable"
6 changes: 4 additions & 2 deletions lang/dutch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,9 @@ GUI_WDCDIALOG="Select Wine debug channels for 'XXX'\n(if both '$GUI_MINUS' and '
BUT_RUN="RUN"
GUI_ONETIMERUN="Options to start a custom command"
GUI_OTPROTON="One time Proton version"
DESC_OTPROTON="Proton version used for the command, default is the game default"
DESC_OTPROTON="Proton version used for the command, default is the game default - Ignored if the executable is not detected as a Windows executable"
GUI_OTEXE="One time command"
DESC_OTEXE="The command which is supposed to be started"
DESC_OTEXE="The command which is supposed to be started, can be either a Windows or Linux executable"
GUI_OTARGS="Arguments"
DESC_OTARGS="Command line arguments for above command"
GUI_OTSAVE="Save"
Expand Down Expand Up @@ -1156,3 +1156,5 @@ GUI_DLSTEAMDECKCOMPATINFO="Download Steam Deck compatibility information"
DESC_DLSTEAMDECKCOMPATINFO="Fetch Steam Deck compatibility information from Steam - Previously fetched compatibility information will be preserved"
GUI_DISABLEVORTEXAUTOUPDATE="Disable Vortex Auto Updates"
DESC_DISABLEVORTEXAUTOUPDATE="sets Vortex update channel to 'No automatic updates' which can help prevent breakages - if disabled, will set to stable/beta depending on value of 'USEVORTEXPRERELEASE' checkbox"
GUI_OTRFORCEPROTON="Force Proton with Custom Command"
DESC_OTRFORCEPROTON="force Proton with the current Custom Command, even if SteamTinkerLaunch detects it as a Linux executable"
6 changes: 4 additions & 2 deletions lang/english.txt
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,9 @@ GUI_WDCDIALOG="Select Wine debug channels for 'XXX'\n(if both '$GUI_MINUS' and '
BUT_RUN="RUN"
GUI_ONETIMERUN="Options to start a custom command"
GUI_OTPROTON="One time Proton version"
DESC_OTPROTON="Proton version used for the command, default is the game default"
DESC_OTPROTON="Proton version used for the command, default is the game default - Ignored if the executable is not detected as a Windows executable"
GUI_OTEXE="One time command"
DESC_OTEXE="The command which is supposed to be started"
DESC_OTEXE="The command which is supposed to be started, can be either a Windows or Linux executable"
GUI_OTARGS="Arguments"
DESC_OTARGS="Command line arguments for above command"
GUI_OTSAVE="Save"
Expand Down Expand Up @@ -1157,3 +1157,5 @@ GUI_DLSTEAMDECKCOMPATINFO="Download Steam Deck compatibility information"
DESC_DLSTEAMDECKCOMPATINFO="Fetch Steam Deck compatibility information from Steam - Previously fetched compatibility information will be preserved"
GUI_DISABLEVORTEXAUTOUPDATE="Disable Vortex Auto Updates"
DESC_DISABLEVORTEXAUTOUPDATE="sets Vortex update channel to 'No automatic updates' which can help prevent breakages - if disabled, will set to stable/beta depending on value of 'USEVORTEXPRERELEASE' checkbox"
GUI_OTRFORCEPROTON="Force Proton with Custom Command"
DESC_OTRFORCEPROTON="force Proton with the current Custom Command, even if SteamTinkerLaunch detects it as a Linux executable"
6 changes: 4 additions & 2 deletions lang/englishUK.txt
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,9 @@ GUI_WDCDIALOG="Select Wine debug channels for 'XXX'\n(if both '$GUI_MINUS' and '
BUT_RUN="RUN"
GUI_ONETIMERUN="Options to start a custom command"
GUI_OTPROTON="One time Proton version"
DESC_OTPROTON="Proton version used for the command, default is the game default"
DESC_OTPROTON="Proton version used for the command, default is the game default - Ignored if the executable is not detected as a Windows executable"
GUI_OTEXE="One time command"
DESC_OTEXE="The command which is supposed to be started"
DESC_OTEXE="The command which is supposed to be started, can be either a Windows or Linux executable"
GUI_OTARGS="arguments"
DESC_OTARGS="Command line arguments for above command"
GUI_OTSAVE="Save"
Expand Down Expand Up @@ -1156,3 +1156,5 @@ GUI_DLSTEAMDECKCOMPATINFO="Download Steam Deck compatibility information"
DESC_DLSTEAMDECKCOMPATINFO="Fetch Steam Deck compatibility information from Steam - Previously fetched compatibility information will be preserved"
GUI_DISABLEVORTEXAUTOUPDATE="Disable Vortex Auto Updates"
DESC_DISABLEVORTEXAUTOUPDATE="sets Vortex update channel to 'No automatic updates' which can help prevent breakages - if disabled, will set to stable/beta depending on value of 'USEVORTEXPRERELEASE' checkbox"
GUI_OTRFORCEPROTON="Force Proton with Custom Command"
DESC_OTRFORCEPROTON="force Proton with the current Custom Command, even if SteamTinkerLaunch detects it as a Linux executable"
2 changes: 2 additions & 0 deletions lang/french.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1156,3 +1156,5 @@ GUI_DLSTEAMDECKCOMPATINFO="Download Steam Deck compatibility information"
DESC_DLSTEAMDECKCOMPATINFO="Fetch Steam Deck compatibility information from Steam - Previously fetched compatibility information will be preserved"
GUI_DISABLEVORTEXAUTOUPDATE="Disable Vortex Auto Updates"
DESC_DISABLEVORTEXAUTOUPDATE="sets Vortex update channel to 'No automatic updates' which can help prevent breakages - if disabled, will set to stable/beta depending on value of 'USEVORTEXPRERELEASE' checkbox"
GUI_OTRFORCEPROTON="Force Proton with Custom Command"
DESC_OTRFORCEPROTON="force Proton with the current Custom Command, even if SteamTinkerLaunch detects it as a Linux executable"
2 changes: 2 additions & 0 deletions lang/german.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1158,3 +1158,5 @@ GUI_DLSTEAMDECKCOMPATINFO="Download Steam Deck compatibility information"
DESC_DLSTEAMDECKCOMPATINFO="Fetch Steam Deck compatibility information from Steam - Previously fetched compatibility information will be preserved"
GUI_DISABLEVORTEXAUTOUPDATE="Disable Vortex Auto Updates"
DESC_DISABLEVORTEXAUTOUPDATE="sets Vortex update channel to 'No automatic updates' which can help prevent breakages - if disabled, will set to stable/beta depending on value of 'USEVORTEXPRERELEASE' checkbox"
GUI_OTRFORCEPROTON="Force Proton with Custom Command"
DESC_OTRFORCEPROTON="force Proton with the current Custom Command, even if SteamTinkerLaunch detects it as a Linux executable"
2 changes: 2 additions & 0 deletions lang/italian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1156,3 +1156,5 @@ GUI_DLSTEAMDECKCOMPATINFO="Download Steam Deck compatibility information"
DESC_DLSTEAMDECKCOMPATINFO="Fetch Steam Deck compatibility information from Steam - Previously fetched compatibility information will be preserved"
GUI_DISABLEVORTEXAUTOUPDATE="Disable Vortex Auto Updates"
DESC_DISABLEVORTEXAUTOUPDATE="sets Vortex update channel to 'No automatic updates' which can help prevent breakages - if disabled, will set to stable/beta depending on value of 'USEVORTEXPRERELEASE' checkbox"
GUI_OTRFORCEPROTON="Force Proton with Custom Command"
DESC_OTRFORCEPROTON="force Proton with the current Custom Command, even if SteamTinkerLaunch detects it as a Linux executable"
2 changes: 2 additions & 0 deletions lang/polish.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1156,3 +1156,5 @@ GUI_DLSTEAMDECKCOMPATINFO="Download Steam Deck compatibility information"
DESC_DLSTEAMDECKCOMPATINFO="Fetch Steam Deck compatibility information from Steam - Previously fetched compatibility information will be preserved"
GUI_DISABLEVORTEXAUTOUPDATE="Disable Vortex Auto Updates"
DESC_DISABLEVORTEXAUTOUPDATE="sets Vortex update channel to 'No automatic updates' which can help prevent breakages - if disabled, will set to stable/beta depending on value of 'USEVORTEXPRERELEASE' checkbox"
GUI_OTRFORCEPROTON="Force Proton with Custom Command"
DESC_OTRFORCEPROTON="force Proton with the current Custom Command, even if SteamTinkerLaunch detects it as a Linux executable"
6 changes: 4 additions & 2 deletions lang/russian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,9 @@ GUI_WDCDIALOG="Select Wine Debug Channels for 'XXX'\n(if both '$GUI_MINUS' and '
BUT_RUN="RUN"
GUI_ONETIMERUN="Options to start a custom command"
GUI_OTPROTON="One time Proton version"
DESC_OTPROTON="Proton version used for the command, default is the game-default"
DESC_OTPROTON="Proton version used for the command, default is the game default - Ignored if the executable is not detected as a Windows executable"
GUI_OTEXE="One time command"
DESC_OTEXE="The command which is supposed to be started"
DESC_OTEXE="The command which is supposed to be started, can be either a Windows or Linux executable"
GUI_OTARGS="Arguments"
DESC_OTARGS="Command line arguments for above command"
GUI_OTSAVE="Save"
Expand Down Expand Up @@ -1156,3 +1156,5 @@ GUI_DLSTEAMDECKCOMPATINFO="Download Steam Deck compatibility information"
DESC_DLSTEAMDECKCOMPATINFO="Fetch Steam Deck compatibility information from Steam - Previously fetched compatibility information will be preserved"
GUI_DISABLEVORTEXAUTOUPDATE="Disable Vortex Auto Updates"
DESC_DISABLEVORTEXAUTOUPDATE="sets Vortex update channel to 'No automatic updates' which can help prevent breakages - if disabled, will set to stable/beta depending on value of 'USEVORTEXPRERELEASE' checkbox"
GUI_OTRFORCEPROTON="Force Proton with Custom Command"
DESC_OTRFORCEPROTON="force Proton with the current Custom Command, even if SteamTinkerLaunch detects it as a Linux executable"
Loading