Advertisement
iw2snl

wineceptor.config_0.17

Aug 25th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.49 KB | None | 0 0
  1. # This is the configuration file for wineceptor scripts.
  2. # The file should be placed in the same directory as the script.
  3. # Currently there is no way to edit script's settings other than by editing this file.
  4.  
  5. # 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.
  6.  
  7. language=ru                 # Language (en/ru, default en)
  8. wineversion=wine                # default wine binary
  9. prefixesdir="$HOME/.local/share/wineprefixes"   # Prefixes directory. (default "$HOME/.local/share/wineprefixes").
  10. timestogoup=10                  # The search depth - how many times should the script go up, trying to find a wineprefix. (default 10)
  11.  
  12. # Prompt for additional environment variables. Set to 1 to turn these features on. (default 0,0,0,0)
  13. askenvsetts=0                   # Before launching a file, the script will ask for any environment settings. Set to 1, if want following settings to work.
  14. askenvsettsifprefixset=0            # Ask for environment variables, even if they are set by a prefix token
  15. askenvsettsifdirset=0               # Ask for environment variables, even if they are set by a directory token
  16. askenvsettsiffileset=0              # Always ask for environment variables
  17.  
  18. # Prompt for execution parameters. Set to 1, to turn the feature. (default 0,0)
  19. askexesetts=0                   # Ask for parameters, if no are set.
  20. askexesettsiffileset=0              # Always ask
  21.  
  22.  
  23. # --- # --- # --- # --- #
  24. # Debug script settings
  25. promtforclearingthelogfile=0            # Promt for clearing the log file (default 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement