You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I installed ubuntu with lxce desktop in linuxdeploy. Installed went fine. When I launch LD, xsdl opens but the desktop is not displayed. Only the blue screen with instructions is displayed.
The text was updated successfully, but these errors were encountered:
I found a way to launch xsdl. That could be interesting for other peoples having this problem.
At first, launch xsdl, then linuxdeploy
In connectbot, type the following
log into your account (by default, android@localhost and password is changeme)
env DISPLAY=:0 startlxde (adapt following your window manager)
That should do the trick.
So, I think that the command in linuxdeploy (export DISPLAY=127.0.0.1:0; startlxde) should be replaced by the above command and that linuxdeploy should launch xsdl at start to let it the time to accept the command.
My sloution is to go /data/data/ru.meefik.linuxdeploy/include/graphics/x11 and apply patch (meefik/linuxdeploy-cli@848abf2) to deploy.sh
Then in distro settings change gui param > x server adress to "" (without quotes)
Run xsdl before starting distro. You may also have to change server adress in audio settings to "tcp:127.0.0.1"
Hello, I installed ubuntu with lxce desktop in linuxdeploy. Installed went fine. When I launch LD, xsdl opens but the desktop is not displayed. Only the blue screen with instructions is displayed.
The text was updated successfully, but these errors were encountered: