sabamdarif / termux-desktop

Install a full Linux desktop environment on your Android device with Termux X11 or VNC and also enable hardware acceleration. Additionally, install some popular GUI applications directly within Termux
GNU General Public License v3.0
228 stars 61 forks source link

Backslash error #12

Closed HACKER28012006 closed 5 months ago

HACKER28012006 commented 5 months ago

awk: cmd. line:1: {print \$2} awk: cmd. line:1: ^ backslash not last character on line

sabamdarif commented 5 months ago

what you trying do here ? which command you run

HACKER28012006 commented 5 months ago

When I start gui and connect to termux x11 It is showing that error

On Tue, Jun 25, 2024, 11:24 PM Md Arif @.***> wrote:

what you trying do here ? which command you run

— Reply to this email directly, view it on GitHub https://github.com/sabamdarif/termux-desktop/issues/12#issuecomment-2189618262, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZPX6M6NDZAYZWKW76AY323ZJGVEBAVCNFSM6AAAAABJ4J3TEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBZGYYTQMRWGI . You are receiving this because you authored the thread.Message ID: @.***>

sabamdarif commented 5 months ago

Can you me the configuration you made

Go to $PREFIX/etc/termux-desktop

nano configuration

And send what inside it

sabamdarif commented 5 months ago

Go to $PREFIX/bin type nano tx11start and try removing this two line process_id= kill "$process_id" > /dev/null 2>&1

and add this

process_id=$(ps -aux | grep '[x]fce4-screensaver' | awk '{print $2}') kill "$process_id" > /dev/null 2>&1