-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x11 apps do not work while running Termux on Android subsystem for Chromebook #297
Comments
Here is full Proot output log when I have typed And here is full long log generated when I have typed |
I have tried to enable thread hyperthreading enabled but it do not help. |
Problem description
It is impossible to use X11 apps on Android subsystem for Chromebook. Process always hang when some app is executed. Even if user uses Xvnc in Prooted Linux distribution.
I have executed The mate-session
proot info: vpid 5: sysenter start: openat(0xffffff9c, 0x7d042e6b46a0, 0x80000, 0x0, 0x7fff33011517, 0x0) = 0xffffffffffffffda [0x7fff33011468, 0]
proot info: vpid 5: translate("/" + "/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0")
proot info: vpid 5: -> "/data/data/com.termux/files/usr/var/lib/proot-distro/installed-rootfs/debian/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.5000.12"
proot info: vpid 5: sysenter end: openat(0xffffff9c, 0x7fff33011363, 0x80000, 0x0, 0x7fff33011517, 0x0) = 0xffffffffffffffda [0x7fff33011363, 0]
proot info: vpid 9: seccomp SIGSYS: epoll_wait(0x3, 0x7ffc488ca050, 0x40, 0xffffffff, 0x0, 0x0) = 0xe8 [0x7ffc488ca048, 0]
proot info: Setting result after SIGSYS to 0xffffffffffffffda
Steps to reproduce
termux-x11 :1 &
proot-distro login --user janusz debian --shared-tmp
export DISPLAY=:1
mate-session &
The screen contain many output related to The following error
warn] epoll_wait: Function not implemented
Expected behavior
Mate-session should start The mate desktop environment like while using it on standard Android devices.
Screen should contain output of which modules have been loaded and screen should contain The mate desktop.
Additional information
The text was updated successfully, but these errors were encountered: