mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
uxlaunch:
- start mrxvt if mrxvt is installed
This commit is contained in:
parent
2d645a2e8e
commit
f086750073
@ -9,7 +9,7 @@ progress "starting uxlaunch"
|
|||||||
XORG_CONF="/etc/X11/xorg.conf"
|
XORG_CONF="/etc/X11/xorg.conf"
|
||||||
XORG_NVIDIA_CONF="/etc/X11/xorg-nvidia.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"
|
UX_SESSION="/usr/bin/mrxvt-session"
|
||||||
else
|
else
|
||||||
UX_SESSION="/usr/bin/xbmc-session"
|
UX_SESSION="/usr/bin/xbmc-session"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user