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

Backslash error #12

Closed
HACKER28012006 opened this issue Jun 25, 2024 · 4 comments
Closed

Backslash error #12

HACKER28012006 opened this issue Jun 25, 2024 · 4 comments

Comments

@HACKER28012006
Copy link

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

@sabamdarif
Copy link
Owner

what you trying do here ?
which command you run

@HACKER28012006
Copy link
Author

HACKER28012006 commented Jun 25, 2024 via email

@sabamdarif
Copy link
Owner

sabamdarif commented Jun 25, 2024

Can you me the configuration you made

Go to $PREFIX/etc/termux-desktop

nano configuration

And send what inside it

@sabamdarif
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants