#!/bin/sh
export LIBOVERLAY_SCROLLBAR=0
export SWT_GTK3=0
export GDK_BACKEND=x11
RESOLVED=$(readlink "$0" || echo "$0")
DIRNAME=$(dirname "$RESOLVED")
exec "${DIRNAME}/.Streamline" "-nosplash" "$@"