# Config file for WINE@Etersoft
# You can place config file in /etc/wine/config, ~/.config/wine or ~/.wine/config

# Work in the group, allow world to read our dir for shared mode
UMASK=0002

# Do attach at first run (see eterbug #1925)
#ATTACH_MODE="yes"

# Default name of shared C: drive dir
#WINEADMIN=testdir
#WINEADMIN=/own/admin/dir

# Disable FileFlushBuffers (see eterbug #2852)
#export WINEDISABLEFLUSH=yes

# WINE@Etersoft only
# Force window manage related behaviour
# 0 - autodetected (see winediag)
# 1 - kwin (KDE)
# 2 - metacity (GNOME)
#export WINEUSEDWM=2

# Disable window info cache
#export WINEDISABLEMCACHE=1

# Add $USER as ComputerName component (see eterbug #2620)
#export WINEADDUSERTOCOMPNAME=yes

# Hold wine environment (drivers and wineserver) in the memory (in secs)
export WINEHOLDSERVER=1800

# Allow root to use wine
#ONECLICKDESKTOP=1

# Copy skel files to Wine env (create symlinks by default)
#WINECOPYSKEL=1

# Disable automount (assign drive letters) removable devices (eterbug #4327)
#export WINEAUTOMOUNT=no

# Disable file type associations export from wine
export WINEDISABLEASSOC=yes

# Disable WINE@Etersoft splash
#WINEDISABLEETERSPLASH=yes

# Disable annoying fixmes
if [ -z "$WINEDEBUG" ] ; then
	export WINEDEBUG=fixme-mshtml
fi

# Выбор метода печати (original, sides, duplex). См. eterbug #3982
#export WINEPRINTING=sides
