#!/bin/bash
TMP_PATH=$$PATH
PATH=$$PATH:/usr/sbin
/usr/bin/xdg-su -c /usr/sbin/linssid
PATH=$$TMP_PATH
