From 491cc8304d7af855a3f41a6d44036941738f8837 Mon Sep 17 00:00:00 2001 From: marcusz Date: Thu, 17 Mar 2022 16:26:45 +0800 Subject: [PATCH] README: Start termux-x11 without suppressing the output When suppressing it would be difficult to diagnose issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12a6059..cd9135e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ to work with GUI applications, start Termux:X11 first. a toast message saying `S then you can start your desired graphical application by doing: ``` ~ $ export XDG_RUNTIME_DIR=${TMPDIR} -~ $ termux-x11 :1 >/dev/null & +~ $ termux-x11 :1 & ~ $ env DISPLAY=:1 xfce4-session ``` You may replace `xfce4-session` if you use other than Xfce