Skip to content

Commit

Permalink
Merge pull request #6 from suhan-paradkar/patch-1
Browse files Browse the repository at this point in the history
Make the README look cleaner
  • Loading branch information
Yisus7u7 committed May 24, 2021
2 parents 1ed152a + 75c5048 commit de4a826
Showing 1 changed file with 31 additions and 52 deletions.
83 changes: 31 additions & 52 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,31 @@ Set up a beautiful xfce desktop in termux

## Requirements

`No need root permissions`
No root permissions required

Android 7, 8, 9 o 10
Android 7, 8, 9 or 10

Termux : https://f-droid.org/en/packages/com.termux/

1 GB of ram minimum, 2 GB recommended

1 GB of space

A vnc client with which to connect, you can use this

https://play.google.com/store/apps/details?id=com.realvnc.viewer.android

You can also use xserver-xsdl, bvnc pro and kali-Kex
You can also use xserver-xsdl, bvnc pro or kali-Kex

> Note: the play store termux is unmaintained and does not receive updates,
do not use it, it has bugs, use the one from the link above
do not use it, it is deprecated, use the one from the link above

# What is it?

This is an advanced configuration of termux x11, rich in features to be highly functional,
good looking, highly customizable and with very good optimization, this was inspired by

https://github.com/WMCB-Tech/dotfiles

and
good looking, highly customizable and with very good optimization, this was inspired by @WMCB-Tech 's (dotfiles)[https://github.com/WMCB-Tech/dotfiles] and from @adi1090x 's (termux-desktop)[https://github.com/adi1090x/termux-desktop] , resulting in a highly useful and optimized desktop.

https://github.com/adi1090x/termux-desktop
# Screenshots:

Resulting in a highly useful and optimized desktop.

# screenshots:

> current version: 3.0.1 fresh update
> current version: 3.0.1 latest
![escritorio](./fotos/desktop.png)
![escritorio](./fotos/desktop2.png)
Expand All @@ -47,111 +37,100 @@ Resulting in a highly useful and optimized desktop.
![escritorio](./fotos/desktop6.png)
![escritorio](./fotos/desktop7.png)

> Note: This desktop runs under termux x11, it is not a proot distribution
> Note: This desktop runs under termux natively, it is not a proot distribution
# Take a look at the pre-installed utilities

### --process viewer and music player
### Task Manager and music player

![task](./fotos/task.png)
![music](./fotos/music1.png)
![music_player](./fotos/play_music.png)

### --surf the web, edit your files with Gvim, leafpad, and chat on irc channels with hexchat
### Surf the web, edit your files with Gvim, leafpad, and chat on irc channels with hexchat

![image1](./fotos/web-and-mail.png)
![image2](./fotos/chat_vim_text-editor.png)

### --program with good autocompletion and syntax highlighting with geany
### Write code with autocompletion and syntax highlighting with geany

![Geany](./fotos/geany.png)

### --Play retro games or run windows 1, 2 or 3 on dosbox emulator
### Play retro games or run windows 1, 2 or 3 on dosbox emulator

![xarchiver](./fotos/xarchiver.png)
![install-doom](./fotos/install_doom.png)
![doom men�?](./fotos/playdoom-menu.png)
![play_doom](./fotos/play_doom.png)

> few apps ?, I have made a configuration to run the apps of a proot distro in termux x11! An example:
### Less apps ?, I have made a configuration to run the apps of a proot distro in termux native desktop. An example:

```
./start-ubuntu.sh

apt install firefox

export DISPLAY=:1

firefox
```

### can run proot apps without problems
### You can run proot apps without problems

![firefox](./fotos/proot-firefox.png)
![libreoffice_load](./fotos/proot-libreoffice.png)
![libreoffice_app](./fotos/proot-libreoffice2.png)

# instalation
# Installation

?? Only in termux

```
cd $HOME

pkg update && pkg upgrade

pkg install git

pkg install wget

git clone https://github.com/Yisus7u7/termux-desktop-xfce

cd termux-desktop-xfce

bash install-desktop-xfce.sh
```

> after that just wait, the script will do its job
# Use
After that just have a cup of coffee... the script will do its job

use the command:
# Usage

```
startdesktop
```

Or

```
vncserver -listen tcp
```

To start the vnc server, connect to localhost: 1 Or the port indicated by the terminal.

Any error, question or suggestion, report it in:
https://github.com/Yisus7u7/termux-desktop-xfce/issues

## Update

To update just run

```
cd ~/termux-desktop-xfce

git pull

bash update-desktop.sh
```

clever!

`note: if the folder does not exist or you deleted it to free up space then you should follow these steps:`

to update just run
Note: if the folder does not exist or you deleted it to free up space then you should follow these steps:`

```
cd $HOME

git clone https://github.com/Yisus7u7/termux-desktop-xfce

cd termux-desktop-xfce

bash update-desktop.sh
```

`I hope you like this little work, don't forget to leave your 🌟 and share: 3`
I hope you like this little work, don't forget to leave your 🌟 and share: 3

You can donate to this little project in PayPal

https://www.paypal.me/JesusChapman

Will be appreciated 😉

0 comments on commit de4a826

Please sign in to comment.