#!/bin/sh

[ -n "$(which pkexec)" ] && pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY HOME=$HOME tuxboot || tuxboot ;

