-
Notifications
You must be signed in to change notification settings - Fork 180
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
Command output is lost #1973
Comments
This is pretty much on purpose, otherwise, logs will get full with random errors. You can always redirect the output to a log file if that's what you want (for example instead of |
Not that full actually. Even KDE users get their logs into systemd journal. Wayfire users tend to have less applications running and the logs are much less. I have uptime near 10 days now, and
But then I need to use one log file per command. I don't want to invent my own log daemon. |
Maybe we can add an option for this, because I definitely prefer the current behavior. What the default is, I am not sure - maybe we could follow the rest of the DEs and output to the log by default. PRs welcome :) (option could be called |
Yes, that's what I'm thinking too. I don't care much about the default behavior since I'm going to configure Wayfire after all. I'll try to come up with a patch. |
It's very helpful to see what goes wrong when commands spawned from wayfire fails in some way, but wayfire currently discards their output:
wayfire/src/core/core.cpp
Lines 394 to 399 in ada3a6b
I'm using lightdm and all output from the compositor is saved in
~/.xsession-errors
.The text was updated successfully, but these errors were encountered: