#!/bin/bash
export QT_NO_KDE_INTEGRATION=1
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/virtualbox" /usr/lib/virtualbox/VBoxManage "$@"
