Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Yisus7u7/x11-packages

Repository files navigation

Termux X11 Packages

Here are located build scripts and patches for X11 packages for Termux.

To use X11-enabled programs, you need to install VNC Viewer or XServer XSDL. If launching program from terminal, make sure that environment variable 'DISPLAY' is set to correct value, e.g. export DISPLAY=:1 when using TigerVNC or export DISPLAY=127.0.0.1:0 when XServer XSDL.

How to enable this repository

Currently, termux-x11.ml is not added as default to sources.list, so if you want to use X11 packages, you need to do the following steps:

  1. Add GPG key:
pkg install dirmngr
apt-key adv --keyserver pool.sks-keyservers.net --recv 45F2964132545795
  1. Edit sources.list file to add the following lines:
# The X11 termux repository:
deb https://termux-x11.ml x11 main
  1. Update package lists:
pkg update

External links

About

Packages using the X Window System.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 83.1%
  • C 7.6%
  • Perl 6.4%
  • Python 2.3%
  • Other 0.6%