From 9a54a6d9c9aaa6cd2df45d04f6df9a5a34fbcb95 Mon Sep 17 00:00:00 2001 From: WMCB-Tech Date: Sun, 29 Aug 2021 19:03:17 +0800 Subject: [PATCH] Revert the app name from being Termux Wayland Issue: https://github.com/termux/termux-x11/pull/18#issuecomment-907757298 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b097d71..aad5e5a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Termux:Wayland +# Termux:X11 [![Join the chat at https://gitter.im/termux/termux](https://badges.gitter.im/termux/termux.svg)](https://gitter.im/termux/termux) @@ -7,12 +7,12 @@ A [Termux](https://termux.com) add-on app providing Android frontend for Xwaylan When developing (or packaging), note that this app needs to be signed with the same key as the main Termux app in order to have the permission to execute scripts. ## About -Termux:Wayland (previously known as Termux:X11) uses [Wayland](https://wayland.freedesktop.org/) display protocol. a modern replacement and the predecessor of the [X.org](https://www.x.org/wiki) server +Termux:X11 uses [Wayland](https://wayland.freedesktop.org/) display protocol. a modern replacement and the predecessor of the [X.org](https://www.x.org/wiki) server ## How does it work? -the Termux:Wayland app writes files through `$PREFIX/tmp` in Termux directory by default and creates wayland sockets through that directory, this takes advantage of `sharedUserId` AndroidManifest attribute +the Termux:X11 app writes files through `$PREFIX/tmp` in Termux directory by default and creates wayland sockets through that directory, this takes advantage of `sharedUserId` AndroidManifest attribute -the wayland sockets is the way for the graphical applications to communicate with. Termux X11 applications do not have wayland support yet, this kind of setup may not be straightforward and therefore additional packages should be installed in order for X11 applications to be run in Termux:Wayland +the wayland sockets is the way for the graphical applications to communicate with. Termux X11 applications do not have wayland support yet, this kind of setup may not be straightforward and therefore additional packages should be installed in order for X11 applications to be run in Termux:X11 ## Setup Instructions for this one. you must enable the `x11-repo` repository can be done by executing `pkg install x11-repo` command @@ -23,7 +23,7 @@ pkg install xwayland ``` ## Running Graphical Applications -to work with GUI applications, start Termux:Wayland first. a toast message saying `Service was Created` indicates that it should be ready to use +to work with GUI applications, start Termux:X11 first. a toast message saying `Service was Created` indicates that it should be ready to use then you can start your desired graphical application by doing: ``` @@ -33,7 +33,7 @@ then you can start your desired graphical application by doing: ``` You may replace `xfce4-session` if you use other than Xfce -If you're done using Termux:Wayland just simply exit it through it's notification drawer by expanding the Termux:Wayland notification then "Exit" +If you're done using Termux:X11 just simply exit it through it's notification drawer by expanding the Termux:X11 notification then "Exit" ## Font or scaling is too big! Some apps may have issues with wayland regarding DPI. please see https://wiki.archlinux.org/title/HiDPI on how to override application-specific DPI or scaling.