Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation #7

Open
3 tasks done
wahasa opened this issue Oct 24, 2022 · 0 comments
Open
3 tasks done

Installation #7

wahasa opened this issue Oct 24, 2022 · 0 comments

Comments

@wahasa
Copy link
Owner

wahasa commented Oct 24, 2022

Install Debian Desktop Environment


debian


Warning :

It is not recommended to install because there are some problems.


Tutorial Installation

Make 2 Session in Termux

Swipe the screen from left to right in termux, click 'New Session'.


  1. Session 1 (in Termux)

pkg update && pkg upgrade

  • Install Tigervnc
    on Termux, run this command :
wget https://raw.githubusercontent.com/wahasa/Debian/main/tigervnc ; chmod +x tigervnc ; ./tigervnc

  1. Session 2 (in Debian)
    on Debian, run this command :

apt update && apt upgrade


Install Desktop Gnome

N : There are apps & features that cann't be opened.
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Debian/main/de-gnome.sh ; chmod +x de-gnome.sh ; ./de-gnome.sh

Install Desktop Budgie

N : There are apps & features that cann't be opened.
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Debian/main/de-budgie.sh ; chmod +x de-budgie.sh ; ./de-budgie.sh

Install Desktop Mate

N : No back button in desktop.
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Debian/main/de-mate.sh ; chmod +x de-mate.sh ; ./de-mate.sh

Install Desktop Ukui

N : There are apps & features that cann't be opened.
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Debian/main/de-ukui.sh ; chmod +x de-ukui.sh ; ./de-ukui.sh

Install Desktop Cinnamon

N : Unable to login to vnc server.
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Debian/main/de-cinnamon.sh ; chmod +x de-cinnamon.sh ; ./de-cinnamon.sh


Vnc Viewer

  • Start Vnc Server

On Session 1 (Termux), run this command :

vncstart

To Session 2 (Debian), run this command :

vncstart


  • Open Vnc Viewer

Add (+) VNC Client to connect, fill with :

Address

localhost:1

Name

Debian Desktop

To disconnect VNC Client, click (X) on the right.


  • Stop Vnc Server

on Session 1 (Termux), run this command :

vncstop

Close session with 'exit'.

To Session 2 (Debian), run this command :

ctrl + c



Good Luck


Repository owner locked and limited conversation to collaborators Nov 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant