-
Notifications
You must be signed in to change notification settings - Fork 1
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
Labwc crashes. How to enable logging? #317
Comments
Try removing the $@ from that line. |
Thanks. I got the log at crash. Reported to enigo |
Please also report the bug at https://github.com/labwc/labwc. Even if enigo is doing something wrong labwc should not crash because of it. The log you posted in the enigo issue does not contain the relevant part for labwc itself (might need a |
That's all the log I can get. The command line was something like |
I switched from Wayfire to Labwc, and experiencing Labwc crashing when a program of mine which uses enigo to simulate keyboard inputs. This program works fine under Wayfire. It also has no problem for mouse inputs.
Before I report this to enigo, I'd like to enable debug logging of Labwc to a file, so I can give them more info. I tried to modify
/usr/bin/labwc-pi
withexec /usr/bin/labwc -m $@ --debug > /tmp/labwc.log
, but then labwc will fail to start at all.The text was updated successfully, but these errors were encountered: