We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am using Centos 7 with Mate Desktop and I have a similar problem as described here: https://bugzilla.redhat.com/show_bug.cgi?id=557510
To solve it I added small delay (g_sleep(1000);) to vnc/vnc.c file to lib_mod_connect -function and it works now.
Dunno is this a right way to fix the bug or submit this way but anyways, this one liner helps.
The text was updated successfully, but these errors were encountered:
can you send a patch ?
Sorry, something went wrong.
Is this the same issue with #182 ? It is already fixed.
Oh yeah, the same issue. I did not know that there is that new option "delay_ms"
Great to know that this issue is already fixed! :)
No branches or pull requests
Hi,
I am using Centos 7 with Mate Desktop and I have a similar problem as described here:
https://bugzilla.redhat.com/show_bug.cgi?id=557510
To solve it I added small delay (g_sleep(1000);) to vnc/vnc.c file to lib_mod_connect -function and it works now.
Dunno is this a right way to fix the bug or submit this way but anyways, this one liner helps.
The text was updated successfully, but these errors were encountered: