Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is the configuration file for wineceptor scripts.
- # The file should be placed in the same directory as the script.
- # Currently there is no way to edit script's settings other than by editing this file.
- # warning: Do not add any commands here, unless you certainly know, what are you doing, for they will be launched also before the script starts.
- language=ru # Language (en/ru, default en)
- wineversion=wine # default wine binary
- prefixesdir="$HOME/.local/share/wineprefixes" # Prefixes directory. (default "$HOME/.local/share/wineprefixes").
- timestogoup=10 # The search depth - how many times should the script go up, trying to find a wineprefix. (default 10)
- # Prompt for additional environment variables. Set to 1 to turn these features on. (default 0,0,0,0)
- askenvsetts=0 # Before launching a file, the script will ask for any environment settings. Set to 1, if want following settings to work.
- askenvsettsifprefixset=0 # Ask for environment variables, even if they are set by a prefix token
- askenvsettsifdirset=0 # Ask for environment variables, even if they are set by a directory token
- askenvsettsiffileset=0 # Always ask for environment variables
- # Prompt for execution parameters. Set to 1, to turn the feature. (default 0,0)
- askexesetts=0 # Ask for parameters, if no are set.
- askexesettsiffileset=0 # Always ask
- # --- # --- # --- # --- #
- # Debug script settings
- promtforclearingthelogfile=0 # Promt for clearing the log file (default 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement