Closed HACKER28012006 closed 5 months ago
what you trying do here ? which command you run
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: @.***>
Can you me the configuration you made
Go to $PREFIX/etc/termux-desktop
nano configuration
And send what inside it
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
awk: cmd. line:1: {print \$2} awk: cmd. line:1: ^ backslash not last character on line