Revert the app name from being Termux Wayland

Issue: https://github.com/termux/termux-x11/pull/18#issuecomment-907757298
This commit is contained in:
WMCB-Tech 2021-08-29 19:03:17 +08:00
parent ab1c41a467
commit 9a54a6d9c9
1 changed files with 6 additions and 6 deletions

View File

@ -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.