scripts
scripts copied to clipboard
Phoenicis scripts
https://www.mql5.com/pt/articles/625?utm_source=www.metatrader5.com&utm_campaign=download.mt5.linux
If we're already thinking about making script modifications visible to the user by showing him/her the last modification date of an script (see #188), why don't we also think about...
Use `APPLICATION_ID` instead of application name in all calls of `wine.prefix()` (especially in QuickScripts). pros: * "Notepad++" and "Notepad" can be installed in different containers * matching a container and...
compatible filesystem = any filesystem supported by wine From the Wine docs: > 2.1.1 Does Wine run on all Unix filesystems? Mostly. Wine is written to be filesystem independent so...
`Wine.prototype.run` has several parameters (probably will become even more as of #213) which can be set quite independently. Therefore I suggest to use an object as parameter. This would allow...
Due to the sandbox, the installer cannot find the installation file.
Problem: wine bug [30713](https://bugs.winehq.org/show_bug.cgi?id=30713). See workaround of [winetricks](https://github.com/Winetricks/winetricks/blob/master/src/winetricks), e.g.: ``` if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls" then rm -f "$W_TMP"/* # Avoid permission error w_try_cabextract --directory="$W_TMP" vcredist_x64.exe w_try_cabextract...
Currently, it is possible that a user runs Steam after it is installed. However, the SteamScript will not continue before Steam is closed. Find a way to ensure that Steam...
### Description Currently OnlineInstallerScript does not work correctly since it defaults to upstream and no version. Asking for wine settings configures correctly ### What works ### What was not tested...