Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
Hi,

With Advanced Launcher, I was able to launch xinit on my linux box to create a new xserver session ; it was very useful to keep kodi running on a separate X session when I ran some software.
But with AEL my launchers do not work anymore : nothing happened...

Have anyone ever succed to launch another X session with AEL?

For information, Here my generic launcher called by AEL : launcherx.sh
Quote:#!/bin/sh
export DISPLAY=:1
X1RUNNING=$(ps xa|grep -c "X :1")
if [ $X1RUNNING -eq 2 ]
then
        echo "RUNNING"
        /data/xbmc/scripts/$1.xinitrc
else
        echo "NOT RUNNING"
        xinit /data/xbmc/scripts/$1.xinitrc -- :1
fi
And here an example of .xinitrc :
Quote:xrandr --size 1280x720
exec openbox --startup /data/kodi/scripts/quake1.sh
Thanks in advance if you can help me!
Reply


Messages In This Thread
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by amand - 2021-10-13, 12:48
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12