Merge branch 'useful-env-vars' of https://github.com/psychon/awesome

This commit is contained in:
Uli Schlachter 2016-05-09 18:41:02 +02:00
commit 1ab3f43575
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ AWESOME_CLIENT="$root_dir/utils/awesome-client"
D=:5 D=:5
SIZE="${TESTS_SCREEN_SIZE:-1024x768}" SIZE="${TESTS_SCREEN_SIZE:-1024x768}"
# Set up some env vars
# Disable GDK's screen scaling support
export GDK_SCALE=1
# No idea what this does, but it silences a warning that GTK init might print
export NO_AT_BRIDGE=1
if [ $HEADLESS = 1 ]; then if [ $HEADLESS = 1 ]; then
"$XVFB" $D -noreset -screen 0 ${SIZE}x24 & "$XVFB" $D -noreset -screen 0 ${SIZE}x24 &
xserver_pid=$! xserver_pid=$!