-
Notifications
You must be signed in to change notification settings - Fork 14
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
app on remote pc won't start #2
Comments
This is not the client. It's the server you run locally and it waits for clients to connect.
Make sure you are running an It should look something like this: |
Yes, the viewer app is a server which waits for the remote host to connect. It might sound counterintuitive but it has its perks. It looks like you're correctly running on X11 on the remote (controlled) machine. What does |
the output of echo $DISPLAY is: |
Looks ok.... What's the content of your hprdp file? (See the README) |
You should try deleting that file and laughing the AppImage again. It will be re-generated, hopefully with the right settings, or at least with something specific to your system so that we can work on that. |
it's the exact thing that i do for sending you the code earlier |
If your hprdp file looks exactly like this:
Something went wrong in its generation. There is a misplaced Here is what it should look like (assuming that your remote screen resolution is 1600x1080):
Try putting this in the hpdrdp file and let me know how it goes. However it remains a mistery to me how the original file got so messed up. |
works fine, thanks a lot. |
Cool, I'm happy to hear that. And I think I've got a clue on what might have happened here: can you post your full xrandr output? |
sorry for the wait xrandr |
Thanks for getting back to me, I've been quite busy and forgot to give you some feedback. |
Hi,
when i'm trying to connect the two instances i obtain this error on the remote pc (it's a red sentence):
:0: Protocol not found
Did you mean file::0?
The last thing I obtain on the client is:
TCP server is listening on port 12346. Waiting for client to connect...
Client connected!
translate_mouse_coords: video/win size values cannot be 0
translate_mouse_coords: video/win size values cannot be 0 ---> continue with this message until i close it.
I'm trying to connect a remote that as two display with a laptop.
On the laptop i have Ubuntu 21.04
on the remote Ubuntu 20.04.1 LTS
The text was updated successfully, but these errors were encountered: