-
Notifications
You must be signed in to change notification settings - Fork 17
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
Unable to synchronise the protocol when run from KDE autostart #104
Comments
Actually.... Now I have managed to get a logfile out of waynergy, I think I see the problem. Hostname. When the system boots it has a default hostname (I've not named this installation yet) of I know... "Just name the computer" and I guess I should, but this is a "floating" installation on a removable drive and I want it to set the hostname according to the computer it's plugged into through DHCP. So it would be nice if, when a hostname hasn't been specified on the command line with |
Per #104, some users are setting hostname via dhcp, which may be delayed, and desktop environment autostart doesn't necessarily allow for accounting for this. So call gethostname() on connection, rather than on startup.
Does #106 resolve this for you? |
I think this is basically because
autostart
runswaynergy
before the network is available, and once the network is available,waynergy
is in such a bad way that it really doesn't know how to talk its own native tongue.Stopping and restarting the
autostart
job allowswaynergy
to then connect properly and synchronise the protocol.Unfortunately
autostart
has no way of copying the log text, so you'll have to make do with a screenshot...This is communicating with a
barrier
server on Linux KDE X11.The text was updated successfully, but these errors were encountered: