uxlaunch:

- start mrxvt if mrxvt is installed
This commit is contained in:
Stephan Raue 2010-03-29 22:28:56 +02:00
parent 2d645a2e8e
commit f086750073

View File

@ -9,7 +9,7 @@ progress "starting uxlaunch"
XORG_CONF="/etc/X11/xorg.conf"
XORG_NVIDIA_CONF="/etc/X11/xorg-nvidia.conf"
if [ "$START_MRXVT" = "yes" ]; then
if [ "$START_MRXVT" = "yes" -a -f /usr/bin/mrxvt-session ]; then
UX_SESSION="/usr/bin/mrxvt-session"
else
UX_SESSION="/usr/bin/xbmc-session"