Installation and administrative privileges required! #12418
hoopahmadness
started this conversation in
General
Replies: 2 comments 2 replies
-
|
check if |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@hoopahmadness Hi. When I examined the code, I saw this line: "crate::platform::is_installed()". This condition checks whether the RustDesk folder exists under /usr. If you move RustDesk there and run it from that location, your issue should be resolved.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
When I try to set a password or enable headless mode with
sudo rustdesk ...I still get "Installation and administrative privileges required!"This is using the binary generated by building from source via docker. I am trying to install the client on a remote server so that I may use it headlessly from my desktop.
How to Reproduce
rustdesk --get-id(had to use the relative path to binary because sudo doesn't see it in PATH)
Expected Behavior
sudo'd commands should run properly with admin privileges.
Operating system(s) on local (controlling) side and remote (controlled) side
Pop!_OS 22.04 LTS x86_64
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.4.1 (pulled source today)
Screenshots
n/a
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions