krmanik / Manjaro-Linux-on-Android

Install Manjaro on Android
74 stars 5 forks source link

Termux crashes were using VNC server #22

Open mrfoxie opened 2 years ago

mrfoxie commented 2 years ago

i have install Manjaro on lates version of manjaro and when i launch vncserver my termux get crashes Screenshot_20220617-201938_Termux

krmanik commented 2 years ago

Which version of vncserver you are using? May be vncserver need to downgraded to 1.10.1 https://github.com/krmanik/Manjaro-Linux-on-Android/issues/5

wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Pacman/tigervnc-fix.sh
chmod +x tigervnc-fix.sh
./tigervnc-fix.sh
mrfoxie commented 2 years ago

Which version of vncserver you are using? May be vncserver need to downgraded to 1.10.1 #5

wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Pacman/tigervnc-fix.sh
chmod +x tigervnc-fix.sh
./tigervnc-fix.sh

yes i used this script after that only my termux started acting like this

krmanik commented 2 years ago

Okay, Let me check it then.

mrfoxie commented 2 years ago

Okay, Let me check it then.

sure

morilp commented 2 years ago

The problem is Phantom which is an update for Android 12, google it you can see more detail; but you can run below command with adb on you Windows or Linux, after that completely close your termux and run it again: (Only work on Android-12 and above) adb shell "/system/bin/device_config put activity_manager max_phantom_processes 2147483647"