forked from deskflow/deskflow
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
MacOS Catalina - incorrect start/stop state in UI #516
Comments
Can you post logs from the client or server (whichever one is having the issue in the UI)? The way the barrier UI checks the server/client state is from parsing the output from the client/server |
Make sure your log level is NOTE or lower, ERROR and WARNING dont produce the output to allow the GUI to know what state barrier is in. |
This was referenced May 5, 2020
simons-public
added a commit
to simons-public/barrier
that referenced
this issue
May 12, 2020
debauchee#516) This changes the log level for several statuses (started server, connected to server, server status:) from CLOG_NOTE or CLOG_INFO to CLOG_PRINT so they will be printed to stdout regardless of the log level. This allows the GUI to accurately report the status of the `barriers` or `barrierc` processes in src/gui/src/MainWindow.cpp#L379-L399.
simons-public
added a commit
to simons-public/barrier
that referenced
this issue
Jun 5, 2020
debauchee#516) This changes the log level for several statuses (started server, connected to server, server status:) from CLOG_NOTE or CLOG_INFO to CLOG_PRINT so they will be printed to stdout regardless of the log level. This allows the GUI to accurately report the status of the `barriers` or `barrierc` processes in src/gui/src/MainWindow.cpp#L379-L399.
Merged
ghost
mentioned this issue
Nov 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operating Systems
Server: MacOS Catalina 10.15.1
Client: MacOS Catalina 10.15.1
Barrier Version
2.3.2-Release-210c2b70, Build Date: October 3, 2019
Steps to reproduce bug
Other info
The text was updated successfully, but these errors were encountered: