-
Notifications
You must be signed in to change notification settings - Fork 12
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
Provide a quiet mode where nothing but the total startup time is displayed #33
Comments
I can't reproduce the situation in which xdotool fails, but I see the code where a message is printed off, so I can remove that, but can you clarify what system you are running on to reproduce this error? I am using stock Groovy 20.10 desktop with proprietary nvidia drivers and X11. |
This provides a better user experience, by returning full error messages with full details including the output of xdotool, such that the caller can decide whether to log the error or ignore it. Fixes: #33 Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
This provides a better user experience, by returning full error messages with full details including the output of xdotool, such that the caller can decide whether to log the error or ignore it. Fixes: #33 Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
This provides a better user experience, by returning full error messages with full details including the output of xdotool, such that the caller can decide whether to log the error or ignore it. Fixes: #33 Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
So this should be fixed on edge in a while, but I'm still curious if you have a better reproducer for how these messages show up for you |
I was able to reproduce it with a Focal desktop on Intel/X11. Tested --edge it works like a charm. thanks |
Using both
--cmd-stderr=/dev/null --cmd-stdout=/dev/null
already helps but that's not enough as etrace itself can print msg on stderr. It would be great to have a way to only output the total startup time.The text was updated successfully, but these errors were encountered: